org.codehaus.plexus.component.repository
public class ComponentSetDescriptor extends Object
Version: $Id: ComponentSetDescriptor.java 6965 2007-10-21 05:32:27Z jvanzyl $
Field Summary | |
---|---|
List | components |
List | dependencies |
String | id |
boolean | isolatedRealm |
Method Summary | |
---|---|
void | addComponentDescriptor(ComponentDescriptor cd)
Add a new ComponentDescriptor to this set. |
void | addDependency(ComponentDependency cd)
Add a depenency to this set's contents. |
List | getComponents()
Returns a list of components in this set. |
List | getDependencies()
Returns a List of dependencies of this set of components. |
String | getId()
Returns the identifier of this set. |
boolean | isIsolatedRealm()
Returns true if this set may be in an isolated classrealm. |
void | setComponents(List components)
Sets a List of components as this set's contents. |
void | setDependencies(List dependencies)
Sets a List of dependencies as this set's component dependencies. |
void | setId(String id)
Sets the identifier of this set. |
void | setIsolatedRealm(boolean isolatedRealm)
Sets that this set of components may be in an isolated classrealm. |
String | toString() |
Parameters: cd the ComponentDescriptor to add
Parameters: cd the ComponentDependency to add
Returns: a list of components
Returns: a List of dependencies of this set of components
Returns: the identifier of this set
Returns: true if this set may be in an isolated classrealm
Parameters: components the List of components to set
Parameters: dependencies the List of components to set
Parameters: id the identifier to set
Parameters: isolatedRealm true if this set of components may be in an isolated classrealm