Uses of Class
net.dpml.metro.info.Priority

Packages that use Priority
net.dpml.metro.data Immutable datatypes used to describe a deployment scenario. 
net.dpml.metro.info Immutable datatypes that describe a component type. 
 

Uses of Priority in net.dpml.metro.data
 

Methods in net.dpml.metro.data that return Priority
 Priority CategoryDirective.getPriority()
          Return the logging priority for the category.
 

Constructors in net.dpml.metro.data with parameters of type Priority
CategoriesDirective(String name, Priority priority, String target, CategoryDirective[] categories)
          Create a CategoriesDirective instance.
CategoryDirective(String name, Priority priority)
          Creation of a new CategoryDirective using a supplied name and priority.
CategoryDirective(String name, Priority priority, String target)
          Creation of a new CategoryDirective using a supplied name, priority, target and collection of subsidiary categories.
 

Uses of Priority in net.dpml.metro.info
 

Fields in net.dpml.metro.info declared as Priority
static Priority Priority.DEBUG
          DEBUG logging priority.
static Priority Priority.ERROR
          ERROR logging priority.
static Priority Priority.INFO
          INFO logging priority.
static Priority CategoryDescriptor.PRIORITY
          Default priority value.
static Priority Priority.TRACE
          DEBUG logging priority.
static Priority Priority.WARN
          WARN logging priority.
 

Methods in net.dpml.metro.info that return Priority
 Priority CategoryDescriptor.getDefaultPriority()
          Return the default logging priority.
static Priority Priority.parse(String value)
          Parse the supplied value into a logging priority constant.
static Priority[] Priority.values()
          Returns an array of priority enum values.
 

Constructors in net.dpml.metro.info with parameters of type Priority
CategoryDescriptor(String name, Priority priority, Properties attributes)
          Create a descriptor for logging category.