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

Packages that use Component
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.helper   
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 SCRDescriptorGenerator.createComponent(JavaClassDescription description, JavaTag componentTag, MetaData metaData, IssueLog iLog)
          Create a component for the java class description.
 

Methods in org.apache.felix.scrplugin that return types with arguments of type Component
protected  Map<String,Component> JavaClassDescriptorManager.getComponentDescriptors()
          Returns a map of component descriptors which may be extended by the java sources returned by the JavaClassDescriptorManager.getSources() method.
 

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

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

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

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

Fields in org.apache.felix.scrplugin.om with type parameters of type Component
protected  List<Component> Components.components
          The list of Components.
 

Methods in org.apache.felix.scrplugin.om that return types with arguments of type Component
 List<Component> Components.getComponents()
          Return the list of Components.
 

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

Method parameters in org.apache.felix.scrplugin.om with type arguments of type Component
 void Components.setComponents(List<Component> components)
          Set the list of Components.
 

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(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(String namespace, Component component, ContentHandler contentHandler, boolean isScrPrivateFile)
          Write the xml for a Component.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.