|
||||||||||
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. |
java.util.List<ComponentDescriptor> |
getComponents()
Returns a list of components in this set. |
java.util.List<ComponentDependency> |
getDependencies()
Returns a List of dependencies of this set of components. |
java.lang.String |
getId()
Returns the identifier of this set. |
java.lang.String |
getSource()
|
boolean |
isIsolatedRealm()
Returns true if this set may be in an isolated classrealm. |
void |
setComponents(java.util.List<ComponentDescriptor> components)
Sets a List of components as this set's contents. |
void |
setDependencies(java.util.List<ComponentDependency> dependencies)
Sets a List of dependencies as this set's component dependencies. |
void |
setId(java.lang.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(java.lang.String source)
|
java.lang.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 java.util.List<ComponentDescriptor> getComponents()
public void addComponentDescriptor(ComponentDescriptor cd)
cd
- the ComponentDescriptor to addpublic void setComponents(java.util.List<ComponentDescriptor> components)
components
- the List of components to setpublic java.util.List<ComponentDependency> getDependencies()
public void addDependency(ComponentDependency cd)
cd
- the ComponentDependency to addpublic void setDependencies(java.util.List<ComponentDependency> 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 java.lang.String getId()
public void setId(java.lang.String id)
id
- the identifier to setpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getSource()
public void setSource(java.lang.String source)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |