Uses of Class
org.apache.felix.scrplugin.om.metatype.OCD

Packages that use OCD
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.om.metatype   
org.apache.felix.scrplugin.xml   
 

Uses of OCD in org.apache.felix.scrplugin
 

Methods in org.apache.felix.scrplugin that return OCD
protected  OCD SCRDescriptorMojo.doComponent(JavaTag tag, Component component, MetaData metaData)
          Fill the component object with the information from the tag.
 

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

Uses of OCD in org.apache.felix.scrplugin.om.metatype
 

Methods in org.apache.felix.scrplugin.om.metatype with parameters of type OCD
 void MetaData.addOCD(OCD ocd)
           
 

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

Methods in org.apache.felix.scrplugin.xml with parameters of type OCD
protected static void MetaTypeIO.generateXML(OCD ocd, org.xml.sax.ContentHandler contentHandler)