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

Packages that use OCD
org.apache.felix.scrplugin   
org.apache.felix.scrplugin.helper   
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 SCRDescriptorGenerator.doComponent(JavaTag tag, Component component, MetaData metaData, IssueLog iLog)
          Fill the component object with the information from the tag.
 

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

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

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

Fields in org.apache.felix.scrplugin.om.metatype with type parameters of type OCD
protected  List<OCD> MetaData.ocds
           
 

Methods in org.apache.felix.scrplugin.om.metatype that return types with arguments of type OCD
 List<OCD> MetaData.getOCDs()
           
 

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, ContentHandler contentHandler)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.