Uses of Class
net.dpml.metro.data.CategoryDirective

Packages that use CategoryDirective
net.dpml.metro Internal and remote component model management interface. 
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.tools A set of ant tasks supporting the creation of component type and deployment information. 
 

Uses of CategoryDirective in net.dpml.metro
 

Methods in net.dpml.metro that return CategoryDirective
 CategoryDirective[] ComponentModel.getCategoryDirectives()
          Return the component logging categories.
 

Uses of CategoryDirective in net.dpml.metro.data
 

Subclasses of CategoryDirective in net.dpml.metro.data
 class CategoriesDirective
          Description of the configuration of a set of categories.
 

Methods in net.dpml.metro.data that return CategoryDirective
 CategoryDirective[] CategoriesDirective.getCategories()
          Return the set of logging categories.
 CategoryDirective CategoriesDirective.getCategoryDirective(String name)
          Return a named category.
 

Constructors in net.dpml.metro.data with parameters of type CategoryDirective
CategoriesDirective(CategoryDirective[] categories)
          Create a CategoriesDirective instance.
CategoriesDirective(String name, Priority priority, String target, CategoryDirective[] categories)
          Create a CategoriesDirective instance.
 

Uses of CategoryDirective in net.dpml.metro.tools
 

Methods in net.dpml.metro.tools that return CategoryDirective
 CategoryDirective CategoriesDataType.CategoryDataType.getCategoryDirective()
          Return the category directive.