Uses of Class
org.apache.felix.scr.impl.metadata.ReferenceMetadata
-
Packages that use ReferenceMetadata Package Description org.apache.felix.scr.impl.inject org.apache.felix.scr.impl.metadata -
-
Uses of ReferenceMetadata in org.apache.felix.scr.impl.inject
Constructors in org.apache.felix.scr.impl.inject with parameters of type ReferenceMetadata Constructor Description BindMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties)FieldHandler(ReferenceMetadata metadata, Class<?> componentClass)Create a new field handlerFieldMethods(ReferenceMetadata m_dependencyMetadata, Class<?> instanceClass, DSVersion dsVersion, boolean configurableServiceProperties) -
Uses of ReferenceMetadata in org.apache.felix.scr.impl.metadata
Methods in org.apache.felix.scr.impl.metadata that return types with arguments of type ReferenceMetadata Modifier and Type Method Description List<ReferenceMetadata>ComponentMetadata. getDependencies()Returns the dependency descriptorsMethods in org.apache.felix.scr.impl.metadata with parameters of type ReferenceMetadata Modifier and Type Method Description voidComponentMetadata. addDependency(ReferenceMetadata newReference)Used to add a reference metadata to the component
-