Uses of Class
org.apache.felix.scr.impl.metadata.DSVersion
-
Packages that use DSVersion Package Description org.apache.felix.scr.impl.inject.field org.apache.felix.scr.impl.inject.methods org.apache.felix.scr.impl.metadata org.apache.felix.scr.impl.xml -
-
Uses of DSVersion in org.apache.felix.scr.impl.inject.field
Constructors in org.apache.felix.scr.impl.inject.field with parameters of type DSVersion Constructor Description FieldMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of DSVersion in org.apache.felix.scr.impl.inject.methods
Methods in org.apache.felix.scr.impl.inject.methods that return DSVersion Modifier and Type Method Description protected DSVersion
BaseMethod. getDSVersion()
Constructors in org.apache.felix.scr.impl.inject.methods with parameters of type DSVersion Constructor Description ActivateMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
BaseMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties)
BindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)
BindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)
DeactivateMethod(String methodName, boolean methodRequired, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
ModifiedMethod(String methodName, Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)
UnbindMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)
UpdatedMethod(String methodName, Class<?> componentClass, String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)
-
Uses of DSVersion in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata that return DSVersion Modifier and Type Method Description DSVersion
ComponentMetadata. getDSVersion()
Returns the namespace code of the namespace of the component element declaring this component.static DSVersion
DSVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static DSVersion[]
DSVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.felix.scr.impl.metadata with parameters of type DSVersion Constructor Description ComponentMetadata(DSVersion dsVersion)
-
Uses of DSVersion in org.apache.felix.scr.impl.xml
Fields in org.apache.felix.scr.impl.xml with type parameters of type DSVersion Modifier and Type Field Description static Map<String,DSVersion>
XmlConstants. NAMESPACE_CODE_MAP
-