Uses of Class
org.apache.felix.scrplugin.om.Component

Packages that use Component
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.om   
org.apache.felix.scrplugin.tags.cl   
org.apache.felix.scrplugin.xml   
 

Uses of Component in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that return Component
protected  Component SCRDescriptorMojo.createComponent(JavaClassDescription description, JavaTag componentTag, MetaData metaData)
          Create a component for the java class description.
 

Methods in org.apache.felix.scrplugin with parameters of type Component
protected  OCD SCRDescriptorMojo.doComponent(JavaTag tag, Component component, MetaData metaData)
          Fill the component object with the information from the tag.
protected  void SCRDescriptorMojo.doReference(JavaTag reference, java.lang.String name, Component component)
           
protected  void SCRDescriptorMojo.doServices(JavaTag[] services, Component component, JavaClassDescription description)
          Process the service annotations
 

Constructors in org.apache.felix.scrplugin with parameters of type Component
PropertyHandler(Component c, OCD o)
           
 

Uses of Component in org.apache.felix.scrplugin.om
 

Methods in org.apache.felix.scrplugin.om with parameters of type Component
 void Components.addComponent(Component component)
          Add a component to the list.
 

Uses of Component in org.apache.felix.scrplugin.tags.cl
 

Fields in org.apache.felix.scrplugin.tags.cl declared as Component
protected  Component ClassLoaderJavaClassDescription.component
           
 

Constructors in org.apache.felix.scrplugin.tags.cl with parameters of type Component
ClassLoaderJavaClassDescription(java.lang.Class c, Component comp, JavaClassDescriptorManager m)
           
 

Uses of Component in org.apache.felix.scrplugin.xml
 

Fields in org.apache.felix.scrplugin.xml declared as Component
protected  Component ComponentDescriptorIO.XmlHandler.currentComponent
          A reference to the current component.
 

Methods in org.apache.felix.scrplugin.xml with parameters of type Component
protected static void ComponentDescriptorIO.generateXML(Component component, org.xml.sax.ContentHandler contentHandler, boolean isScrPrivateFile)
          Write the xml for a Component.