Class ComponentDef

java.lang.Object
aQute.bnd.xmlattribute.ExtensionDef
aQute.bnd.component.ComponentDef

class ComponentDef extends ExtensionDef
This class just holds the information for the component, implementation, and service/provide elements. The prepare(Analyzer) method will check if things are ok and the getTag() method returns a tag if the prepare method returns without any errors. The class uses ReferenceDef to hold the references.