|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.DeploymentProfile
Abstract base class for ComponentProfile and ContainmentProfile.
Field Summary | |
static int |
DEFAULT
|
static int |
DISABLED
|
static int |
ENABLED
|
Constructor Summary | |
DeploymentProfile(String name,
int activation,
Mode mode,
CategoriesDirective categories)
|
Method Summary | |
int |
getActivationDirective()
Get the activation directive for the profile. |
CategoriesDirective |
getCategories()
Return the logging categories 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 |
Field Detail |
public static final int DEFAULT
public static final int ENABLED
public static final int DISABLED
Constructor Detail |
public DeploymentProfile(String name, int activation, Mode mode, CategoriesDirective categories)
Method Detail |
public String getName()
public CategoriesDirective getCategories()
public int getActivationDirective()
DEFAULT
,
ENABLED
,
DISABLED
public Mode getMode()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |