|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoriesDirective | |
org.apache.avalon.composition.data | The data package contains a revised implementation of the meta-data model that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
org.apache.avalon.composition.data.builder | The meta.data.builder package contains a revised implementation of the meta.model builder that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
org.apache.avalon.composition.data.writer | The meta.data.writer package contains a revised implementation of the meta.model writer that is focussed towards the creation of a serialized deployment scenario that can be supplied to a container for execution. |
org.apache.avalon.composition.logging | The logging package contains the
LoggingManager which
is an interface to the initial bootstrap logging mananager that uses mata information
about logging targets and catagories.
|
org.apache.avalon.composition.logging.impl | The logging package contains the
DefaultLoggingManager which
is an initial bootstrap logging mananager that uses mata information
about logging targets and catagories. |
org.apache.avalon.composition.model |
The model package is resonsible for the population of the containment information model taking into account criteria expressed under meta-info and directives expressed under meta-data in conjunction with the runtime environment. |
org.apache.avalon.composition.model.impl | The model package contains a series of classes that leverage the new meta data model. |
Uses of CategoriesDirective in org.apache.avalon.composition.data |
Methods in org.apache.avalon.composition.data that return CategoriesDirective | |
CategoriesDirective |
TargetDirective.getCategoriesDirective()
Return the logging categories directive. |
CategoriesDirective |
DeploymentProfile.getCategories()
Return the logging categories for the profile. |
CategoriesDirective |
ContainmentProfile.getCategories()
Return the logging categories for the profile. |
Constructors in org.apache.avalon.composition.data with parameters of type CategoriesDirective | |
TargetDirective(String path,
Configuration configuration,
CategoriesDirective categories)
Create a new Target instance. |
|
DeploymentProfile(String name,
boolean activation,
String classname,
CategoriesDirective categories,
ContextDirective context,
DependencyDirective[] dependencies,
StageDirective[] stages,
Parameters parameters,
Configuration config,
Mode mode)
|
|
ContainmentProfile(String name,
ClassLoaderDirective classloader,
ServiceDirective[] exports,
CategoriesDirective categories,
Profile[] profiles)
Creation of a new containment profile. |
Uses of CategoriesDirective in org.apache.avalon.composition.data.builder |
Methods in org.apache.avalon.composition.data.builder that return CategoriesDirective | |
CategoriesDirective |
XMLProfileCreator.getCategoriesDirective(Configuration config,
String name)
|
Uses of CategoriesDirective in org.apache.avalon.composition.data.writer |
Methods in org.apache.avalon.composition.data.writer with parameters of type CategoriesDirective | |
protected void |
XMLDeploymentProfileWriter.writeCategories(Writer writer,
CategoriesDirective categories,
String pad)
Write out xml representation of the logging categories |
Uses of CategoriesDirective in org.apache.avalon.composition.logging |
Subclasses of CategoriesDirective in org.apache.avalon.composition.logging | |
class |
LoggingDescriptor
Description of a top level logging system. |
Methods in org.apache.avalon.composition.logging with parameters of type CategoriesDirective | |
void |
LoggingManager.addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
LoggingManager.addCategories(String path,
CategoriesDirective descriptor)
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories. |
Uses of CategoriesDirective in org.apache.avalon.composition.logging.impl |
Methods in org.apache.avalon.composition.logging.impl with parameters of type CategoriesDirective | |
void |
DefaultLoggingManager.addCategories(CategoriesDirective descriptor)
Add a set of category entries using the supplied categories descriptor. |
void |
DefaultLoggingManager.addCategories(String root,
CategoriesDirective directive)
Add a set of category entries relative to the supplied base category path, using the supplied descriptor as the definition of subcategories. |
Uses of CategoriesDirective in org.apache.avalon.composition.model |
Methods in org.apache.avalon.composition.model that return CategoriesDirective | |
CategoriesDirective |
DeploymentModel.getCategories()
Return the logging categories. |
CategoriesDirective |
ContainmentModel.getCategories()
Return the logging categories. |
Methods in org.apache.avalon.composition.model with parameters of type CategoriesDirective | |
void |
DeploymentModel.setCategories(CategoriesDirective categories)
Set categories. |
void |
ContainmentModel.setCategories(CategoriesDirective categories)
Set categories. |
Uses of CategoriesDirective in org.apache.avalon.composition.model.impl |
Methods in org.apache.avalon.composition.model.impl that return CategoriesDirective | |
CategoriesDirective |
DefaultDeploymentModel.getCategories()
Return the logging categories. |
CategoriesDirective |
DefaultContainmentModel.getCategories()
Return the logging categories. |
Methods in org.apache.avalon.composition.model.impl with parameters of type CategoriesDirective | |
void |
DefaultDeploymentModel.setCategories(CategoriesDirective categories)
Set categories. |
void |
DefaultContainmentModel.setCategories(CategoriesDirective categories)
Set categories. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |