Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
com.aendvari.cerberus.component.descriptor.ComponentDefinition

Uses of ComponentDefinition in com.aendvari.cerberus.component.descriptor
 

Methods in com.aendvari.cerberus.component.descriptor that return ComponentDefinition
 ComponentDefinition AssemblyDescriptor.getDefinition(java.lang.String name)
          Returns the specified component definition.
 

Methods in com.aendvari.cerberus.component.descriptor with parameters of type ComponentDefinition
 void AssemblyDescriptor.addDefinition(ComponentDefinition definition)
          Adds a component definition to this assembly descriptor.
 

Constructors in com.aendvari.cerberus.component.descriptor with parameters of type ComponentDefinition
ComponentDefinition(ComponentDefinition definition)
          Constructs a ComponentDefinition instance as a copy of the one supplied.