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, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties) -
Uses of DSVersion in org.apache.felix.scr.impl.inject.methods
Fields in org.apache.felix.scr.impl.inject.methods declared as DSVersion Modifier and Type Field Description private DSVersionBaseMethod. dsVersionMethods in org.apache.felix.scr.impl.inject.methods that return DSVersion Modifier and Type Method Description protected DSVersionBaseMethod. getDSVersion()Constructors in org.apache.felix.scr.impl.inject.methods with parameters of type DSVersion Constructor Description ActivateMethod(java.lang.String methodName, boolean methodRequired, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)BaseMethod(java.lang.String methodName, boolean methodRequired, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties)BindMethod(java.lang.String methodName, java.lang.Class<?> componentClass, java.lang.String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)BindMethods(ReferenceMetadata m_dependencyMetadata, java.lang.Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)DeactivateMethod(java.lang.String methodName, boolean methodRequired, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)ModifiedMethod(java.lang.String methodName, java.lang.Class<?> componentClass, DSVersion dsVersion, boolean configurableServiceProperties, boolean supportsInterfaces)UnbindMethod(java.lang.String methodName, java.lang.Class<?> componentClass, java.lang.String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties)UpdatedMethod(java.lang.String methodName, java.lang.Class<?> componentClass, java.lang.String referenceClassName, DSVersion dsVersion, boolean configurableServiceProperties) -
Uses of DSVersion in org.apache.felix.scr.impl.metadata
Fields in org.apache.felix.scr.impl.metadata declared as DSVersion Modifier and Type Field Description private DSVersionComponentMetadata. m_dsVersionMethods in org.apache.felix.scr.impl.metadata that return DSVersion Modifier and Type Method Description DSVersionComponentMetadata. getDSVersion()Returns the namespace code of the namespace of the component element declaring this component.static DSVersionDSVersion. valueOf(java.lang.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 java.util.Map<java.lang.String,DSVersion>XmlConstants. NAMESPACE_CODE_MAP
-