Class SourceConfigurationTags
java.lang.Object
org.apache.torque.generator.configuration.source.SourceConfigurationTags
Contains tag and attribute names for the Source configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTag name for the "class" attribute of the "transformer" and "postprocessor tags.static final StringAttribute name for the "combineFiles" attribute.static final StringAttribute name for the "driverOption" attribute.static final StringAttribute name for the "elements" attribute.static final StringTag name for the "entityReference" tag.static final StringTag name for the "exclude" tag.static final StringAttribute name for the "format" attribute.static final StringTag name for the "include" tag.static final StringAttribute name for the "passwordOption" attribute.static final StringTag name for the "postprocessor" tag.static final StringAttribute name for the "resource" attribute.static final StringAttribute name for the "schemaOption" attribute.static final StringAttribute name for the "skipDecider" attribute.static final StringTag name for the "source" tag.static final StringAttribute name for the "systemId" attribute.static final StringTag name for the "transformer" tag.static final StringAttribute name for the "urlOption" attribute.static final StringAttribute name for the "usernameOption" attribute. -
Method Summary
-
Field Details
-
SOURCE_TAG
Tag name for the "source" tag.- See Also:
-
ELEMENTS_ATTRIBUTE
Attribute name for the "elements" attribute.- See Also:
-
SKIP_DECIDER_ARRTIBUTE
Attribute name for the "skipDecider" attribute.- See Also:
-
FORMAT_ATTRIBUTE
Attribute name for the "format" attribute.- See Also:
-
COMBINE_FILES_ATTRIBUTE
Attribute name for the "combineFiles" attribute.- See Also:
-
TRANSFORMER_TAG
Tag name for the "transformer" tag.- See Also:
-
CLASS_ATTRIBUTE
Tag name for the "class" attribute of the "transformer" and "postprocessor tags.- See Also:
-
POSTPROCESSOR_TAG
Tag name for the "postprocessor" tag.- See Also:
-
INCLUDE_TAG
Tag name for the "include" tag.- See Also:
-
EXCLUDE_TAG
Tag name for the "exclude" tag.- See Also:
-
ENTITY_REFERENCE
Tag name for the "entityReference" tag.- See Also:
-
URL_OPTION_ATTRIBUTE
Attribute name for the "urlOption" attribute.- See Also:
-
DRIVER_OPTION_ATTRIBUTE
Attribute name for the "driverOption" attribute.- See Also:
-
USERNAME_OPTION_ATTRIBUTE
Attribute name for the "usernameOption" attribute.- See Also:
-
PASSWORD_OPTION_ATTRIBUTE
Attribute name for the "passwordOption" attribute.- See Also:
-
SCHEMA_OPTION_ATTRIBUTE
Attribute name for the "schemaOption" attribute.- See Also:
-
SYSTEM_ID_ATTRIBUTE
Attribute name for the "systemId" attribute.- See Also:
-
RESOURCE_ATTRIBUTE
Attribute name for the "resource" attribute.- See Also:
-