org.apache.torque.generator.configuration.controller
Class ControlConfigurationTags

java.lang.Object
  extended by org.apache.torque.generator.configuration.controller.ControlConfigurationTags

public final class ControlConfigurationTags
extends Object

Tag and attribute names for the control configuration files.


Field Summary
static String CONTROL_LOGLEVEL_ATTRIBUTE
          Attribute name for the "loglevel" attribute of the "control" tag.
static String CONTROL_TAG
          Tag name for the "control" tag.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONTROL_TAG

public static final String CONTROL_TAG
Tag name for the "control" tag.

See Also:
Constant Field Values

CONTROL_LOGLEVEL_ATTRIBUTE

public static final String CONTROL_LOGLEVEL_ATTRIBUTE
Attribute name for the "loglevel" attribute of the "control" tag.

See Also:
Constant Field Values


Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.