A B C D E F G H I J K L M N O P Q R S T U V W X

A

accept(File) - Method in class org.apache.torque.generator.file.WildcardFilter
Returns whether a file matches the criteria of this filter.
ACTION_ACCEPT_EMPTY_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "acceptEmpty" attribute of the "action" tag.
ACTION_ACCEPT_NOT_SET_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "acceptNotSet" attribute of the "action" tag.
ACTION_ATTRIBUTE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "attribute" attribute of the "action" tag.
ACTION_ELEMENT_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "element" attribute of the "action" tag.
ACTION_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "option" attribute of the "action" tag.
ACTION_OUTLET_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "outlet" attribute of the "action" tag.
ACTION_TAG - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Tag name for the "action" tag.
ACTION_TYPE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "type" attribute of the "action" tag.
ACTION_VALUE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "value" attribute of the "action" tag.
ActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX Handler which handles for the action element in mergepoints.
ActionSaxHandler(MergepointAction, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Constructor.
ActionSaxHandlerFactories - Class in org.apache.torque.generator.configuration.mergepoint
A registry of ActionSaxHandlerFactories.
ActionSaxHandlerFactories() - Constructor for class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
Constructor.
ActionSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.mergepoint
Classes implementing this interface are responsible for creating ActionSaxHandlers for a specific action type.
addAction(MergepointAction) - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Adds an action to this mergepont mapping at the end of the action list.
addEntityReference(String, byte[]) - Method in class org.apache.torque.generator.configuration.source.EntityReferences
Adds a new entity reference.
addGlobalOptions(Collection<Option>) - Method in class org.apache.torque.generator.option.Options
Adds several options with global scope.
addMergepointMapping(MergepointMapping) - Method in class org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
 
addMergepointMapping(MergepointMapping) - Method in interface org.apache.torque.generator.outlet.Outlet
Adds an mergepoint mapping to the outlet.
addMergepointMapping(MergepointMapping) - Method in class org.apache.torque.generator.outlet.OutletImpl
Adds an mergepoint mapping to the outlet.
addOutlet(Outlet) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Adds a outlet.
addUnit(UnitDescriptor) - Method in class org.apache.torque.generator.configuration.Configuration
Adds a unit of generation to the configuration.
addUnits(List<UnitDescriptor>) - Method in class org.apache.torque.generator.configuration.Configuration
Adds several units of generation to the configuration.
afterExecute(ControllerState) - Method in interface org.apache.torque.generator.outlet.Outlet
Adjusts the state of the Controller after generation.
afterExecute(ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
 
afterGeneration(String, String, String, OutletResult, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
Processes the results of the generation.
afterGeneration(String, String, String, OutletResult, UnitConfiguration) - Method in interface org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
Processes the results of the generation.
afterGeneration(String, String, String, OutletResult, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
Processes the results of the generation.
afterGeneration(String, String, String, OutletResult, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
Processes the results of the generation.
AppendToTargetFileStrategy - Class in org.apache.torque.generator.control.existingtargetstrategy
A handler which implements the strategy to append the generation result to the existing target files.
AppendToTargetFileStrategy() - Constructor for class org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
 
apply() - Method in enum org.apache.torque.generator.configuration.controller.Loglevel
Applies the log level.
ApplyAction - Class in org.apache.torque.generator.control.action
Applies an outlet to the matching element.
ApplyAction(String, String, Boolean) - Constructor for class org.apache.torque.generator.control.action.ApplyAction
Constructor.
ApplyActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX handler which reads the configuration for a ApplyAction and creates and configures the Action according to the values in the configuration XML.
ApplyActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandler
Creates a ApplyActionSaxHandler for reading the configuration of a ApplyAction.
ApplyActionSaxHandlerFactory - Class in org.apache.torque.generator.configuration.mergepoint
A Factory which creates a SAX handler for an ApplyAction.
ApplyActionSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
 
ATTRIBUTES_MERGEPOINT_NAME - Static variable in class org.apache.torque.generator.outlet.java.JavadocOutlet
The name of the mergepoint which contains the javadoc attributes.
AttributeTransformer - Class in org.apache.torque.generator.source.transform
Adds or replaces attributes in a SourceElement according to a definition file.
AttributeTransformer(Reader) - Constructor for class org.apache.torque.generator.source.transform.AttributeTransformer
Constructor.

B

BeanPropertyMethodNameTransformer - Class in org.apache.torque.generator.source.transform
Converts a source element Attribute such that it can be used as method name.
BeanPropertyMethodNameTransformer() - Constructor for class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Constructor.
beforeExecute(ControllerState) - Method in interface org.apache.torque.generator.outlet.Outlet
Adjusts the state of the Controller before generation.
beforeExecute(ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
 
beforeGeneration(String, String, String, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
Will be called before the generation is started and decides whether the generation process for this file should proceed.
beforeGeneration(String, String, String, UnitConfiguration) - Method in interface org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
Will be called before the generation is started and decides whether the generation process for this file should proceed.
beforeGeneration(String, String, String, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
Will be called before the generation is started and decides whether the generation process for this file should proceed.
beforeGeneration(String, String, String, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
Will be called before the generation is started and decides whether the generation process for this file should proceed.
beforeGeneration(String, String, String, UnitConfiguration) - Method in class org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
Will be called before the generation is started and decides whether the generation process for this file should proceed.
BODY_MERGEPOINT_NAME - Static variable in class org.apache.torque.generator.outlet.java.JavadocOutlet
The name of the mergepoint which output is used as javadoc body.
booleanOption(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key as boolean value.

C

Camelbacker - Class in org.apache.torque.generator.processor.string
Creates a String in CaMelBaCk case from a String with special characters
Camelbacker() - Constructor for class org.apache.torque.generator.processor.string.Camelbacker
 
CamelbackOutlet - Class in org.apache.torque.generator.outlet.java
Transform a String to its camelback version.
CamelbackOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.CamelbackOutlet
Constructor.
canHandle(String) - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
 
canHandle(String) - Method in interface org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory
Returns whether the handler can create OutletSaxHandlers for the given type.
CARRIAGE_RETURN - Static variable in class org.apache.torque.generator.outlet.java.NewlineOutlet
The carriage return char '\r'.
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.controller.OutputSaxHandler
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandler
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
characters(char[], int, int) - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
characters(char[], int, int) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
CharReplacer - Class in org.apache.torque.generator.processor.string
Replaces characters by a String.
CharReplacer() - Constructor for class org.apache.torque.generator.processor.string.CharReplacer
 
ClassHelper - Class in org.apache.torque.generator.configuration
Helper for instantiating classes.
CLASSNAME_MERGEPOINT_NAME - Static variable in class org.apache.torque.generator.outlet.java.JavaFilenameOutlet
The name of the merge point which provides the file name.
ClasspathConfigurationProvider - Class in org.apache.torque.generator.configuration
Provides InputStreams to read a configuration of a unit of generation from a jar file.
ClasspathConfigurationProvider(ProjectPaths, TorqueGeneratorPaths) - Constructor for class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
Constructor.
clear() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Removes all mappings from this map.
clear() - Method in class org.apache.torque.generator.variable.VariableStore
Removes all variables from this store.
ColumnMetadata - Class in org.apache.torque.generator.source.jdbc
The data retrieved about a column as read from JDBC Metadata.
ColumnMetadata(String, Integer, Integer, Integer, String, Integer) - Constructor for class org.apache.torque.generator.source.jdbc.ColumnMetadata
Constructor.
COMBINE_FILES_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "combineFiles" attribute.
CombinedFileSource - Class in org.apache.torque.generator.source.stream
A source which uses several files as input and combines them into one file.
CombinedFileSource(Collection<FileSource>) - Constructor for class org.apache.torque.generator.source.stream.CombinedFileSource
Constructor.
concatenate(OutletResult...) - Static method in class org.apache.torque.generator.outlet.OutletResult
Concatenates an array of OutletResults.
concatenate(Iterable<OutletResult>) - Static method in class org.apache.torque.generator.outlet.OutletResult
Concatenates a list of OutletResults.
CONFIG_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default configuration root directory, relative to the project root.
Configuration - Class in org.apache.torque.generator.configuration
The configuration class keeps the complete configuration needed for the generation process.
Configuration() - Constructor for class org.apache.torque.generator.configuration.Configuration
 
CONFIGURATION_SCHEMA_SYSTEMID - Static variable in class org.apache.torque.generator.configuration.ConfigurationEntityResolver
The SystemId of the configuration schema.
ConfigurationEntityResolver - Class in org.apache.torque.generator.configuration
A resolver to get the confoguration.xsd file for the XML parser from the jar.
ConfigurationEntityResolver() - Constructor for class org.apache.torque.generator.configuration.ConfigurationEntityResolver
 
ConfigurationException - Exception in org.apache.torque.generator.configuration
This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
ConfigurationException() - Constructor for exception org.apache.torque.generator.configuration.ConfigurationException
Constructs a ConfigurationException without error message.
ConfigurationException(String) - Constructor for exception org.apache.torque.generator.configuration.ConfigurationException
Constructs a ConfigurationException with the given error message.
ConfigurationException(Throwable) - Constructor for exception org.apache.torque.generator.configuration.ConfigurationException
Constructs a ConfigurationException which wraps another exception.
ConfigurationException(String, Throwable) - Constructor for exception org.apache.torque.generator.configuration.ConfigurationException
Constructs a ConfigurationException which wraps another exception, and which has its own error message.
ConfigurationHandlers - Class in org.apache.torque.generator.configuration
Contains the required handlers for reading the configuration.
ConfigurationHandlers() - Constructor for class org.apache.torque.generator.configuration.ConfigurationHandlers
Standard constructor.
ConfigurationProvider - Interface in org.apache.torque.generator.configuration
Defines how the configuration for a generation unit can be accessed.
ConstantNameCreator - Class in org.apache.torque.generator.processor.string
Creates the name of a constant from a string.
ConstantNameCreator() - Constructor for class org.apache.torque.generator.processor.string.ConstantNameCreator
Constructor.
ConstantNameOutlet - Class in org.apache.torque.generator.outlet.java
Creates the name of a constant from a string.
ConstantNameOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.ConstantNameOutlet
Constructor.
containsKey(QualifiedName) - Method in class org.apache.torque.generator.option.Options
Checks if an option with the given key exists in any scope.
containsKey(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns if this Map contains a mapping for the given key.
containsSystemId(String) - Method in class org.apache.torque.generator.configuration.source.EntityReferences
Returns whether the given system id is known.
containsValue(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Checks if any key is mapped to the given value.
CONTROL_LOGLEVEL_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.ControlConfigurationTags
Attribute name for the "loglevel" attribute of the "control" tag.
CONTROL_TAG - Static variable in class org.apache.torque.generator.configuration.controller.ControlConfigurationTags
Tag name for the "control" tag.
ControlConfiguration - Class in org.apache.torque.generator.configuration.controller
Represents the control configuration of a generation unit.
ControlConfiguration() - Constructor for class org.apache.torque.generator.configuration.controller.ControlConfiguration
 
ControlConfigurationSaxHandler - Class in org.apache.torque.generator.configuration.controller
Reads the controller configuration from the controller configuration file.
ControlConfigurationSaxHandler(ControlConfiguration, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
Constructor.
ControlConfigurationTags - Class in org.apache.torque.generator.configuration.controller
Tag and attribute names for the control configuration files.
ControlConfigurationXmlParser - Class in org.apache.torque.generator.configuration.controller
Parses the xml file which provides the control configuration.
ControlConfigurationXmlParser() - Constructor for class org.apache.torque.generator.configuration.controller.ControlConfigurationXmlParser
 
Controller - Class in org.apache.torque.generator.control
Reads the configuration and generates the output accordingly.
Controller() - Constructor for class org.apache.torque.generator.control.Controller
 
ControllerException - Exception in org.apache.torque.generator.control
This Exception is thrown when an error occurs within the Controller of the Torque Generator.
ControllerException() - Constructor for exception org.apache.torque.generator.control.ControllerException
Constructs a ConfigurationException without error message.
ControllerException(String) - Constructor for exception org.apache.torque.generator.control.ControllerException
Constructs a ConfigurationException with the given error message.
ControllerException(Throwable) - Constructor for exception org.apache.torque.generator.control.ControllerException
Constructs a ControllerException which wraps another exception.
ControllerException(String, Throwable) - Constructor for exception org.apache.torque.generator.control.ControllerException
Constructs a ControllerException which wraps another exception, and which has its own error message.
ControllerHelper - Class in org.apache.torque.generator.control
Helper methods for the controller.
ControllerState - Class in org.apache.torque.generator.control
The state of the controller.
ControllerState() - Constructor for class org.apache.torque.generator.control.ControllerState
 
copy() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
Returns a copy of this source provider in its initial state.
copy() - Method in class org.apache.torque.generator.source.SourceElement
Creates a deep copy of this RichSourceelementImpl object.
copy() - Method in class org.apache.torque.generator.source.SourceProvider
Returns a copy of this source provider in its initial state.
copy() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns a copy of this source provider in its initial state.
CopyAttributeTransformer - Class in org.apache.torque.generator.source.transform
Fills an attribute with the content of another attribute.
CopyAttributeTransformer() - Constructor for class org.apache.torque.generator.source.transform.CopyAttributeTransformer
 
copyNotSetSettingsFrom(SourceProvider) - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
Copies settings which are not set in this source provider from another source provider.
copyNotSetSettingsFrom(SourceProvider) - Method in class org.apache.torque.generator.source.SourceProvider
Copies settings which are not set in this source provider from another source provider.
copyNotSetSettingsFrom(SourceProvider) - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Copies settings which are not set in this source provider from another source provider.
CopyOutlet - Class in org.apache.torque.generator.outlet.copy
A Outlet which copies a given resource unchanged.
CopyOutlet(QualifiedName, ConfigurationProvider, String) - Constructor for class org.apache.torque.generator.outlet.copy.CopyOutlet
Constructs a new CopyOutlet.
CopyOutletSaxHandlerFactory - Class in org.apache.torque.generator.configuration.outlet
Creates copy outlet SAX handlers.
CopyOutletSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
 
createOutlet(QualifiedName, String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
 
createOutputFilename(Output, ControllerState) - Method in class org.apache.torque.generator.control.Controller
Creates the output file name and sets it in the output.
createRootElement() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
 
createRootElement() - Method in class org.apache.torque.generator.source.SourceImpl
Reads the root element and the whole untransformed source tree.
createRootElement() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
Reads and parses the input file and creates the element tree from it.
createRootElement() - Method in class org.apache.torque.generator.source.stream.FileSource
Reads and parses the input file and creates the element tree from it.
CustomProjectPaths - Class in org.apache.torque.generator.configuration.paths
Implementation of ProjectPaths with custom paths.
CustomProjectPaths(ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Copy-constructor.
CustomProjectPaths(File, String, File, Map<String, File>, File) - Constructor for class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Constructor.

D

DEFAULT_OUTPUT_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default generation target directory, relative to the project root.
DefaultTorqueGeneratorPaths - Class in org.apache.torque.generator.configuration.paths
The default organization of the torque-generator directory.
DefaultTorqueGeneratorPaths() - Constructor for class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
DirectoryConfigurationProvider - Class in org.apache.torque.generator.configuration
Provides InputStreams to read the configuration from a directory.
DirectoryConfigurationProvider(ProjectPaths, TorqueGeneratorPaths) - Constructor for class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
Constructor.
DRIVER_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "driverOption" attribute.

E

ELEMENTS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "elements" attribute.
ENCODING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "encoding" attribute.
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.controller.OutputSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
Callback method which is called by the SAX parser if an XML element is ended.
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
endElement(String, String, String) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
endFile() - Method in class org.apache.torque.generator.variable.VariableStore
Signals this store that the processing of one file has ended.
endGeneration() - Method in class org.apache.torque.generator.variable.VariableStore
Signals this store that generation has ended.
endOutlet() - Method in class org.apache.torque.generator.variable.VariableStore
Signals this store that the processing of a outlet has ended.
ENTITY_REFERENCE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "entityReference" tag.
EntityReferences - Class in org.apache.torque.generator.configuration.source
Resolves system Ids for schema files to the schema file content.
EntityReferences() - Constructor for class org.apache.torque.generator.configuration.source.EntityReferences
 
EntityReferenceSaxHandler - Class in org.apache.torque.generator.configuration.source
Reads an entity reference from the controller configuration file.
EntityReferenceSaxHandler(ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
Constructor.
ENTRY_ELEMENT_NAME - Static variable in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
The name of the entry element.
entrySet() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns all Entries in this map.
equals(Object) - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
 
equals(Object) - Method in class org.apache.torque.generator.control.action.ApplyAction
 
equals(Object) - Method in class org.apache.torque.generator.control.action.TraverseAllAction
 
equals(Object) - Method in class org.apache.torque.generator.option.OptionImpl
 
equals(Object) - Method in class org.apache.torque.generator.outlet.OutletResult
 
equals(Object) - Method in class org.apache.torque.generator.qname.Namespace
Returns if this object is equal to another object.
equals(Object) - Method in class org.apache.torque.generator.qname.QualifiedName
Returns if this object equals another object.
equals(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Checks if this QualifiedNameMap is equal to another object.
equals(Object) - Method in class org.apache.torque.generator.source.SourceTransformerDefinition
 
equals(Object) - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
Checks whether other is equal to this instance.
equals(Object) - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
Checks whether other is equal to this instance.
equals(Object) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
 
equals(Object) - Method in class org.apache.torque.generator.variable.Variable
 
error(SAXParseException) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
 
error(SAXParseException) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
 
error(SAXParseException) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
ESCAPE - Static variable in class org.apache.torque.generator.control.TokenReplacer
The escape character.
EXCLUDE_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "transformer" tag.
execute(ControllerState) - Method in class org.apache.torque.generator.control.action.ApplyAction
Applies an outlet to the matching element.
execute(ControllerState) - Method in interface org.apache.torque.generator.control.action.MergepointAction
Executes the action.
execute(ControllerState) - Method in class org.apache.torque.generator.control.action.OptionAction
Returns the value of the configured option.
execute(ControllerState) - Method in class org.apache.torque.generator.control.action.OutputAction
Returns the value.
execute(ControllerState) - Method in class org.apache.torque.generator.control.action.SourceElementAttributeAction
Returns the value of the configured attribute of the configured source element.
execute(ControllerState) - Method in class org.apache.torque.generator.control.action.TraverseAllAction
Traverses all matching elements, and applies an outlet to each matching element.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.copy.CopyOutlet
Executes the generation process; the result is returned.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Processes the input according to the camelback rules.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.ConstantNameOutlet
Processes the input according to the camelback rules.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.JavaFilenameOutlet
 
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
 
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.NewlineOutlet
 
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.OptionOutlet
 
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.PackageToPathOutlet
Reads the input and replaces all dots by slashes.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.java.XmlOutlet
 
execute(ControllerState) - Method in interface org.apache.torque.generator.outlet.Outlet
Generates the output for this template into the Generated object.
execute(ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
 
execute(ControllerState) - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Executes the generation process; the result is returned.
EXISTING_TARGET_STRATEGY_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "existingTargetStrategy" attribute.
ExistingTargetStrategy - Interface in org.apache.torque.generator.control.existingtargetstrategy
A handler which implements a strategy on how to deal with existing targets.

F

fatalError(SAXParseException) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
 
fatalError(SAXParseException) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
 
fatalError(SAXParseException) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
FILE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "file" attribute.
FILE_ELEMENT_NAME - Static variable in class org.apache.torque.generator.source.stream.CombinedFileSource
The name of the root element's children of the produced source tree.
FILENAME_GENERATOR_TAG - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Tag name for the "filenameOutlet" tag.
FileOptionsConfiguration - Class in org.apache.torque.generator.configuration.option
An options configuration which reads options from a file.
FileOptionsConfiguration() - Constructor for class org.apache.torque.generator.configuration.option.FileOptionsConfiguration
 
FileOptionsSaxHandler - Class in org.apache.torque.generator.configuration.option
Reads a file options configuration.
FileOptionsSaxHandler(FileOptionsConfiguration) - Constructor for class org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
 
Fileset - Class in org.apache.torque.generator.file
Selects Files in a directory and the subdirectories of the directory.
Fileset() - Constructor for class org.apache.torque.generator.file.Fileset
Default constructor.
Fileset(File, Collection<String>, Collection<String>) - Constructor for class org.apache.torque.generator.file.Fileset
All-Args constructor.
FileSource - Class in org.apache.torque.generator.source.stream
A Source which uses a file as input.
FileSource(StreamSourceFormat, File, ControllerState) - Constructor for class org.apache.torque.generator.source.stream.FileSource
Constructor.
FileSourceProvider - Class in org.apache.torque.generator.source.stream
Contains sources which are read from files in the file system.
FileSourceProvider(StreamSourceFormat, Fileset, Boolean) - Constructor for class org.apache.torque.generator.source.stream.FileSourceProvider
Constructor.
FileSourceSaxHandler - Class in org.apache.torque.generator.configuration.source
Reads file source definitions from the controller configuration file.
FileSourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.source.FileSourceSaxHandler
Constructor.
FileSourceSaxHandlerFactory - Class in org.apache.torque.generator.configuration.source
A Factory which creates a SAX handler for file sources.
FileSourceSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
 
filter(InputStream, String) - Method in interface org.apache.torque.generator.template.TemplateFilter
Filters (i.e modifies) a template.
filter(InputStream, String) - Method in class org.apache.torque.generator.template.velocity.VelocityTemplateFilter
This method filters the template and replaces some unwanted characters.
finished() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Marks that the matching snippet was completely parsed.
ForeignKeyMetadata - Class in org.apache.torque.generator.source.jdbc
The data about a foreign key as read from JDBC Metadata.
ForeignKeyMetadata() - Constructor for class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
 
FORMAT_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "format" attribute.

G

GENERATOR_CONFIGURATION_NAMESPACE - Static variable in class org.apache.torque.generator.configuration.XMLConstants
The Torque generator configuration Namespace.
GeneratorException - Exception in org.apache.torque.generator
This exception is the superclass of all Exceptions thrown in the Torque generator.
GeneratorException() - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a OutletException without error message.
GeneratorException(String) - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a GeneratorException with the given error message.
GeneratorException(Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a GeneratorException which wraps another exception.
GeneratorException(String, Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a GeneratorException which wraps another exception, and which has its own error message.
get(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns the object which is mapped to the given key.
getAction() - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Returns the action which was configured by this handler.
getActions() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Returns the list of actions executed at the mergepoint.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in interface org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
Returns a ActionSaxHandler for reading in the configuration of an action.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in class org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
Returns a ApplyActionSaxHandler for reading the configuration of ApplyActions.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in class org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
Returns a OptionActionSaxHandler for reading the configuration of OptionActions.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in class org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
Returns a OutputActionSaxHandler for reading the configuration of OptionActions.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in class org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
Returns a OptionActionSaxHandler for reading the configuration of SourceElementAttributeActions.
getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Method in class org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
Returns a TraverseAllActionSaxHandler for reading the configuration of TraverseAllActions.
getActionSaxHandlerFactories() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known mergepoint action handlers.
getActionSaxHandlerFactory(String) - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
Returns the ActionSaxHandlerFactory associated with the given type.
getAddTo() - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Returns the path to the source element to where the new elements are added.
getAllInHierarchy(Namespace) - Method in class org.apache.torque.generator.option.Options
Returns all mappings which live in the given namespace.
getAllInHierarchy(Namespace) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns all mappings which live in the given namespace.
getAttribute(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns the object stored in a given attribute.
getAttribute(SourceAttributeName) - Method in class org.apache.torque.generator.source.SourceElement
Returns the object stored in a given attribute.
getAttributeName() - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Returns the name of the source element attribute.
getAttributeNames() - Method in class org.apache.torque.generator.source.SourceElement
Returns the name of all set attributes.
getBasedir() - Method in class org.apache.torque.generator.file.Fileset
Returns the base directory of the fileset.
getBooleanAttribute(String, Attributes, String) - Static method in class org.apache.torque.generator.configuration.SaxHelper
Retrieves an attribute as boolean value.
getBooleanOption(String) - Method in class org.apache.torque.generator.control.ControllerState
Convenience method to return the value of an option as boolean.
getBooleanOption(OptionName) - Method in class org.apache.torque.generator.control.ControllerState
Convenience method to return the value of an option as boolean.
getByJdbcType(Integer) - Static method in enum org.apache.torque.generator.jdbc.SchemaType
Returns the schema type which corresponds to the given jdbc type.
getByKey(String) - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns the Loglevel for a given key.
getByteArrayResult() - Method in class org.apache.torque.generator.outlet.OutletResult
Returns the byte array result.
getChild(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns the first child of this SourceElement which has the given name.
getChild(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
Returns the first child of this SourceElement which has the given name.
getChild(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the first child of the current source element with the given name.
getChildren() - Method in class org.apache.torque.generator.source.SourceElement
Returns all children of this SourceElement.
getChildren(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns all children of this SourceElement which have the given name.
getChildren(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
Returns all children of this SourceElement which have the given name.
getChildren() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns all children of the current source element.
getChildren(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the children of the current source element with a certain name.
getCombineFiles() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns whether source files are combined into one source tree.
getConfigurationDirectory() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
getConfigurationDirectory() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
Returns the path to the directory containing the configuration, relative to the torque-gen directory.
getConfigurationHandlers() - Method in class org.apache.torque.generator.configuration.Configuration
Returns the available configuration handlers.
getConfigurationHandlers() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns the configuration handlers.
getConfigurationHandlers() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the known configuration handlers.
getConfigurationHandlers() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the configuration handlers used to parse the configuration of this generation unit.
getConfigurationPackage() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the root package of the Torque generator files.
getConfigurationPackage() - Method in class org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
Returns the package of the Torque generator files.
getConfigurationPackage() - Method in class org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
Returns the package of the Torque generator files.
getConfigurationPackage() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
 
getConfigurationPackage() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the package of the Torque generator configuration.
getConfigurationPath() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the root directory for the Torque generator files, relative to the project root.
getConfigurationPath() - Method in class org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
Returns the subdirectory for the Torque generator files, relative to the project root.
getConfigurationPath() - Method in class org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
Returns the subdirectory for the Torque generator files, relative to the project root.
getConfigurationPath() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
 
getConfigurationPath() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the path to the Torque generator configuration directory.
getConfigurationPaths() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the paths in the configuration of this generation unit.
getConfigurationProvider() - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Returns the configuration provider used by this handler.
getConfigurationProvider() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns the ConfigurationProvider.
getConfigurationProvider() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the configurationProvider to access the configuration.
getContent(ControllerState) - Method in interface org.apache.torque.generator.template.TemplateOutlet
Returns the contents as a Template as a String.
getContent(ControllerState) - Method in class org.apache.torque.generator.template.TemplateOutletImpl
 
getContent() - Method in class org.apache.torque.generator.variable.VariableStore
Returns a map with the variables contained in this store.
getContentOutlet() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the reference to the outlet which should produce the content.
getContext() - Method in class org.apache.torque.generator.template.velocity.VelocityOutletState
Returns the current velocity context.
getControlConfigurationFile() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
getControlConfigurationFile() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
Returns the path to the file containing the control configuration, relative to the configuration directory.
getControlConfigurationInputStream() - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getControlConfigurationInputStream() - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access the control configuration.
getControlConfigurationInputStream() - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getControlConfigurationInputStream() - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getControlConfigurationLocation() - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getControlConfigurationLocation() - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Returns the location of the control configuration as human readable String for debugging and error tracking purposes.
getControlConfigurationLocation() - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getControlConfigurationLocation() - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getControllerState() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the current controller state.
getCount() - Method in class org.apache.torque.generator.outlet.java.NewlineOutlet
Returns how many newlines should be created.
getCounter() - Static method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns a counter value which is increased each time this function is accessed.
getCurrentLoglevel() - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns the current loglevel.
getDecimalDigits() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns the number of decimal digits.
getDefaultOutputEncoding() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the output encoding if no specific encoding has been set in the output.
getDefaultOutputEncoding() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the output encoding if no specific encoding has been set in the output.
getDefaultSourcePath() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the default directory for the source files, relative to the project root.
getDefaultSourcePath() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Returns the path to the source files.
getDefaultSourcePath() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the path to the default source directory for the Torque generator.
getDefValue() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns the default value of the column.
getDescription() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
 
getDescription() - Method in interface org.apache.torque.generator.source.Source
Gets a description of this source for debugging purposes.
getDescription() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
Returns the path of the files as a description.
getDescription() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the path of the file as a description.
getDiscardFrom() - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Returns the character sequence which separates the discarded beginning of the source filename from the returned end.
getDiscardTo() - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
The character sequence from the beginning of the source filename to and including the last occurrence of the returned string is discarded for the result.
getDriver() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getDriverOption() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getElement(SourceElement, String, boolean) - Static method in class org.apache.torque.generator.source.SourcePath
Gets a single source element which can be reached from the start element by a given path.
getElement() - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Returns the path to the source element to which the additional sources should be added.
getElements() - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
Returns the path to source elements to which the transformer is applied.
getElements(SourceElement, String) - Static method in class org.apache.torque.generator.source.SourcePath
Gets the elements which can be reached from the start element by a given path.
getElements() - Method in class org.apache.torque.generator.source.SourceTransformerDefinition
Returns the path to the source elements to which the transformer is applied.
getElementsFromRoot(SourceElement, String) - Static method in class org.apache.torque.generator.source.SourcePath
Gets the elements which can be reached from the root element by a given path.
getEncoding() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the character encoding of the generated file(s).
getEntityReferences() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
Returns the entity references.
getEntityReferences() - Method in class org.apache.torque.generator.configuration.source.EntityReferences
Returns a copy of the entity reference map.
getEntityReferences() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the entityReferences of the associated configuration unit.
getExcludes() - Method in class org.apache.torque.generator.file.Fileset
Returns the exclude patterns for the fileset.
getExistingTargetStrategy() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the strategy how existing target files should be handled.
getFileExcludes() - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Returns the file patterns to exclude from the sources to read.
getFileIncludes() - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Returns the file patterns to include to the sources to read.
getFilename() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the name of the file to generate.
getFilenameExtension() - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
Gets the filename extension this source type typically has.
getFilenameExtension() - Method in interface org.apache.torque.generator.source.stream.StreamSourceFormat
Gets the filename extension this source type typically has.
getFilenameExtension() - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
Gets the filename extension this source type typically has.
getFilenameOutlet() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the reference to the outlet which should produce the file name.
getFiles() - Method in class org.apache.torque.generator.file.Fileset
Returns the names of all files matching this fileset.
getFollowing(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns all the following elements after this element with the given name.
getFollowing(SourceElement, String) - Static method in class org.apache.torque.generator.source.SourcePath
Returns all the following elements after this element with the given name.
getForeignColumns() - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Returns the names of the foreign columns.
getForeignKeyName() - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Returns the name of the foreign key.
getFromDifferentPlaces(String, String, String, String, String, ControllerState, Class<?>, String) - Static method in class org.apache.torque.generator.outlet.java.OutletUtils
Retrieve a value from either a preset value, an option, a variable, or a source element attribute.
getFullyQualifiedHandlerClassName(String) - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Returns the fully qualified class name of the handler class for a given type.
getGetterNameAttribute() - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Returns the name of the target element attribute for the getter name.
getGlobalScope() - Method in class org.apache.torque.generator.option.Options
Returns a map containing all options in the global scope.
getIgnorePartAfter() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns the separation chars which define the tail to be removed.
getIgnorePartBefore() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns the separation characters which defile the prefix to be removed.
getIncludes() - Method in class org.apache.torque.generator.file.Fileset
Returns the include patterns for the fileset.
getIndent() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
getIndent() - Method in class org.apache.torque.generator.source.stream.SourceToXml
Returns the String by which a child element is indented relative to its parent.
getInheritsFrom() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the descriptor of the generation unit from which this generation unit inherits, or null if this generation unit does not inherit from another generation unit.
getInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.option.Options
Returns the value of the option which is closest in Hierarchy.
getInHierarchy(Namespace) - Method in class org.apache.torque.generator.option.Options
Returns all mappings which live in the given name space.
getInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns the most specific entry in the map which is visible for the provided key.
getInHierarchy(Namespace) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns all mappings which live in the given namespace.
getInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.variable.VariableStore
Returns the most specific variable which is visible from the key's namespace and has the same name as the key's name.
getInput(ControllerState) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Retrieves the input from the different possibilities nputValue, inputOption, inputVariable, or inputSourceElement.
getInputElementName() - Method in interface org.apache.torque.generator.outlet.Outlet
Returns the name of the input root element.
getInputElementName() - Method in class org.apache.torque.generator.outlet.OutletImpl
 
getInstance(String, Class<?>) - Static method in class org.apache.torque.generator.configuration.ClassHelper
Creates an instance of ca class and checks whether it can be casted to another class
getJdbcType() - Method in enum org.apache.torque.generator.jdbc.SchemaType
Returns the corresponding jdbc type.
getKey() - Method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns the key of the Loglevel.
getKey() - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
Returns an unique key for the source type.
getKey() - Method in interface org.apache.torque.generator.source.stream.StreamSourceFormat
Returns an unique key for the source format.
getKey() - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
Returns an unique key for the source type.
getKeyInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns the most specific key in the map which is visible for the provided key.
getLineBreak() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
getLocalColumns() - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Returns the names of the local columns.
getLoglevel() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
Returns the loglevel during generation.
getLoglevel() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the Loglevel during generation.
getLoglevel() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the log level overriding the loglevel defined in the configuration unit.
getMaxLineLength() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
getMergepointMapping() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
Returns the mergepointMapping configured by this SaxHandler.
getMergepointMapping(String) - Method in class org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
 
getMergepointMapping(String) - Method in interface org.apache.torque.generator.outlet.Outlet
Returns the mergepoint mapping for the given mergepoint name.
getMergepointMapping(String) - Method in class org.apache.torque.generator.outlet.OutletImpl
Returns the mergepoint mapping for the given mergepoint name.
getMergepointMappings() - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
Returns all mergepoint mappings which were configured outside the outlets in the parsed outlet configuration file.
getMergepointMappings() - Method in interface org.apache.torque.generator.outlet.Outlet
Returns the map of all mergepoint mappings, keyed by their name.
getMergepointMappings() - Method in class org.apache.torque.generator.outlet.OutletImpl
 
getMoreSpecific(T, QualifiedName, T, QualifiedName) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns the more specific object out of two objects (the object which hides the other object).
getName() - Method in class org.apache.torque.generator.configuration.controller.OutletReference
Returns the qualified name of the outlet.
getName() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the name by which this output can be identified.
getName() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Returns the name of the mergepoint.
getName() - Method in interface org.apache.torque.generator.option.OptionName
returns the name of the source element.
getName() - Method in class org.apache.torque.generator.outlet.Mergepoint
Returns the name of the merge point.
getName() - Method in interface org.apache.torque.generator.outlet.Outlet
Returns the name of the Template.
getName() - Method in class org.apache.torque.generator.outlet.OutletImpl
 
getName() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns the name part of the QualifiedName.
getName() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns the name of the column.
getName() - Method in interface org.apache.torque.generator.source.SourceAttributeName
returns the name of the attribute.
getName() - Method in class org.apache.torque.generator.source.SourceElement
Returns the name of this source element.
getName() - Method in interface org.apache.torque.generator.source.SourceElementName
returns the name of the source element.
getName() - Method in class org.apache.torque.generator.variable.Variable
Returns the name of the variable.
getNamespace() - Method in class org.apache.torque.generator.configuration.controller.OutletReference
Returns the namespace under which the outlet executes.
getNamespace() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns the namespace of the QualifiedName.
getNewElement() - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Returns the name of the new element(s) into which a loaded source is added / the loaded sources are added.
getNullType() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns whether the column may be null.
getOption(String) - Method in class org.apache.torque.generator.control.ControllerState
Calculates the value of an option in the current outlet's context.
getOption(OptionName) - Method in class org.apache.torque.generator.control.ControllerState
Calculates the value of an option in the current outlet's context.
getOption(String, ControllerState, Class<?>) - Static method in class org.apache.torque.generator.outlet.java.OutletUtils
Reads an option with a given name.
getOptionMap() - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
Returns the options map.
getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
Returns the contained options.
getOptions(ConfigurationProvider) - Method in interface org.apache.torque.generator.configuration.option.OptionsConfiguration
Retrieves the configured options and returns them.
getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
Reads the options from the property file given in the path and returns them.
getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.XmlOptionConfiguration
Reads the options from the XML file given in the path and returns them.
getOptions() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the options of the associated configuration unit.
getOptionsConfiguration() - Method in class org.apache.torque.generator.configuration.option.OptionsSaxHandler
Returns the options configuration read by this SAX handler.
getOptionsConfigurations() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
Returns all options configurations.
getOptionsInputStream(String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getOptionsInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access an options file.
getOptionsInputStream(String) - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getOptionsInputStream(String) - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getOptionsSaxHandler() - Method in interface org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory
Returns a OptionsSaxHandler for reading the configuration of options.
getOptionsSaxHandler() - Method in class org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
Returns a FileOptionsSaxHandler for reading the configuration of XML options.
getOptionsSaxHandler() - Method in class org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
Returns a FileOptionsSaxHandler for reading the configuration of XML options.
getOptionsSaxHandlerFactories() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known options handlers.
getOptionsSaxHandlerFactory(String) - Method in class org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
Returns the OptionsSaxHandlerFactory associated with the given type.
getOutlet(QualifiedName) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Returns the outlet with the name name.
getOutlet() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns the outlet being configured.
getOutlet() - Method in class org.apache.torque.generator.control.ControllerState
Returns the topmost outlet in the stack of outlets.
getOutletConfiguration() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the configuration of the outlets in this generation unit.
getOutletConfigurationInputStream(String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getOutletConfigurationInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access the configuration for one outlet.
getOutletConfigurationInputStream(String) - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getOutletConfigurationInputStream(String) - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getOutletConfigurationNames() - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getOutletConfigurationNames() - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Returns a list of all found outlet configuration files in the generation unit.
getOutletConfigurationNames() - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getOutletConfigurationNames() - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getOutletDirectory() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
getOutletDirectory() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
Returns the path to the directory containing the outlet definitions, relative to the Torque generator configuration directory.
getOutletHandler(QualifiedName, String) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
Returns the correct handler for a outlet tag.
getOutletNamespace() - Method in class org.apache.torque.generator.control.ControllerState
Returns the namespace of the outlet which is currently active.
getOutletReference() - Method in class org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
Returns the outlet reference which was filled by this handler.
getOutlets() - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Returns a map containing all the configured outlets, keyed by their name.
getOutlets() - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
Returns all outlets which were configured in the parsed outlet configuration file.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
getOutletSaxHandler(String, QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Returns a OutletSaxHandler for reading the configuration of the outlet.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in interface org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
Returns a OutletSaxHandler for reading in the configuration of a outlet.
getOutletSaxHandler(String, QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in interface org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory
Returns a OutletSaxHandler for reading in the configuration of a outlet.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.
getOutletType(Attributes) - Static method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
Reads the outlet type from the attributes of the outlet XML tag.
getOutletTypes() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known outlet types.
getOutput() - Method in class org.apache.torque.generator.control.ControllerState
Returns the output declaration which is currently processed.
getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the output directory for a given output directory key.
getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Returns the output directory for a given output directory key.
getOutputDirectory(String) - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the path to the base directory for the generated output for the given output key.
getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the output directory for a given output directory key.
getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the output directory map which contains the mapping from output directory key to output directory.
getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Returns the output directory map which contains the mapping from output directory key to output directory.
getOutputDirectoryMap() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the output directory map which contains the mapping from output directory key to output directory.
getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the output directory map which contains the mapping from output directory key to output directory.
getOutputDirKey() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the key for the output directory into which the output is written.
getOutputFile() - Method in class org.apache.torque.generator.configuration.controller.OutputSaxHandler
Returns the Configuration filled with the contents of the parsed snippet.
getOutputFile(String, String, UnitConfiguration) - Static method in class org.apache.torque.generator.control.ControllerHelper
Calculates the location of the target file from the file name and the unit configuration.
getOutputFile() - Method in class org.apache.torque.generator.control.ControllerState
Returns the currently generated file.
getOutputFiles() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
Returns all output files.
getOutputList() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the list of output definitions of the associated configuration unit.
getOverrideOptions() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the configuration of the overriding options, if any.
getOverrideSourceProvider() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the source provider which overrides the source provider defined in the control file.
getOverrideSourceProvider() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the source provider overriding the source defined in the control file, or null if the control file definition is not overridden.
getPackaging() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the packaging of the unit of generation.
getParent() - Method in class org.apache.torque.generator.qname.Namespace
Returns the parent of the given namespace.
getParent() - Method in class org.apache.torque.generator.source.SourceElement
Returns the primary parent of this SourceElement.
getParent() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the parent of the current source element.
getParentNamespace() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns the parent of the Qualified name's namespace.
getParents() - Method in class org.apache.torque.generator.source.SourceElement
Returns the list of parents of this SourceElement.
getParts() - Method in class org.apache.torque.generator.qname.Namespace
Returns the parts of the namespace in hierachical order.
getPassword() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getPasswordOption() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getPath() - Method in class org.apache.torque.generator.configuration.option.FileOptionsConfiguration
Returns the path to the options file.
getPath() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the path to the source file.
getPathAsString(SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns the path from the root element to the source element.
getPaths() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns all paths in the source Fileset.
getPreceding(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns all the preceding elements before this element with the given name.
getPreceding(SourceElement, String) - Static method in class org.apache.torque.generator.source.SourcePath
Returns all the preceding elements before this element with the given name.
getPrefix() - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Returns the prefix which is added in front of the modified source filename.
getProjectPaths() - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Returns the project paths used by this handler.
getProjectPaths() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns the paths of the surrounding project.
getProjectPaths() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the paths of the surrounding project.
getProjectPaths() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the paths which the Torque generator must know about the surrounding project.
getProjectRoot() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
returns the root directory of the whole maven 2 project.
getQualifiedName(String) - Method in class org.apache.torque.generator.control.ControllerState
Converts a name to a QualifiedName, using the outlet namespace as default namespace is fone is given.
getQualifiedName() - Method in interface org.apache.torque.generator.option.Option
Returns the qualified name of the option.
getQualifiedName() - Method in class org.apache.torque.generator.option.OptionImpl
Returns the qualified name of the option.
getReferencedTable() - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Returns the name of the referenced (foreign) table.
getRemovableWrapCharacters() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
getRemoveWithoutUppercase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns which characters are removed from the processed String.
getRemoveWithUppercase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns the characters which are removed from the processed String and cause the following character to be converted to upper case.
getResource() - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
Returns the parsed resource path.
getResourceDirectory() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
getResourceDirectory() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
Returns the path to the directory containing the resources, relative to the Torque generator configuration directory.
getResourceInputStream(String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getResourceInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access a resource file.
getResourceInputStream(String) - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getResourceInputStream(String) - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getRoot() - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
Returns the root element of the tree.
getRootElement() - Method in class org.apache.torque.generator.control.ControllerState
Returns the root element of the current source.
getRootElement() - Method in interface org.apache.torque.generator.source.Source
Returns the root element of the source.
getRootElement() - Method in class org.apache.torque.generator.source.SourceImpl
 
getRootOutletReference() - Method in class org.apache.torque.generator.control.ControllerState
Returns the reference to the current outlet.
getSchema() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getSchemaOption() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getScope() - Method in class org.apache.torque.generator.variable.Variable
Returns the scope of the variable.
getSetterNameAttribute() - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Returns the name of the target element attribute for the setter name.
getSize() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns the maximum size of the column.
getSkipDecider() - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Returns the current SkipDecider.
getSourceAttributeName() - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Returns the name of the attribute which is read as Input.
getSourceElement() - Method in class org.apache.torque.generator.control.ControllerState
Returns the current source element.
getSourceElement() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the current source element.
getSourceElementAttribute(String, String, ControllerState, Class<?>) - Static method in class org.apache.torque.generator.outlet.java.OutletUtils
Retrieves the value of a source element attribute.
getSourceFile() - Method in class org.apache.torque.generator.control.ControllerState
Returns the currently used source file.
getSourceFile() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
 
getSourceFile() - Method in interface org.apache.torque.generator.source.Source
Returns the source file, if it exists.
getSourceFile() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
Returns the source file, if applicable.
getSourceFile() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the source file, if it exists.
getSourceFile() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the currently processed source file.
getSourceFileset() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns the fileset which determines the source files to read.
getSourceFormat() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the format of the source.
getSourceFormat() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns the source format for this provider.
getSourceFormat() - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Returns the key of the format of the source file(s).
getSourceProcessConfiguration() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns how the sources should be post-processed before generation.
getSourceProcessConfiguration() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the information how to post-process the sources after loading.
getSourceProvider() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the source provider which provides the input for generating the output file's contents.
getSourceProvider() - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandler
Returns the information how to read the sources.
getSourceProvider() - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
Returns the configuration filled with the contents of the parsed snippet.
getSourceProvider() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the information how to read the sources.
getSourceProvider() - Method in class org.apache.torque.generator.control.ControllerState
Returns the source provider which is currently in use.
getSourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
Returns a FileSourceSaxHandlers for reading the configuration of file sources.
getSourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.
getSourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in interface org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
Returns a SourceSaxHandler for reading the configuration of sources.
getSourceSaxHandlerFactories() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known source configuration handlers.
getSourceSaxHandlerFactory(String) - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
Returns the SourceSaxHandlerFactory associated with the given type.
getSourceTransformer() - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
Returns the configuration filled with the contents of the parsed snippet.
getSourceTransformer() - Method in class org.apache.torque.generator.source.SourceTransformerDefinition
Returns the source transformer instance for this definition.
getSourceTypes() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
Returns the known source types.
getSqlType() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns the data type of the column.
getStartElementsPath() - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Returns the path to elements which should be used as starting points for generation.
getStrategyName() - Method in class org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
Returns the name of the existing target strategy.
getStrategyName() - Method in interface org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
Returns the name of the existing target strategy.
getStrategyName() - Method in class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
Returns the name of the existing target strategy.
getStrategyName() - Method in class org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
Returns the name of the existing target strategy.
getStrategyName() - Method in class org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
Returns the name of the existing target strategy.
getStreamSourceFormats() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known formats of stream (e.g.
getStringOption(String) - Method in class org.apache.torque.generator.control.ControllerState
Convenience method to return the value of an option as String.
getStringOption(OptionName) - Method in class org.apache.torque.generator.control.ControllerState
Convenience method to return the value of an option as String.
getStringResult() - Method in class org.apache.torque.generator.outlet.OutletResult
Returns the string result.
getSuffix() - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Returns the suffix which is added after the modified source filename.
getSuffix() - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Returns the suffix which is added after the input string.
getSystemId() - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
 
getTargetAttributeName() - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Returns the name of the attribute into which the result is stored.
getTargetNamePrefix() - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Returns the prefix which is added in front of the input string.
getTemplateDirectory() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
 
getTemplateDirectory() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
Returns the path to the directory containing the templates, relative to the torque-gen directory.
getTemplateInputStream(String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getTemplateInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access a template.
getTemplateInputStream(String) - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getTemplateInputStream(String) - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
GetterSetterNameTransformer - Class in org.apache.torque.generator.source.transform
Takes a property name as input from a source element attribute and generates a getter and a setter name from it.
GetterSetterNameTransformer() - Constructor for class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
 
getTextAttribute() - Method in class org.apache.torque.generator.source.SourceElement
Returns the object stored in the attribute with key null.
getToReplace() - Method in class org.apache.torque.generator.processor.string.CharReplacer
Returns a String containing all the characters which should be replaced.
getToReplaceWith() - Method in class org.apache.torque.generator.processor.string.CharReplacer
Returns the String which are inserted instead of the replaced characters.
getTransformerDefinitions() - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Return all currently registered source transformer definitions.
getType() - Method in interface org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
Returns the action type handled by the ActionSaxHandlers which are created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
Returns the action type which can be handled by the OutletSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
getType() - Method in interface org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory
Returns the action type handled by the ActionSaxHandlers which are created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
getType() - Method in interface org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
Returns the outlet type handled by the OutletSaxHandlers which are created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
Returns the source type which can be handled by the FileSourceSaxHandlers created by this factory.
getType() - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
Returns the source type which can be handled by the JdbcMetadataSourceSaxHandler created by this factory.
getType() - Method in interface org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
Returns the source type handled by the SourceSaxHandlers which are created by this factory.
getTypedOutletHandlerFactories() - Method in class org.apache.torque.generator.configuration.OutletTypes
Returns an unmodifiable map containing all typed outlet handler factories, keyed by their type.
getUnitConfiguration() - Method in class org.apache.torque.generator.control.ControllerState
Returns the configuration of the currently processed generation unit.
getUnitConfigurations() - Method in class org.apache.torque.generator.configuration.Configuration
Returns the list of UnitConfigurations.
getUnqualifiedName(String, String) - Static method in class org.apache.torque.generator.configuration.SaxHelper
Retrieves the unqualified part of an XML element name name, regardless whether namespace processing is switched on or off.
getUntypedOutletHandlerFactories() - Method in class org.apache.torque.generator.configuration.OutletTypes
Returns an unmodifiable list containing all untyped outlet handler factories.
getUpperCaseSeparationPrefix() - Method in class org.apache.torque.generator.processor.string.ConstantNameCreator
Returns the prefix which is used as Separator when an upper case character is encountered after a lower case character.
getUrl() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getUrlOption() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getUsername() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getUsernameOption() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
getValue() - Method in interface org.apache.torque.generator.option.Option
Returns the value of the option.
getValue() - Method in class org.apache.torque.generator.option.OptionImpl
Retursn the value of the option.
getValue() - Method in class org.apache.torque.generator.variable.Variable
Returns the value of the variable,
getVariable(String, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
Returns the variable with the given key.
getVariable(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the variable with the given key.
getVariableStore() - Method in class org.apache.torque.generator.control.ControllerState
Returns the VariableStore where generation variables can be set.
getVisibleOptions() - Method in class org.apache.torque.generator.control.ControllerState
Returns all options which are visible from the current outlet's namespace.
getWorkDirectory() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the directory where the torque generator can store internal files, relative to the project root.
getWorkDirectory() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Returns the default subdirectory where the torque generator can store internal files.
getWorkDirectory() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the work directory where the torque generator can store internal files.
getWorkDirectory() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the directory where the generator can store internal files.
getWrapAfterCharacters() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
graphEquals(SourceElement) - Method in class org.apache.torque.generator.source.SourceElement
Checks whether the source element graph of this sourceElement, and its position therein, equals the source element graph and the position of the provided SourceElement.

H

hasChild(String) - Method in class org.apache.torque.generator.source.SourceElement
Returns whether children with the given name exist.
hasChild(SourceElement, String) - Static method in class org.apache.torque.generator.source.SourcePath
Returns whether children with the given name exist.
hasFollowing() - Method in class org.apache.torque.generator.source.SourceElement
Returns whether a following element exists as a child of the parent of this element.
hasFollowing(SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns whether a following element exists as a child of the parent of this element.
hasFollowingSibling() - Method in class org.apache.torque.generator.source.SourceElement
Returns whether a following element exists as a child of the parent of this element, which has the same name as this source element.
hasFollowingSibling(SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns whether a following element exists as a child of the parent of this element, which has the same name as this source element.
hashCode() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
 
hashCode() - Method in class org.apache.torque.generator.control.action.ApplyAction
 
hashCode() - Method in class org.apache.torque.generator.control.action.TraverseAllAction
 
hashCode() - Method in class org.apache.torque.generator.option.OptionImpl
 
hashCode() - Method in class org.apache.torque.generator.outlet.OutletResult
 
hashCode() - Method in class org.apache.torque.generator.qname.Namespace
Returns a hash code for this namespace.
hashCode() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns a hashcode for the QualifiedName.
hashCode() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns a hashCode for this object.
hashCode() - Method in class org.apache.torque.generator.source.SourceTransformerDefinition
 
hashCode() - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
Returns a hash code of this instance consistent with equals.
hashCode() - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
Returns a hash code of this instance consistent with equals..
hashCode() - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
 
hashCode() - Method in class org.apache.torque.generator.variable.Variable
 
hasNext() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
hasNext() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
hasPreceding() - Method in class org.apache.torque.generator.source.SourceElement
Returns whether an preceding exists as a child of the parent of this element.
hasPreceding(SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns whether an preceding exists as a child of the parent of this element.
hasPrecedingSibling() - Method in class org.apache.torque.generator.source.SourceElement
Returns whether an preceding exists as a child of the parent of this element, which has the same name as this source element.
hasPrecedingSibling(SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns whether an preceding exists as a child of the parent of this element, which has the same name as this source element.

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
INCLUDE_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "transformer" tag.
init(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.SourceProvider
Initializes the source provider.
initInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
Generates an XML database schema from JDBC metadata.
initInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.SourceProvider
Initializes the sources provided by this SourceProvider.
initInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Determines the files which match the source fileset.
initLogging() - Method in class org.apache.torque.generator.control.Controller
Initializes the Logging.
INPUT_ELEMENT_NAME_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "elementName" of the "input" tag.
INPUT_TAG - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag name for the "input" tag.
intOption(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key as int value.
isByteArrayResult() - Method in class org.apache.torque.generator.outlet.OutletResult
Returns whether the result type is byte array.
isCombineSources() - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Returns whether all sources are be loaded into one new Element.
isCreateIdAttributes() - Method in class org.apache.torque.generator.outlet.java.XmlOutlet
Returns whether id attributes are automatically created in the output.
isDefaultLowerCase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns whether all characters in the processed String should be made lower Case by default (i.e if none of the camelback rules is applicable).
isEmpty() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns if the map contains any mappings at all.
isFinished() - Method in class org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
Returns whether the handler has already parsed the end of the snippet for which it is responsible.
isFinished() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
Returns whether the parser has finished parsing the mergepoint tag.
isFinished() - Method in class org.apache.torque.generator.configuration.option.OptionsSaxHandler
Returns whether the SAX handler has finished reading the options configuration.
isFinished() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns whether we are past the end of the outlet configuration XML snippet which we are parsing.
isFinished() - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
Returns whether this handler has finished parsing.
isFinished() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns whether the matching snippet was completely parsed.
isFinished() - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
Returns the configuration filled with the contents of the parsed snippet.
isFirstCharUppercase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
Returns whether the first character is always converted to upper case.
isInit() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
returns whether the current settings are valid.
isInit() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Checks whether the unit configuration is fully initialized.
isInit() - Method in class org.apache.torque.generator.source.SourceProvider
Returns whether init() was already called.
isInRootNamespace() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns if the namespace of this qualified name is the root namespace.
isOptionsInContext() - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Returns whether all options which namespaces are visible to the name space of this outlet are put into the context.
isOverwrite() - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Returns whether the content of the target attribute is overwritten if it exists.
isProcessingMergepointTag() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns whether we are currently processing a mergepoint tag.
isRoot() - Method in class org.apache.torque.generator.qname.Namespace
Returns whether this namespace is the root namespace.
isSourceAttributesInContext() - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Returns whether the attributes of the current source element are put into the context.
isStringResult() - Method in class org.apache.torque.generator.outlet.OutletResult
Returns whether the result type is String.
isVariablesInContext() - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Returns whether all variables which are visible to this outlet are put into the context.
isVisibleFrom(Namespace) - Method in class org.apache.torque.generator.qname.Namespace
Returns if this namespace is visible from another namespace.
isVisibleFrom(Namespace) - Method in class org.apache.torque.generator.qname.QualifiedName
Returns if this qualified name is visible from another namespace.
isVisibleTo(Namespace) - Method in class org.apache.torque.generator.qname.Namespace
Returns if this namespace is visible to another namespace.
isWindowsStyle() - Method in class org.apache.torque.generator.outlet.java.NewlineOutlet
Returns whether windows newlines (\r\n) are used.

J

JarConfigurationProvider - Class in org.apache.torque.generator.configuration
Provides InputStreams to read a configuration of a unit of generation from a jar file.
JarConfigurationProvider(ProjectPaths, TorqueGeneratorPaths) - Constructor for class org.apache.torque.generator.configuration.JarConfigurationProvider
Constructor.
JAVA_CLASSNAME_REPLACEMENT - Static variable in class org.apache.torque.generator.processor.string.CharReplacer
The String which is usually used as replacement for not allowed characters in java class names.
JAVA_CLASSNAME_SPECIAL_CHARS - Static variable in class org.apache.torque.generator.processor.string.CharReplacer
Characters which are not allowed in java class names
JavadocOutlet - Class in org.apache.torque.generator.outlet.java
An outlet for creating correctly formatted javadoc.
JavadocOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.JavadocOutlet
Constructor.
JavaFilenameOutlet - Class in org.apache.torque.generator.outlet.java
Takes a class name and a package name as input and generates a filename(including path for package) for a java file from it.
JavaFilenameOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.JavaFilenameOutlet
Constructor.
JavaOutletSaxHandlerFactory - Class in org.apache.torque.generator.configuration.outlet
Creates Java outlet SAX handlers.
JavaOutletSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
 
JdbcMetadataSource - Class in org.apache.torque.generator.source.jdbc
A source which reads the data from JDBC Metadata.
JdbcMetadataSource(String, String, String, String, String) - Constructor for class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
Constructor.
JdbcMetadataSourceProvider - Class in org.apache.torque.generator.source.jdbc
Creates a source from JDBC metadata.
JdbcMetadataSourceProvider(String, String, String, String, String) - Constructor for class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
JdbcMetadataSourceSaxHandler - Class in org.apache.torque.generator.configuration.source
Reads jdbc metadata source definitions from the controller configuration file.
JdbcMetadataSourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
Constructor.
JdbcMetadataSourceSaxHandlerFactory - Class in org.apache.torque.generator.configuration.source
A Factory which creates a SAX handler for sources from JDBC Metadata.
JdbcMetadataSourceSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
 

K

KEY_ATTRIBUTE_NAME - Static variable in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
The name of the key attribute of the entry element.
keySet() - Method in class org.apache.torque.generator.option.Options
Returns all options in a set.
keySet() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns all keys of the map.

L

load(InputStream, String, TemplateFilter) - Method in class org.apache.torque.generator.template.TemplateOutletImpl
Loads the template, possibly filtering the content..
LoadAdditionalSourceTransformer - Class in org.apache.torque.generator.source.transform
A SourceTransformer which loads other sources into the current source graph.
LoadAdditionalSourceTransformer() - Constructor for class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
 
LoadAllSourceFilesTransformer - Class in org.apache.torque.generator.source.transform
A SourceTransformer which loads all sources which are defined in the current output into the source graph.
LoadAllSourceFilesTransformer() - Constructor for class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
 
Loglevel - Enum in org.apache.torque.generator.configuration.controller
The possible log levels.

M

MapOptionsConfiguration - Class in org.apache.torque.generator.configuration.option
An option configuration in which the options are provided inside a java map.
MapOptionsConfiguration(Map<String, String>) - Constructor for class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
Constructor.
Maven2DirectoryProjectPaths - Class in org.apache.torque.generator.configuration.paths
Implementation of ProjectPaths if the configuration is located in a directory of a maven 2 project.
Maven2DirectoryProjectPaths(File) - Constructor for class org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
Constructor.
Maven2JarProjectPaths - Class in org.apache.torque.generator.configuration.paths
Implementation of ProjectPaths if the configuration is located in a jar file inside of a Maven 2 project.
Maven2JarProjectPaths(File, String) - Constructor for class org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
Constructor.
Maven2ProjectPaths - Class in org.apache.torque.generator.configuration.paths
Contains information of the default integration of the Torque generator into a maven 2 project.
Maven2ProjectPaths(File) - Constructor for class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Constructor.
merge(String, String, String, String) - Method in class org.apache.torque.generator.merge.ThreeWayMerger
Performs a three-way merge.
Mergepoint - Class in org.apache.torque.generator.outlet
An merge point where the output of another outlet can be merged into the text generated by a outlet.
Mergepoint(String) - Constructor for class org.apache.torque.generator.outlet.Mergepoint
Constructor.
mergepoint(String, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
Processes the mergepoint with the given name.
mergepoint(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Processes the mergepoint with the given name.
MERGEPOINT_NAME_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Attribute name for the "name" attribute of the "mergepoint" tag.
MERGEPOINT_TAG - Static variable in class org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
Tag name for the "mergepoint" tag.
MergepointAction - Interface in org.apache.torque.generator.control.action
An action which can be executed in a mergepoint.
MergepointConfigurationTags - Class in org.apache.torque.generator.configuration.mergepoint
The element and attribute names for mergepoint configuration.
MergepointMapping - Class in org.apache.torque.generator.configuration.mergepoint
A mapping between the name of an mergepoint and and the action which should be performed at this point.
MergepointMapping(String) - Constructor for class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Constructor.
MergepointMapping(String, List<MergepointAction>) - Constructor for class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
Constructor.
MergepointSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX Handler which processes a mergepoint configuration in an outlet.
MergepointSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
Constructor.
MergeTargetFileStrategy - Class in org.apache.torque.generator.control.existingtargetstrategy
A handler which implements the strategy to replace existing target files.
MergeTargetFileStrategy() - Constructor for class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
 
MODIFIABLE_OUTPUT_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default generation target directory for generated files which are modifiable by the user, relative to the project root.
MODIFIABLE_OUTPUT_DIR_KEY - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Key for the target directory for generated files which are modifiable by the user, relative to the project root.
ModifySourcenameOutlet - Class in org.apache.torque.generator.outlet.java
Creates a target filename from a source filename.
ModifySourcenameOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Constructor.

N

NAME_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "name" attribute.
Namespace - Class in org.apache.torque.generator.qname
An instance of this class represents a hierarchical namespace.
Namespace(String) - Constructor for class org.apache.torque.generator.qname.Namespace
Constructs a namespace from its string representation.
Namespace(Namespace) - Constructor for class org.apache.torque.generator.qname.Namespace
Copy-Contructor.
Namespace(List<String>) - Constructor for class org.apache.torque.generator.qname.Namespace
Creates a namespace from a hierarchical List of namespace parts.
NEWLINE - Static variable in class org.apache.torque.generator.outlet.java.NewlineOutlet
The newline char '\r'.
NewlineOutlet - Class in org.apache.torque.generator.outlet.java
Creates new lines (\n or \r\n).
NewlineOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.NewlineOutlet
Constructor.
next() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
next() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
now() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the current date.
NULL_KEY_CONTEXT_NAME - Static variable in class org.apache.torque.generator.template.velocity.VelocityOutlet
The key under which the null attribute of a source element is put into the context.

O

Option - Interface in org.apache.torque.generator.option
An option used in the code generation process.
option(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key.
OPTION_PREFIX - Static variable in class org.apache.torque.generator.control.TokenReplacer
The prefix for an option token.
OptionAction - Class in org.apache.torque.generator.control.action
Inserts the value of an option into a mergepoint.
OptionAction(String, Boolean) - Constructor for class org.apache.torque.generator.control.action.OptionAction
Constructor.
OptionActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX handler which reads the configuration for a OptionAction and creates and configures the Action according to the values in the configuration XML.
OptionActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandler
Creates a OptionActionSaxHandler for reading the configuration of a OptionAction.
OptionActionSaxHandlerFactory - Class in org.apache.torque.generator.configuration.mergepoint
A Factory which creates a SAX handler for an OptionAction.
OptionActionSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
 
OptionImpl - Class in org.apache.torque.generator.option
The default implementation of the option Interface.
OptionImpl(String, String, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
Constructs an optionImpl from a namespace, a name and a value.
OptionImpl(String, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
Constructs an OptionImpl from the String representation of a QualifiedName and a value.
OptionImpl(QualifiedName, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
Constructs an OptionImpl from a QualifiedaName and a value.
OptionName - Interface in org.apache.torque.generator.option
An interface for a class representing the name of an option.
OptionOutlet - Class in org.apache.torque.generator.outlet.java
Writes an option to the output.
OptionOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.OptionOutlet
Constructor.
Options - Class in org.apache.torque.generator.option
A Store for all options.
Options() - Constructor for class org.apache.torque.generator.option.Options
 
OPTIONS_PATH_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
Attribute name for the "path" attribute of the "options" tag.
OPTIONS_TAG - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
Tag name for the "options" tag.
OPTIONS_TYPE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
Attribute name for the "type" attribute of the "options" tag.
OptionsConfiguration - Interface in org.apache.torque.generator.configuration.option
The part of the configuration which provides information to set options.
OptionsSaxHandler - Class in org.apache.torque.generator.configuration.option
A SAX handler for reading the options tag in the control configuration.
OptionsSaxHandler(OptionsConfiguration) - Constructor for class org.apache.torque.generator.configuration.option.OptionsSaxHandler
Constructor.
OptionsSaxHandlerFactories - Class in org.apache.torque.generator.configuration.mergepoint
A registry of OptionsSaxHandlerFactories.
OptionsSaxHandlerFactories() - Constructor for class org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
Constructor.
OptionsSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.option
Classes implementing this interface are responsible for creating OptionsSaxHandlers for a specific action type.
OptionTags - Class in org.apache.torque.generator.configuration.option
The element and attribute names for the option configuration.
org.apache.torque.generator - package org.apache.torque.generator
This package contains classes neended throughout the Torque generator.
org.apache.torque.generator.configuration - package org.apache.torque.generator.configuration
This package contains the classes for configuring the Torque generator.
org.apache.torque.generator.configuration.controller - package org.apache.torque.generator.configuration.controller
This package contains the classes for reading the control configuration of the Torque generator units of generation.
org.apache.torque.generator.configuration.mergepoint - package org.apache.torque.generator.configuration.mergepoint
This package contains the classes for reading the mergepoint mappings for the Torque generator units of generation.
org.apache.torque.generator.configuration.option - package org.apache.torque.generator.configuration.option
This package contains the classes for reading the options for Torque generator units of generation.
org.apache.torque.generator.configuration.outlet - package org.apache.torque.generator.configuration.outlet
This package contains the classes for reading the outlet mappings for torque-generator's units of generation.
org.apache.torque.generator.configuration.paths - package org.apache.torque.generator.configuration.paths
This package defines the directory structure of the Torque generator configuration and its surrounding project.
org.apache.torque.generator.configuration.source - package org.apache.torque.generator.configuration.source
This package provides SAXhandlers for reading the source configuration snippets in the control file.
org.apache.torque.generator.control - package org.apache.torque.generator.control
This package implements the torque generator Controller .
org.apache.torque.generator.control.action - package org.apache.torque.generator.control.action
This package defines and implements mergepoint actions.
org.apache.torque.generator.control.existingtargetstrategy - package org.apache.torque.generator.control.existingtargetstrategy
This package defines and implements strategies for dealing with the situation that a target file already exists.
org.apache.torque.generator.file - package org.apache.torque.generator.file
This package contains utility classes for file handling.
org.apache.torque.generator.jdbc - package org.apache.torque.generator.jdbc
This package contains jdbc utility classes.
org.apache.torque.generator.merge - package org.apache.torque.generator.merge
This package provides access to text file merge implementations.
org.apache.torque.generator.option - package org.apache.torque.generator.option
This package contains classes handling options.
org.apache.torque.generator.outlet - package org.apache.torque.generator.outlet
This package defines torque generator outlets which produce output snippets from the source.
org.apache.torque.generator.outlet.copy - package org.apache.torque.generator.outlet.copy
This package defines and implements copy outlets.
org.apache.torque.generator.outlet.java - package org.apache.torque.generator.outlet.java
This package defines java outlets and provides some implementations.
org.apache.torque.generator.processor.string - package org.apache.torque.generator.processor.string
This package contains classes which transform a sting into another string.
org.apache.torque.generator.qname - package org.apache.torque.generator.qname
This package contains classes which provide the implementation of a qualified name, i.e.
org.apache.torque.generator.source - package org.apache.torque.generator.source
This package contains the handling of source files.
org.apache.torque.generator.source.jdbc - package org.apache.torque.generator.source.jdbc
This package implements sources which read from jdbc.
org.apache.torque.generator.source.skipDecider - package org.apache.torque.generator.source.skipDecider
This package contains the definition and implementations of source filters.
org.apache.torque.generator.source.stream - package org.apache.torque.generator.source.stream
This package contains the handling of stream-based sources, such as file sources.
org.apache.torque.generator.source.transform - package org.apache.torque.generator.source.transform
This package contains the definition of source transformers and some implementations.
org.apache.torque.generator.template - package org.apache.torque.generator.template
This package contains the handling of template-based outlets in the Torque generator.
org.apache.torque.generator.template.velocity - package org.apache.torque.generator.template.velocity
This package contains the handling of velocity outlets in the Torque generator.
org.apache.torque.generator.variable - package org.apache.torque.generator.variable
This package contains the variable handling.
Outlet - Interface in org.apache.torque.generator.outlet
Generates String output from the AST.
OUTLET_CLASS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "class" of the "outlet" tag.
OUTLET_ENCODING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "encoding" of the "outlet" tag.
OUTLET_NAME_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "name" of the "outlet" tag.
OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "optionsInContext" of the "outlet" tag.
OUTLET_PATH_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "path" of the "outlet" tag.
OUTLET_SCHEMA_SYSTEMID - Static variable in class org.apache.torque.generator.configuration.ConfigurationEntityResolver
The SystemId of the configuration schema.
OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.
OUTLET_TAG - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Tag name for the "outlet" tag.
OUTLET_TAG - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag name for the "outlet" tag.
OUTLET_TYPE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "type" of the "outlet" tag.
OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "variablesInContext" of the "outlet" tag.
OutletConfiguration - Class in org.apache.torque.generator.configuration.outlet
Administers the available Outlets.
OutletConfiguration(Collection<Outlet>, Collection<MergepointMapping>) - Constructor for class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Creates a OutletConfiguration containing a list of Outlets.
OutletConfigurationSaxHandler - Class in org.apache.torque.generator.configuration.outlet
A SAX handler which parses Outlet configuration files.
OutletConfigurationSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
Constructor.
OutletConfigurationTags - Class in org.apache.torque.generator.configuration.outlet
Tag names for the outlet configuration files.
OutletConfigurationXmlParser - Class in org.apache.torque.generator.configuration.outlet
Parses outlet configuration files and creates a OutletConfiguration.
OutletConfigurationXmlParser() - Constructor for class org.apache.torque.generator.configuration.outlet.OutletConfigurationXmlParser
 
outletExists(QualifiedName) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Returns whether a outlet for the given name exists.
OutletImpl - Class in org.apache.torque.generator.outlet
Implementation of the features in the Outlet interface which do not depend on type of Outlet.
OutletImpl(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.OutletImpl
Constructs a OutletImpl with the given name.
OutletReference - Class in org.apache.torque.generator.configuration.controller
Represents a reference to a outlet.
OutletReference(String) - Constructor for class org.apache.torque.generator.configuration.controller.OutletReference
Constructor.
OutletReference(QualifiedName) - Constructor for class org.apache.torque.generator.configuration.controller.OutletReference
Constructor.
OutletReferenceSaxHandler - Class in org.apache.torque.generator.configuration.controller
Reads a Outlet reference file from the controller configuration file.
OutletReferenceSaxHandler() - Constructor for class org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
 
OutletResult - Class in org.apache.torque.generator.outlet
The result of an outlet.
OutletResult(String) - Constructor for class org.apache.torque.generator.outlet.OutletResult
Constructor for a String result.
OutletResult(byte[]) - Constructor for class org.apache.torque.generator.outlet.OutletResult
Constructor for a byte array result.
OutletSaxHandler - Class in org.apache.torque.generator.configuration.outlet
Handles a outlet declaration within the outlet configuration.
OutletSaxHandler(QualifiedName, ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Creates a OutletSaxHandler.
OUTLETSS_TAG - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag name for the "outlets" tag.
OutletTypes - Class in org.apache.torque.generator.configuration
Manages the types of known Outlets.
OutletTypes() - Constructor for class org.apache.torque.generator.configuration.OutletTypes
Constructor.
OutletUtils - Class in org.apache.torque.generator.outlet.java
Utility methods to retrieve information out of the source model or the configuration.
OutletWithoutMergepoints - Class in org.apache.torque.generator.outlet.java
An outlet without mergepoints.
OutletWithoutMergepoints(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
Constructs a OutletWithoutMergepoints with the given name.
Output - Class in org.apache.torque.generator.configuration.controller
The configuration for an output (typically one or more files).
Output(QualifiedName) - Constructor for class org.apache.torque.generator.configuration.controller.Output
Constructor.
OUTPUT_DIR_KEY_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "existingTargetStrategy" attribute.
OUTPUT_TAG - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Tag name for the "output" tag.
OutputAction - Class in org.apache.torque.generator.control.action
Inserts a fixed String into a mergepoint.
OutputAction(String) - Constructor for class org.apache.torque.generator.control.action.OutputAction
Constructor.
OutputActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX handler which reads the configuration for a OutputAction and creates and configures the Action according to the values in the configuration XML.
OutputActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandler
Creates a OutputActionSaxHandler for reading the configuration of a OptionAction.
OutputActionSaxHandlerFactory - Class in org.apache.torque.generator.configuration.mergepoint
A Factory which creates a SAX handler for an OutputAction.
OutputActionSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
 
OutputConfigurationTags - Class in org.apache.torque.generator.configuration.controller
The tag and attribute names used for configuring an Output unit.
OutputSaxHandler - Class in org.apache.torque.generator.configuration.controller
Reads an output declaration from the controller configuration file.
OutputSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.controller.OutputSaxHandler
Constructor.

P

PACKAGE_MERGEPOINT_NAME - Static variable in class org.apache.torque.generator.outlet.java.JavaFilenameOutlet
The name of the merge point which provides the class name.
PackageToPathOutlet - Class in org.apache.torque.generator.outlet.java
Takes a package as input and generates a path from it.
PackageToPathOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.PackageToPathOutlet
Constructor for use in child classes.
parse(InputStream, ControllerState) - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
Parses a Stream in Properties format and returns the root element of the created element tree.
parse(InputStream, ControllerState) - Method in interface org.apache.torque.generator.source.stream.StreamSourceFormat
Parses a source file and returns its root element.
parse(InputStream, ControllerState) - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
Parses a stream containing xml data and creates a source element hierarchy from it.
PASSWORD_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "passwordOption" attribute.
PATH_ATTRIBUTE_NAME - Static variable in class org.apache.torque.generator.source.stream.CombinedFileSource
The name of the path attribute of the file elements.
popOutlet() - Method in class org.apache.torque.generator.control.ControllerState
Pops the topmost outlets from the stack of outlets.
PREFIX_SEPARATOR - Static variable in class org.apache.torque.generator.control.TokenReplacer
The separator between prefix and key.
proceed(ControllerState) - Method in interface org.apache.torque.generator.source.skipDecider.SkipDecider
Decides whether the source file should be skipped and not used for generation.
proceed(ControllerState) - Method in class org.apache.torque.generator.source.skipDecider.StopGenerationDecider
Decides whether generation should proceed.
process(String) - Method in class org.apache.torque.generator.control.TokenReplacer
Resolves all Tokens ${option:optionName} and replaces them with the appropriate value.
process(String) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Does the camelback processing according to the settings.
process(String) - Method in class org.apache.torque.generator.processor.string.CharReplacer
Replaces all characters in toProcess which occur in toReplace with toReplaceWith and returns the new String
process(String) - Method in class org.apache.torque.generator.processor.string.ConstantNameCreator
Replaces all characters in toProcess which occur in toReplace with toReplaceWith; groups of special characters are treated as one.
process(String) - Method in interface org.apache.torque.generator.processor.string.StringProcessor
Generates another String from the passed String.
process(String) - Method in class org.apache.torque.generator.processor.string.WrapReservedJavaWords
Checks whether the input is a reserved java word.
processGenerationUnit(ControllerState, UnitConfiguration) - Method in class org.apache.torque.generator.control.Controller
Processes a unit of generation.
ProjectPaths - Interface in org.apache.torque.generator.configuration.paths
Provides the default paths which Torque generator needs to interact with its surrounding project.
PropertiesOptionConfiguration - Class in org.apache.torque.generator.configuration.option
An option configuration which reads the options from a properties file.
PropertiesOptionConfiguration() - Constructor for class org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
 
PropertiesOptionsSaxHandlerFactory - Class in org.apache.torque.generator.configuration.option
A Factory which creates a SAX handler for properties options.
PropertiesOptionsSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
 
PropertiesSourceFormat - Class in org.apache.torque.generator.source.stream
The source type representing an properties source.
PropertiesSourceFormat() - Constructor for class org.apache.torque.generator.source.stream.PropertiesSourceFormat
 
pushOutlet(Outlet) - Method in class org.apache.torque.generator.control.ControllerState
Pushes a outlet onto the stack of outlets.
put(QualifiedName, T) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Creates or overwrites a mapping in the map.
putAll(Map<? extends QualifiedName, ? extends T>) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Creates or overrides mappings for all the mappings in the supplied map.

Q

QualifiedName - Class in org.apache.torque.generator.qname
This class contains a name which has a namespace.
QualifiedName(String) - Constructor for class org.apache.torque.generator.qname.QualifiedName
Creates a QualifiedName from its string representation, which is namespace:name.
QualifiedName(String, String) - Constructor for class org.apache.torque.generator.qname.QualifiedName
Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.
QualifiedName(String, Namespace) - Constructor for class org.apache.torque.generator.qname.QualifiedName
Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.
QualifiedNameMap<T> - Class in org.apache.torque.generator.qname
A special map with a QualifiedName as a key.
QualifiedNameMap() - Constructor for class org.apache.torque.generator.qname.QualifiedNameMap
Constructs an empty QualifiedNameMap.
QualifiedNameMap(Map<? extends QualifiedName, ? extends T>) - Constructor for class org.apache.torque.generator.qname.QualifiedNameMap
Constructs a shallow copy of the supplied map.

R

read() - Method in class org.apache.torque.generator.configuration.Configuration
Reads the configuration.
readControllerConfiguration(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationXmlParser
Reads the controller configuration out of a configurationProvider.
readOutletConfiguration(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationXmlParser
Reads all outlet configuration files and creates the outlet configuration from them.
readResource() - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
Reads the resource defined in the parsed XML .
ReflectionOutletSaxHandlerFactory - Class in org.apache.torque.generator.configuration.outlet
Creates outlet SAX handlers using reflection and a naming convention.
ReflectionOutletSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Creates a ReflectionOutletSaxHandlerFactory with the default sax handler package.
ReflectionOutletSaxHandlerFactory(String) - Constructor for class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Creates a ReflectionOutletSaxHandlerFactory with the default sax handler package.
register(ActionSaxHandlerFactory) - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
Registers a handler for a new action type.
register(OptionsSaxHandlerFactory) - Method in class org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
Registers a new OptionsSaxHandlerFactory.
register(SourceSaxHandlerFactory) - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
Registers a new SourcseSaxHandlerFactory.
registerTypedOutletHandlerFactory(TypedOutletSaxHandlerFactory) - Method in class org.apache.torque.generator.configuration.OutletTypes
Registers a handler for a new type of outlets.
registerUntypedOutletHandlerFactory(UntypedOutletSaxHandlerFactory) - Method in class org.apache.torque.generator.configuration.OutletTypes
Registers a untyped handler.
remove(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Removes the mapping for the supplied key, if this mapping exists.
remove() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
remove() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
remove(Variable) - Method in class org.apache.torque.generator.variable.VariableStore
removes a variable from the store.
ReplaceTargetFileStrategy - Class in org.apache.torque.generator.control.existingtargetstrategy
A handler which implements the strategy to replace existing target files.
ReplaceTargetFileStrategy() - Constructor for class org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
 
reset(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.SourceProvider
Resets the source provider.
resetCounter() - Static method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Resets the counter accessible though getCounter() back to 1.
resetInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
resetInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.SourceProvider
Resets the sources provided by this SourceProvider.
resetInternal(ConfigurationHandlers, ControllerState) - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
resolveEntity(String, String) - Method in class org.apache.torque.generator.configuration.ConfigurationEntityResolver
An implementation of the SAX EntityResolver interface to be called by the XML parser.
resolveEntity(String, String) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
EntityResolver implementation.
resolveEntity(String, String) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
EntityResolver implementation.
resolveEntity(String, String) - Method in class org.apache.torque.generator.configuration.source.EntityReferences
An implementation of the SAX EntityResolver interface to be called by the XML parser.
resolveEntity(String, String) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
EntityResolver implementation.
resolveMergepointMappings() - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Resolves the isolated mergepoint mappings and adds them to the relevant outlets.
RESOURCE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "resource" attribute.
ROOT_ELEMENT_NAME - Static variable in class org.apache.torque.generator.source.stream.CombinedFileSource
The name of the root element of the produced source tree.
ROOT_ELEMENT_NAME - Static variable in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
The name of the root element.
ROOT_NAMESPACE - Static variable in class org.apache.torque.generator.qname.Namespace
The root namespace.
run(List<UnitDescriptor>) - Method in class org.apache.torque.generator.control.Controller
Executes the controller action.

S

SaxHelper - Class in org.apache.torque.generator.configuration
Helper methods for SAX handlers.
SCHEMA_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "schemaOption" attribute.
SchemaType - Enum in org.apache.torque.generator.jdbc
Enum for known SQL types.
SEPARATOR - Static variable in class org.apache.torque.generator.qname.Namespace
The separator between the hierachical parts of a namespace.
SEPARATOR - Static variable in class org.apache.torque.generator.qname.QualifiedName
The separator between namespace parts and between namespacee and local name in the string representation of a QualifiedName.
set(Variable) - Method in class org.apache.torque.generator.variable.VariableStore
Sets a variable.
setAddTo(String) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Sets the path to the source element to where the new elements are added.
setAppendWhenReserved(String) - Method in class org.apache.torque.generator.processor.string.WrapReservedJavaWords
Sets the suffix to be appended if the input is a reserved word.
setAttribute(String, Object) - Method in class org.apache.torque.generator.source.SourceElement
Sets the attribute of a Source element.
setAttribute(SourceAttributeName, Object) - Method in class org.apache.torque.generator.source.SourceElement
Sets the attribute of a Source element.
setAttributeName(String) - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Sets the name of the source element attribute.
setBasedir(File) - Method in class org.apache.torque.generator.file.Fileset
Sets the base directory of the fileset.
setCombineSources(boolean) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Sets whether all sources are be loaded into one new Element.
setConfigurationDir(File) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the root directory for the Torque generator configuration files, absolute or relative to the project root.
setConfigurationHandlers(ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.Configuration
Sets the available configuration handlers.
setConfigurationHandlers(ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the configuration handlers used to parse the configuration of this generation unit.
setConfigurationPackage(String) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the root package for the Torque generator files, relative to the project root.
setContentOutlet(OutletReference) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the reference to the outlet which should produce the content.
setContext(Context) - Method in class org.apache.torque.generator.template.velocity.VelocityOutletState
Sets the current velocity context.
setCount(int) - Method in class org.apache.torque.generator.outlet.java.NewlineOutlet
Sets how many newlines should be created.
setCreateIdAttributes(boolean) - Method in class org.apache.torque.generator.outlet.java.XmlOutlet
Sets whether id attributes should be automatically created in the output.
setDefaultLowerCase(boolean) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets whether all characters in the processed String should be made lower Case by default (i.e if none of the camelback rules is applicable).
setDefaultLowerCase(boolean) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets whether all characters in the processed String should be made lower Case by default (i.e if none of the camelback rules is applicable).
setDefaultOutputEncoding(String) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the output encoding if no specific encoding has been set in the output.
setDefaultOutputEncoding(String) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the output encoding which is used if no specific encoding has been set in the output.
setDiscardFrom(String) - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Sets the character sequence which separates the discarded beginning of the source filename from the returned end.
setDiscardTo(String) - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Sets the character sequence after which last occurrence the source filename is returned.
setElement(String) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Sets the path to the source element to which the additional sources should be added.
setEncoding(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the character encoding of the generated file(s).
setEntityReferences(EntityReferences) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the entityReferences of the associated configuration unit.
setExcludes(Collection<String>) - Method in class org.apache.torque.generator.file.Fileset
Sets the exclude patterns for the fileset.
setExistingTargetStrategy(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the strategy how existing target files should be handled.
setFileExcludes(List<String>) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Sets the file patterns to exclude from the sources to read.
setFileIncludes(List<String>) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Sets the file patterns to include to the sources to read.
setFilename(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the name of the file to generate.
setFilenameOutlet(Outlet) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the reference to the outlet which should produce the file name.
setFirstCharUppercase(boolean) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets whether the first character should always be upper case.
setFirstCharUppercase(boolean) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets whether the first character should always be upper case.
setForeignKeyName(String) - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Sets the name of the foreign key.
setGetterNameAttribute(String) - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Sets the name of the target element attribute for the getter name.
setGlobalOption(Option) - Method in class org.apache.torque.generator.option.Options
Sets an option with global scope.
setIgnorePartAfter(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets the separation chars which define the suffix to be removed.
setIgnorePartAfter(String) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets the separation chars which define the suffix to be removed.
setIgnorePartBefore(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets the separation characters which define the prefix to be removed.
setIgnorePartBefore(String) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets the separation characters which define the prefix to be removed.
setIncludes(Collection<String>) - Method in class org.apache.torque.generator.file.Fileset
Sets the include patterns for the fileset.
setIndent(String) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
setIndent(String) - Method in class org.apache.torque.generator.source.stream.SourceToXml
Sets the String by which a child element is indented relative to its parent.
setInheritsFrom(UnitDescriptor) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the descriptor of the generation unit from which this generation unit inherits.
setInputElementName(String) - Method in interface org.apache.torque.generator.outlet.Outlet
Sets the name of the input root element.
setInputElementName(String) - Method in class org.apache.torque.generator.outlet.OutletImpl
 
setInputOption(String) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Sets the name of the option which should be used as input.
setInputSourceElement(String) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Sets the name of the source element which contains the attribute which should be used as input.
setInputValue(String) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Sets the input value directly.
setInputVariable(String) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Sets the name of the variable which should be used as input.
setLineBreak(String) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
setLoglevel(Loglevel) - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
Set the loglevel during generation.
setLoglevel(Loglevel) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the Loglevel during generation.
setLoglevel(Loglevel) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the log level overriding the loglevel defined in the configuration unit.
setMaxLineLength(int) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
setMergepointMapping(MergepointMapping) - Method in interface org.apache.torque.generator.outlet.Outlet
Sets an mergepoint mapping in the outlet.
setMergepointMapping(MergepointMapping) - Method in class org.apache.torque.generator.outlet.OutletImpl
Sets an mergepoint mapping in the outlet.
setNewElement(String) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Sets the name of the new element(s) into which a loaded source is added / the loaded sources are added.
setOption(String) - Method in class org.apache.torque.generator.outlet.java.OptionOutlet
Sets the name of the option to output.
setOptions(Options) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the options of the associated configuration unit.
setOptionsInContext(boolean) - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Tells the outlet to put all options which name space is visible to the namespace of this outlet into the context.
setOutletConfiguration(OutletConfiguration) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the outlet configuration of the associated configuration unit.
setOutputDirectory(String, File) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the output directory for a given output directory key.
setOutputDirectoryMap(Map<String, File>) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the contents of the output directory map.
setOutputDirectoryMap(Map<String, File>) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the output directory map which contains the mapping from output directory key to output directory.
setOutputDirKey(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the key for the output directory into which the output is written.
setOutputList(List<Output>) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the output activities of the associated configuration unit.
setOverrideOptions(OptionsConfiguration) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the configuration of the overriding options, if any.
setOverrideSourceProvider(SourceProvider) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the source provider which overrides the source provider defined in the control file.
setOverrideSourceProvider(SourceProvider) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the source provider overriding the source defined in the control file.
setOverwrite(boolean) - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Sets whether the content of the target attribute should be overwritten if it exists.
setPrefix(String) - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Sets the prefix which is added in front of the modified source filename.
setPrefix(String) - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Sets the prefix which is added in front of the input string.
setPrependWhenReserved(String) - Method in class org.apache.torque.generator.processor.string.WrapReservedJavaWords
Sets the prefix to be prepended if the input is a reserved word.
setReferencedTable(String) - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
Sets the name of the referenced (foreign) table.
setRemovableWrapCharacters(String) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
setRemoveWithoutUppercase(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets which characters are removed from the processed String.
setRemoveWithoutUppercase(String) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets which characters are removed from the processed String.
setRemoveWithUppercase(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets the characters which are removed from the processed String and cause the following character to be converted to upper case.
setRemoveWithUppercase(String) - Method in class org.apache.torque.generator.processor.string.Camelbacker
Sets the characters which are removed from the processed String and cause the following character to be converted to upper case.
setReservedJavaWordsPrefix(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets the prefix which is prepended to reserved java words.
setReservedJavaWordsSuffix(String) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets the suffix which is prepended to reserved java words.
setRootElement(SourceElement) - Method in class org.apache.torque.generator.control.ControllerState
Sets the root element of the current source.
setSetterNameAttribute(String) - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Sets the name of the target element attribute for the setter name.
setSkipDecider(String) - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Sets and instantiates the source filter class.
setSourceAttributeName(String) - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Sets the name of the attribute which is read as Input.
setSourceAttributesInContext(boolean) - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Tells the outlet to put the attributes of the current source element into the context or not.
setSourceDir(File) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the default directory for the source files, relative to the current directory, or absolute.
setSourceElement(SourceElement) - Method in class org.apache.torque.generator.control.ControllerState
Sets the current source element.
setSourceElementAttribute(String) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
Sets the name of the source element attribute from which the input should be read.
setSourceFile(File) - Method in class org.apache.torque.generator.control.ControllerState
Sets the currently used source file.
setSourceFileset(Fileset) - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Sets the fileset which determines the source files to read.
setSourceFormat(String) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Sets the key of the source format of the source file(s).
setSourceProcessConfiguration(SourceProcessConfiguration) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets how the sources should be post-processed before generation.
setSourceProvider(SourceProvider) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the source provider which provides the input for generating the output file's contents.
setSourceProvider(SourceProvider) - Method in class org.apache.torque.generator.control.ControllerState
Sets the source provider which is currently in use.
setSourceTransformerDefinitions(List<SourceTransformerDefinition>) - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Sets the transformer definitions.
setStartElementsPath(String) - Method in class org.apache.torque.generator.source.SourceProcessConfiguration
Sets the start element path.
setSuffix(String) - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Sets the suffix which is added after the modified source filename.
setSuffix(String) - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Sets the suffix which is added after of the input string.
setTargetAttributeName(String) - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Sets the name of the attribute into which the result is stored.
setToReplace(String) - Method in class org.apache.torque.generator.processor.string.CharReplacer
Sets the characters which should be replaced.
setToReplaceWith(String) - Method in class org.apache.torque.generator.processor.string.CharReplacer
Sets the String which are inserted instead of the replaced characters.
setUnitConfiguration(UnitConfiguration) - Method in class org.apache.torque.generator.control.ControllerState
Sets the configuration of the currently processed generation unit.
setUpperCaseSeparationPrefix(String) - Method in class org.apache.torque.generator.processor.string.ConstantNameCreator
Sets the prefix which is used as Separator when an upper case character is encountered after a lower case character.
setValue(Object) - Method in class org.apache.torque.generator.variable.Variable
Sets the value of the variable.
setVariable(String, Object, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
Sets a variable.
setVariable(String, Object, Variable.Scope, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
Sets a variable.
setVariable(String, Object) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Sets a variable.
setVariable(String, Object, String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Sets a variable.
setVariablesInContext(boolean) - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Tells the outlet to put all variables which are visible to this outlet into the context.
setWindowsStyle(boolean) - Method in class org.apache.torque.generator.outlet.java.NewlineOutlet
Sets whether windows newlines (\r\n) are used.
setWorkDir(File) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the directory where the torque generator can store internal files, relative to the current directory, or absolute.
setWorkDirectory(File) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the directory where the generator can store internal files.
setWrapAfterCharacters(String) - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
setWrapReservedJavaWords(boolean) - Method in class org.apache.torque.generator.outlet.java.CamelbackOutlet
Sets whether reserved java words (as output of the camelbacker) are wrapped (prepended or appended).
size() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Counts all mappings in the map.
SKIP_DECIDER_ARRTIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "skipDecider" attribute.
SkipDecider - Interface in org.apache.torque.generator.source.skipDecider
A class deciding whether the generation should be skipped or not.
SkipExistingTargetFileStrategy - Class in org.apache.torque.generator.control.existingtargetstrategy
A handler which implements the strategy to skip existing target files.
SkipExistingTargetFileStrategy() - Constructor for class org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
 
Source - Interface in org.apache.torque.generator.source
An entity which serves as an input for the generation process.
SOURCE_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default generation source file directory, relative to the configuration root directory.
SOURCE_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "source" tag.
SourceAttributeName - Interface in org.apache.torque.generator.source
An interface for a class respresenting the name of a source attribute.
SourceConfigurationTags - Class in org.apache.torque.generator.configuration.source
Contains tag and attribute names for the Source configuration.
SourceElement - Class in org.apache.torque.generator.source
Implementation of the RichSourceElement interface.
SourceElement(String) - Constructor for class org.apache.torque.generator.source.SourceElement
Constructor.
SourceElement(SourceElementName) - Constructor for class org.apache.torque.generator.source.SourceElement
Constructor.
SourceElementAttributeAction - Class in org.apache.torque.generator.control.action
Applies an outlet to a given source element.
SourceElementAttributeAction(String, String, Boolean) - Constructor for class org.apache.torque.generator.control.action.SourceElementAttributeAction
Constructor.
SourceElementAttributeActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX handler which reads the configuration for a SourceElementAttributeAction and creates and configures the Action according to the values in the configuration XML.
SourceElementAttributeActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandler
Creates a OptionActionSaxHandler for reading the configuration of a SourceElementAttributeAction.
SourceElementAttributeActionSaxHandlerFactory - Class in org.apache.torque.generator.configuration.mergepoint
A Factory which creates a SAX handler for a SourceElementAttributeAction.
SourceElementAttributeActionSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
 
SourceElementName - Interface in org.apache.torque.generator.source
An interface for a class respresenting the name of a source element.
SourceException - Exception in org.apache.torque.generator.source
This exception denotes that the source cannot be read.
SourceException() - Constructor for exception org.apache.torque.generator.source.SourceException
Constructs a SourceException without error message.
SourceException(String) - Constructor for exception org.apache.torque.generator.source.SourceException
Constructs a SourceException with the given error message.
SourceException(Throwable) - Constructor for exception org.apache.torque.generator.source.SourceException
Constructs a SourceException which wraps another exception.
SourceException(String, Throwable) - Constructor for exception org.apache.torque.generator.source.SourceException
Constructs a SourceException which wraps another exception, and which has its own error message.
SourceImpl - Class in org.apache.torque.generator.source
The base implementation of the source interface.
SourceImpl() - Constructor for class org.apache.torque.generator.source.SourceImpl
 
SourcePath - Class in org.apache.torque.generator.source
Methods for traversing a source tree.
SourceProcessConfiguration - Class in org.apache.torque.generator.source
Contains the configuration how a source should be processed between obtaining the original source and feeding it to the outlets.
SourceProcessConfiguration() - Constructor for class org.apache.torque.generator.source.SourceProcessConfiguration
 
SourceProvider - Class in org.apache.torque.generator.source
The input for a generation process.
SourceProvider() - Constructor for class org.apache.torque.generator.source.SourceProvider
 
SourceSaxHandler - Class in org.apache.torque.generator.configuration.source
A base class for reading source definitions from the controller configuration file.
SourceSaxHandler(ConfigurationProvider, ProjectPaths, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.source.SourceSaxHandler
Constructor.
SourceSaxHandlerFactories - Class in org.apache.torque.generator.configuration.source
A registry of SourceSaxHandlerFactories.
SourceSaxHandlerFactories() - Constructor for class org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
Constructor.
SourceSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.source
Classes implementing this interface are responsible for creating SourceSaxHandlers for a specific source type.
SourceTargetAttributeTransformer - Class in org.apache.torque.generator.source.transform
A transformer which has a source attribute and a target attribute.
SourceTargetAttributeTransformer() - Constructor for class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Standard constructor.
SourceTargetAttributeTransformer(String, String) - Constructor for class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Constructor used to set default attribute names.
SourceToXml - Class in org.apache.torque.generator.source.stream
Creates an xml String out of a source tree.
SourceToXml() - Constructor for class org.apache.torque.generator.source.stream.SourceToXml
 
SourceTransformer - Interface in org.apache.torque.generator.source.transform
Transforms one source tree into another source tree.
SourceTransformerDefinition - Class in org.apache.torque.generator.source
All necessary informations for doing a transformation.
SourceTransformerDefinition(SourceTransformer, String) - Constructor for class org.apache.torque.generator.source.SourceTransformerDefinition
Constructor.
SourceTransformerException - Exception in org.apache.torque.generator.source.transform
This exception is the superclass of all Exceptions thrown by SourceTransformers.
SourceTransformerException() - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
Constructs a SourceTransformerException without error message.
SourceTransformerException(String) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
Constructs a SourceTransformerException with the given error message.
SourceTransformerException(Throwable) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
Constructs a SourceTransformerException which wraps another exception.
SourceTransformerException(String, Throwable) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
Constructs a SourceTransformerException which wraps another exception, and which has its own error message.
SourceTransformerSaxHandler - Class in org.apache.torque.generator.configuration.source
Reads a source transformer from the controller configuration file.
SourceTransformerSaxHandler(ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
Constructor.
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.controller.OutputSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
Callback method which is called by the SAX parser if an XML element is started.
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.source.SourceTransformerSaxHandler
startElement(String, String, String, Attributes) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
startOutlet() - Method in class org.apache.torque.generator.variable.VariableStore
Signals this store that the processing of a outlet has started.
StopGenerationDecider - Class in org.apache.torque.generator.source.skipDecider
A SkipDecider which always stops the current generation.
StopGenerationDecider() - Constructor for class org.apache.torque.generator.source.skipDecider.StopGenerationDecider
 
STRATEGY_NAME - Static variable in class org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
The strategy name "append".
STRATEGY_NAME - Static variable in class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
The strategy name "replace".
STRATEGY_NAME - Static variable in class org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
The strategy name "replace".
STRATEGY_NAME - Static variable in class org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
The strategy name "skip".
StreamSourceFormat - Interface in org.apache.torque.generator.source.stream
A format for a stream-based source, e.g.
STRING_UTILS_CONTEXT_NAME - Static variable in class org.apache.torque.generator.template.velocity.VelocityOutlet
The name under which the velocity StringUtils will be put into the context.
StringInputOutlet - Class in org.apache.torque.generator.outlet.java
A base class for a outlet which takes a String as input (not a Source Element as a normal outlet would).
StringInputOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.StringInputOutlet
Constructs a singleInputOutlet.
StringProcessor - Interface in org.apache.torque.generator.processor.string
A processor which takes a String as input and generates a String as output.
SYSTEM_ID_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "systemId" attribute.

T

TemplateFilter - Interface in org.apache.torque.generator.template
An Filter which preprocesses a template.
TemplateOutlet - Interface in org.apache.torque.generator.template
A Outlet which interprets a template.
TemplateOutletImpl - Class in org.apache.torque.generator.template
An implementation of the TemplateOutlet interface.
TemplateOutletImpl(QualifiedName, ConfigurationProvider, String, String, TemplateFilter) - Constructor for class org.apache.torque.generator.template.TemplateOutletImpl
Constructs a TemplateOutletImpl with the given name.
ThreeWayMerger - Class in org.apache.torque.generator.merge
Can execute a three-way merge.
ThreeWayMerger() - Constructor for class org.apache.torque.generator.merge.ThreeWayMerger
 
TOKEN_END - Static variable in class org.apache.torque.generator.control.TokenReplacer
The character ending a token.
TOKEN_START_1 - Static variable in class org.apache.torque.generator.control.TokenReplacer
First character of a Token start.
TOKEN_START_2 - Static variable in class org.apache.torque.generator.control.TokenReplacer
Second character of a Token start.
TokenReplacer - Class in org.apache.torque.generator.control
Replaces placeholder tokens like ${option:optionName} in a string by the resolved values.
TokenReplacer(ControllerState) - Constructor for class org.apache.torque.generator.control.TokenReplacer
 
TORQUE_GEN_CONTEXT_NAME - Static variable in class org.apache.torque.generator.template.velocity.VelocityOutlet
The name under which the Torque generator interface will be put into the context.
TorqueGeneratorPaths - Interface in org.apache.torque.generator.configuration.paths
The paths describing the internal organization (i.e.
TorqueGenVelocity - Class in org.apache.torque.generator.template.velocity
This class acts as an interface to the Torque generator from the templates.
TorqueGenVelocity(VelocityOutlet, ControllerState) - Constructor for class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Constructs a generator interface within the given controllerState.
toString() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
 
toString() - Method in class org.apache.torque.generator.configuration.controller.OutletReference
toString() - Method in class org.apache.torque.generator.configuration.controller.Output
toString() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
 
toString() - Method in class org.apache.torque.generator.configuration.option.FileOptionsConfiguration
 
toString() - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
 
toString() - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Creates a String view of this object for debuggung purposes.
toString() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
 
toString() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
 
toString() - Method in class org.apache.torque.generator.control.action.ApplyAction
 
toString() - Method in class org.apache.torque.generator.control.action.OptionAction
 
toString() - Method in class org.apache.torque.generator.control.action.OutputAction
 
toString() - Method in class org.apache.torque.generator.control.action.SourceElementAttributeAction
 
toString() - Method in class org.apache.torque.generator.control.action.TraverseAllAction
 
toString() - Method in class org.apache.torque.generator.control.ControllerState
 
toString() - Method in class org.apache.torque.generator.file.Fileset
 
toString() - Method in class org.apache.torque.generator.option.OptionImpl
Creates as String representation of this Object for debugging purposes.
toString() - Method in class org.apache.torque.generator.option.Options
 
toString() - Method in class org.apache.torque.generator.outlet.Mergepoint
Returns a String representation of the Mergepoint for debugging purposes.
toString() - Method in class org.apache.torque.generator.outlet.OutletImpl
 
toString() - Method in class org.apache.torque.generator.qname.Namespace
Returns a String representation of this namespace.
toString() - Method in class org.apache.torque.generator.qname.QualifiedName
Returns the String representation of the QualifiedName, which is namespace.name if namespace is not empty, or name if namespace is empty.
toString() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns a string representation of this map for debugging purposes.
toString() - Method in class org.apache.torque.generator.source.SourceElement
 
toString() - Method in class org.apache.torque.generator.source.SourceTransformerDefinition
 
toString() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
 
toString() - Method in class org.apache.torque.generator.source.stream.FileSource
 
toString() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
toString() - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
toString() - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
toString() - Method in class org.apache.torque.generator.template.TemplateOutletImpl
Returns a String representation of this outlet for debugging purposes.
toString() - Method in class org.apache.torque.generator.variable.Variable
 
toXml(SourceElement, boolean) - Method in class org.apache.torque.generator.source.stream.SourceToXml
Renders a source element and its children as XML.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.AttributeTransformer
Adds attributes to the sourceElement according to the transformDefinition.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Fills the target attribute according to the settings.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.CopyAttributeTransformer
Fills the target attribute according to the settings.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Fills the target attributes according to the settings.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Loads the additional source into the current source graph.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Loads the additional source into the current source graph.
transform(SourceElement, ControllerState) - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Performs the transformation.
transform(SourceElement, ControllerState) - Method in interface org.apache.torque.generator.source.transform.SourceTransformer
Transforms one source tree into another source tree.
TRANSFORMER_CLASS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "class" attribute of the "transformer" tag.
TRANSFORMER_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "transformer" tag.
transformSource(SourceElement, List<SourceTransformerDefinition>, ControllerState) - Method in class org.apache.torque.generator.control.Controller
Applies all tarnsformer definitions to the current source.
TraverseAllAction - Class in org.apache.torque.generator.control.action
Traverses all matching elements, and applies a outlet to each matching element.
TraverseAllAction(String, String, Boolean) - Constructor for class org.apache.torque.generator.control.action.TraverseAllAction
Constructor.
TraverseAllActionSaxHandler - Class in org.apache.torque.generator.configuration.mergepoint
A SAX handler which reads the configuration for a TraverseAllAction and creates and configures the Action according to the values in the configuration XML.
TraverseAllActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandler
Creates a TraverseAllActionSaxHandler for redaing the configuration of a TraverseAllAction.
TraverseAllActionSaxHandlerFactory - Class in org.apache.torque.generator.configuration.mergepoint
A Factory which creates a SAX handler for a TraverseAllAction.
TraverseAllActionSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
 
TypedOutletSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.outlet
Classes implementing this interface are responsible for creating OutletSaxHandlers for a specific outlet type.

U

UnitConfiguration - Class in org.apache.torque.generator.configuration
Contains all information to run a generation unit.
UnitConfiguration() - Constructor for class org.apache.torque.generator.configuration.UnitConfiguration
 
UnitDescriptor - Class in org.apache.torque.generator.configuration
Contains all necessary information about a generation unit.
UnitDescriptor(UnitDescriptor.Packaging, ProjectPaths, TorqueGeneratorPaths) - Constructor for class org.apache.torque.generator.configuration.UnitDescriptor
Constructor without inheritance, override options, overrideSourceFileset and loglevel.
UnitDescriptor.Packaging - Enum in org.apache.torque.generator.configuration
Possible packaging forms of a unit of generation.
UnsupportedOptionException - Exception in org.apache.torque.generator.option
An exception which is thrown if an option is not supported or contains an unacceptable value.
UnsupportedOptionException(String) - Constructor for exception org.apache.torque.generator.option.UnsupportedOptionException
Constructs an UnsupportedOptionException.
UntypedOutletSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.outlet
Classes implementing this interface can create creating OutletSaxHandlers for more than one outlet type.
UPPER_CASE_SEPPARATION_PREFIX - Static variable in class org.apache.torque.generator.processor.string.ConstantNameCreator
The String which is usually used as prefix in front of upper case characters in java constants.
URL_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "urlOption" attribute.
USERNAME_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "usernameOption" attribute.

V

valueOf(String) - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.torque.generator.configuration.UnitDescriptor.Packaging
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.torque.generator.jdbc.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.torque.generator.variable.Variable.Scope
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.torque.generator.configuration.UnitDescriptor.Packaging
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.torque.generator.jdbc.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.torque.generator.option.Options
Returns all options in a Collection.
values() - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns all values in this map.
values() - Static method in enum org.apache.torque.generator.variable.Variable.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
Variable - Class in org.apache.torque.generator.variable
A variable which can be used to transport data in and between outlets.
Variable(QualifiedName, Object, Variable.Scope) - Constructor for class org.apache.torque.generator.variable.Variable
Constructor.
Variable.Scope - Enum in org.apache.torque.generator.variable
The scope of a variable.
VariableStore - Class in org.apache.torque.generator.variable
Stores all variables which are currently accessible.
VariableStore() - Constructor for class org.apache.torque.generator.variable.VariableStore
 
VelocityOutlet - Class in org.apache.torque.generator.template.velocity
A Outlet which uses a velocity template for generation.
VelocityOutlet(QualifiedName, ConfigurationProvider, String, String) - Constructor for class org.apache.torque.generator.template.velocity.VelocityOutlet
Constructs a new VelocityTemplateOutlet.
VelocityOutletSaxHandlerFactory - Class in org.apache.torque.generator.configuration.outlet
Creates Velocity outlet SAX handlers.
VelocityOutletSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
 
VelocityOutletState - Class in org.apache.torque.generator.template.velocity
The outlet state of a velocity template outlet.
VelocityOutletState() - Constructor for class org.apache.torque.generator.template.velocity.VelocityOutletState
 
VelocityTemplateFilter - Class in org.apache.torque.generator.template.velocity
A Filter for velocity templates.
VelocityTemplateFilter() - Constructor for class org.apache.torque.generator.template.velocity.VelocityTemplateFilter
 

W

warning(SAXParseException) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
 
warning(SAXParseException) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
 
warning(SAXParseException) - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
 
WildcardFilter - Class in org.apache.torque.generator.file
A filter evaluating a file name against a wildcard expression.
WildcardFilter(String, boolean, boolean) - Constructor for class org.apache.torque.generator.file.WildcardFilter
Constructor.
WORK_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default working directory.
WORK_SUBDIR - Static variable in class org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
The subdirectory in the work directory<.
WrapReservedJavaWords - Class in org.apache.torque.generator.processor.string
Processes an input String as follows: If the input String is a reserved word in java, a suffix and/or prefix is appended to the input String and the result is returned; otherwise the input string is returned unchanged.
WrapReservedJavaWords() - Constructor for class org.apache.torque.generator.processor.string.WrapReservedJavaWords
 

X

XMLConstants - Class in org.apache.torque.generator.configuration
Contains commonly used XML Namespaces and other constants.
XmlOptionConfiguration - Class in org.apache.torque.generator.configuration.option
An option configuration which reads the options from a XML file in the java properties XML format.
XmlOptionConfiguration() - Constructor for class org.apache.torque.generator.configuration.option.XmlOptionConfiguration
 
XmlOptionsSaxHandlerFactory - Class in org.apache.torque.generator.configuration.option
A Factory which creates a SAX handler for XML Options.
XmlOptionsSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
 
XmlOutlet - Class in org.apache.torque.generator.outlet.java
Outputs the source tree as XML.
XmlOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.XmlOutlet
Constructor.
XmlSourceFormat - Class in org.apache.torque.generator.source.stream
The source type representing an XML source.
XmlSourceFormat() - Constructor for class org.apache.torque.generator.source.stream.XmlSourceFormat
 
XmlSourceSaxHandler - Class in org.apache.torque.generator.source.stream
A SAX Handler for creating a source element tree from xml.
XmlSourceSaxHandler(EntityReferences) - Constructor for class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
Constructor.
XS_NAMESPACE - Static variable in class org.apache.torque.generator.configuration.XMLConstants
The XML Schema Namespace.
XSI_NAMESPACE - Static variable in class org.apache.torque.generator.configuration.XMLConstants
The XML Schema Instance Namespace.
XSI_TYPE_ATTRBUTE_NAME - Static variable in class org.apache.torque.generator.configuration.XMLConstants
The name of the XSI type attribute.

A B C D E F G H I J K L M N O P Q R S T U V W X

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