Uses of Class
org.apache.avalon.composition.data.CategoryDirective

Packages that use CategoryDirective
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.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.  
 

Uses of CategoryDirective in org.apache.avalon.composition.data
 

Subclasses of CategoryDirective in org.apache.avalon.composition.data
 class CategoriesDirective
          Description of a set of categories.
 

Methods in org.apache.avalon.composition.data that return CategoryDirective
 CategoryDirective[] CategoriesDirective.getCategories()
          Return the set of logging categories.
 CategoryDirective CategoriesDirective.getCategoryDirective(String name)
          Return a named category.
 

Constructors in org.apache.avalon.composition.data with parameters of type CategoryDirective
CategoriesDirective(CategoryDirective[] categories)
          Create a CategoriesDirective instance.
CategoriesDirective(String name, String priority, String target, CategoryDirective[] categories)
          Create a CategoriesDirective instance.
 

Uses of CategoryDirective in org.apache.avalon.composition.data.builder
 

Methods in org.apache.avalon.composition.data.builder that return CategoryDirective
 CategoryDirective XMLProfileCreator.getCategoryDirective(Configuration config)
           
 

Uses of CategoryDirective in org.apache.avalon.composition.logging
 

Subclasses of CategoryDirective 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 CategoryDirective
 Logger LoggingManager.getLoggerForCategory(CategoryDirective category)
          Configure Logging channel based on the description supplied in a category descriptor.
 

Constructors in org.apache.avalon.composition.logging with parameters of type CategoryDirective
LoggingDescriptor(String root, String priority, String target, CategoryDirective[] categories, TargetDescriptor[] targets)
          Create a LoggingDescriptor instance.
 

Uses of CategoryDirective in org.apache.avalon.composition.logging.impl
 

Methods in org.apache.avalon.composition.logging.impl with parameters of type CategoryDirective
 Logger DefaultLoggingManager.getLoggerForCategory(CategoryDirective category)
          Configure Logging channel based on the description supplied in a category descriptor.
 



Copyright © Apache Software Foundation. All Rights Reserved.