Uses of Interface
org.osgi.service.blueprint.reflect.ComponentMetadata
-
Packages that use ComponentMetadata Package Description org.osgi.service.blueprint.container Blueprint Container Package Version 1.0.org.osgi.service.blueprint.reflect Blueprint Reflection Package Version 1.0. -
-
Uses of ComponentMetadata in org.osgi.service.blueprint.container
Methods in org.osgi.service.blueprint.container with type parameters of type ComponentMetadata Modifier and Type Method Description <T extends ComponentMetadata>
java.util.Collection<T>BlueprintContainer. getMetadata(java.lang.Class<T> type)Return allComponentMetadataobjects of the specified Component Metadata type.Methods in org.osgi.service.blueprint.container that return ComponentMetadata Modifier and Type Method Description ComponentMetadataBlueprintContainer. getComponentMetadata(java.lang.String id)Return the Component Metadata object for the component with the specified component id. -
Uses of ComponentMetadata in org.osgi.service.blueprint.reflect
Subinterfaces of ComponentMetadata in org.osgi.service.blueprint.reflect Modifier and Type Interface Description interfaceBeanMetadataMetadata for a Bean component.interfaceReferenceListMetadataMetadata for a list of service references.interfaceReferenceMetadataMetadata for a reference that will bind to a single matching service in the service registry.interfaceServiceMetadataMetadata for a service to be registered by the Blueprint Container when enabled.interfaceServiceReferenceMetadataMetadata for a reference to an OSGi service.
-