|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.Profile
Abstract base class for DeploymentProfile and ContainmentProfile.
Constructor Summary | |
Profile(String name,
boolean activation,
Mode mode)
|
Method Summary | |
boolean |
getActivationPolicy()
Get the activation policy for the profile. |
Mode |
getMode()
Returns the creation mode for this profile. |
String |
getName()
Return the name of meta-data instance. |
String |
toString()
Returns a string representation of the profile. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Profile(String name, boolean activation, Mode mode)
Method Detail |
public String getName()
public boolean getActivationPolicy()
public Mode getMode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |