|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.avalon.composition.data.TargetDirective
A target is a tagged configuration fragment. The tag is a path seperated by "/" charaters qualifying the component that the target configuration is to be applied to.
Constructor Summary | |
TargetDirective(String path,
Configuration configuration,
CategoriesDirective categories,
String profile)
Create a new Target instance. |
Method Summary | |
CategoriesDirective |
getCategoriesDirective()
Return the logging categories directive. |
Configuration |
getConfiguration()
Return the target configuration. |
String |
getPath()
Return the target path. |
String |
getSecurityProfileName()
Return the name of the assigned security profile. |
String |
toString()
Return a string representation of the target. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TargetDirective(String path, Configuration configuration, CategoriesDirective categories, String profile)
path
- target pathconfiguration
- the configurationcategories
- the logging category directivesMethod Detail |
public String getPath()
public Configuration getConfiguration()
public String getSecurityProfileName()
public CategoriesDirective getCategoriesDirective()
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |