Class OutputConfigurationTags
java.lang.Object
org.apache.torque.generator.configuration.controller.OutputConfigurationTags
The tag and attribute names used for configuring an Output unit.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAttribute name for the "encoding" attribute.static final StringAttribute name for the "existingTargetStrategy" attribute.static final StringAttribute name for the "file" attribute.static final StringTag name for the "filenameOutlet" tag.static final StringAttribute name for the "name" attribute.static final StringTag name for the "outlet" tag.static final StringAttribute name for the "existingTargetStrategy" attribute.static final StringTag name for the "output" tag.static final StringAttribute name for the "type" attribute. -
Method Summary
-
Field Details
-
OUTPUT_TAG
Tag name for the "output" tag.- See Also:
-
NAME_ATTRIBUTE
Attribute name for the "name" attribute.- See Also:
-
EXISTING_TARGET_STRATEGY_ATTRIBUTE
Attribute name for the "existingTargetStrategy" attribute.- See Also:
-
OUTPUT_DIR_KEY_ATTRIBUTE
Attribute name for the "existingTargetStrategy" attribute.- See Also:
-
FILE_ATTRIBUTE
Attribute name for the "file" attribute.- See Also:
-
ENCODING_ATTRIBUTE
Attribute name for the "encoding" attribute.- See Also:
-
TYPE_ATTRIBUTE
Attribute name for the "type" attribute.- See Also:
-
OUTLET_TAG
Tag name for the "outlet" tag.- See Also:
-
FILENAME_GENERATOR_TAG
Tag name for the "filenameOutlet" tag.- See Also:
-