|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.plexus.component.repository.ComponentSetDescriptor
public class ComponentSetDescriptor
Contains a set of ComponentDescriptors and the set's dependencies.
Constructor Summary | |
---|---|
ComponentSetDescriptor()
|
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. |
String |
getSource()
|
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. |
void |
setSource(String source)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ComponentSetDescriptor()
Method Detail |
---|
public List getComponents()
public void addComponentDescriptor(ComponentDescriptor cd)
cd
- the ComponentDescriptor to addpublic void setComponents(List components)
components
- the List of components to setpublic List getDependencies()
public void addDependency(ComponentDependency cd)
cd
- the ComponentDependency to addpublic void setDependencies(List dependencies)
dependencies
- the List of components to setpublic void setIsolatedRealm(boolean isolatedRealm)
isolatedRealm
- true if this set of components may be in an
isolated classrealmpublic boolean isIsolatedRealm()
public String getId()
public void setId(String id)
id
- the identifier to setpublic String toString()
toString
in class Object
public String getSource()
public void setSource(String source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |