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

A

AbstractConfigurationProvider - Class in org.apache.torque.generator.configuration
A base class for all ConfigurationProvider implementations.
AbstractConfigurationProvider(TorqueGeneratorPaths) - Constructor for class org.apache.torque.generator.configuration.AbstractConfigurationProvider
Constructor.
accept(File) - Method in class org.apache.torque.generator.file.WildcardFilter
Returns whether a file matches the criteria of this filter.
accept(Object, Class<?>) - Method in class org.apache.torque.generator.source.transform.model.StringToBooleanConverter
 
accept(Object, Class<?>) - Method in interface org.apache.torque.generator.source.transform.model.TypeConverter
Returns true if and only if the converter can convert the passed value to the passed class.
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, UnitDescriptor) - 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.DebuggingOutletWrapper
Adds the mergepoint mapping to the delegate.
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, UnitDescriptor) - 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 class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Calls the afterExecute method in the delegate.
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, UnitDescriptor) - 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
 
ARRAY - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype ARRAY.
asPath() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
attributeIterator(QName) - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
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 class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Calls the beforeExecute method in the delegate.
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.
BIGINT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype BIGINT.
BINARY - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype BINARY.
BIT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype BIT.
BLOB - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype BLOB.
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.
BOOLEANCHAR - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype CHAR interpreted as Boolean.
BOOLEANINT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype INTEGER interpreted as Boolean.
booleanOption(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the option with the given key as boolean value.
booleanOption(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key as boolean value.

C

CACHE_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default cache directory.
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, UnitDescriptor) - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
 
canHandle(String, UnitDescriptor) - 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'.
CHAR - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype CHAR.
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.ConfigurableClassSaxHandler
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.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
 
checkInit() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Checks whether the current settings are valid.
checkLogging() - Method in class org.apache.torque.generator.control.Controller
Initializes the Logging.
Checksums - Class in org.apache.torque.generator.control
Stores Checksums and dates of the checksums, keyed by a String.
Checksums() - Constructor for class org.apache.torque.generator.control.Checksums
 
childIterator(NodeTest, boolean, NodePointer) - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
CHILDREN - org.apache.torque.generator.variable.Variable.Scope
The scope of the variable is the current outlet and recursively all the outlets in the merge points accessed in the generation process.
CLASS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "class" attribute of the "transformer" and "postprocessor tags.
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.
CLASSPATH - org.apache.torque.generator.configuration.UnitDescriptor.Packaging
the generation unit is provided in the classpath.
ClasspathConfigurationProvider - Class in org.apache.torque.generator.configuration
Provides InputStreams to read a configuration of a unit of generation from a jar file.
ClasspathConfigurationProvider(UnitDescriptor) - 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.
CLOB - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype CLOB.
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.
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
compareChildNodePointers(NodePointer, NodePointer) - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
concatenate(Iterable<OutletResult>) - Static method in class org.apache.torque.generator.outlet.OutletResult
Concatenates a list of OutletResults.
concatenate(OutletResult...) - Static method in class org.apache.torque.generator.outlet.OutletResult
Concatenates an array of OutletResults.
CONFIG_DIR - Static variable in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Default configuration root directory, relative to the project root.
ConfigurableClassSaxHandler<T> - Class in org.apache.torque.generator.configuration.source
Reads a configurable class from the controller configuration file.
ConfigurableClassSaxHandler(ConfigurationProvider, UnitDescriptor, String) - Constructor for class org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
Constructor.
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(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.
ConfigurationException(Throwable) - Constructor for exception org.apache.torque.generator.configuration.ConfigurationException
Constructs a ConfigurationException which wraps another exception.
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(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Returns if this Map contains a mapping for the given key.
containsKey(QualifiedName) - Method in class org.apache.torque.generator.option.Options
Checks if an option with the given key exists in any scope.
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, UnitDescriptor, 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(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.
ControllerException(Throwable) - Constructor for exception org.apache.torque.generator.control.ControllerException
Constructs a ControllerException which wraps another exception.
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
 
convert(Object, Class<?>) - Method in class org.apache.torque.generator.source.transform.model.StringToBooleanConverter
 
convert(Object, Class<?>) - Method in interface org.apache.torque.generator.source.transform.model.TypeConverter
Converts the passed value to the passed class.
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
 
createBinding(ControllerState) - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.torque.generator.source.ModelNodeFactory
 
createNodePointer(NodePointer, QName, Object) - Method in class org.apache.torque.generator.source.SourceElementNodePointerFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.torque.generator.source.ModelNodeFactory
 
createNodePointer(QName, Object, Locale) - Method in class org.apache.torque.generator.source.SourceElementNodePointerFactory
 
createOutlet(QualifiedName, String, String, String, Attributes) - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
 
createOutletForTemplate(String, ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
Creates an outlet for a template with the given file name.
createOutletForTemplate(String, ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
Creates an outlet for a template with the given file name.
createOutletForTemplate(String, ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
Creates an outlet for a template with the given file name.
createOutletForTemplate(String, ConfigurationProvider) - Method in interface org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
Creates an outlet for a template with the given file name.
createOutletForTemplate(String, ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
Creates an outlet for a template with the given file name.
createOutputFilename(Output, ControllerState) - Method in class org.apache.torque.generator.control.Controller
Creates the output file name and sets it in the output.
createPath(JXPathContext) - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
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(File, String, File, Map<String, File>, File, File) - Constructor for class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Constructor.
CustomProjectPaths(ProjectPaths) - Constructor for class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Copy-constructor.

D

DATE - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype DATE.
DEBUG - org.apache.torque.generator.configuration.controller.Loglevel
Loglevel debug.
DebuggingOutletWrapper - Class in org.apache.torque.generator.outlet
An outlet wrapper which adds debug information to the outlet.
DebuggingOutletWrapper(Outlet) - Constructor for class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Constructor.
DECIMAL - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype DECIMAL.
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
 
DIRECTORY - org.apache.torque.generator.configuration.UnitDescriptor.Packaging
the generation unit is provided in a local directory.
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.
DISTINCT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype DISTINCT.
DOUBLE - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype DOUBLE.
DRIVER_OPTION_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Attribute name for the "driverOption" attribute.
DummyLoggingAdapter - Class in org.apache.torque.generator.configuration.controller
Dummy implementation of the LoggingAdapter interface.
DummyLoggingAdapter() - Constructor for class org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
 

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.ConfigurableClassSaxHandler
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.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, UnitDescriptor) - 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.ModelNodePointer
 
equals(Object) - Method in class org.apache.torque.generator.source.PostprocessorDefinition
 
equals(Object) - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
equals(Object) - Method in class org.apache.torque.generator.source.SourcePathPointer
 
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
 
ERROR - org.apache.torque.generator.configuration.controller.Loglevel
Loglevel error.
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 "exclude" 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.DebuggingOutletWrapper
Executes the delegate generation and adds debugging output before and after the generated content, if the result is a String result.
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.groovy.GroovyOutlet
Executes the generation process; the result is returned.
execute(ControllerState) - Method in class org.apache.torque.generator.template.velocity.VelocityOutlet
Executes the generation process; the result is returned.
executeGroovy(Map<String, Object>, ControllerState) - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Executes the Groovy script or template and retuns the reult.
executeGroovy(Map<String, Object>, ControllerState) - Method in class org.apache.torque.generator.template.groovy.GroovyScriptOutlet
 
executeGroovy(Map<String, Object>, ControllerState) - Method in class org.apache.torque.generator.template.groovy.GroovyTemplateOutlet
 
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 - org.apache.torque.generator.variable.Variable.Scope
The variable is visible throughout the generation process of this file.
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, UnitDescriptor, 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.
FLOAT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype FLOAT.
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(String, Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a GeneratorException which wraps another exception, and which has its own error message.
GeneratorException(Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
Constructs a GeneratorException which wraps another exception.
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, UnitDescriptor) - 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, UnitDescriptor) - 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, UnitDescriptor) - 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, UnitDescriptor) - 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, UnitDescriptor) - 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, UnitDescriptor) - 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.
getAllResourcesEndingWith(String, boolean) - Method in class org.apache.torque.generator.configuration.PackageResources
Returns all resource names in the package ending with the defined suffix.
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.
getBaseValue() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Get the value of the currently selected property.
getBaseValue() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
getBaseValue() - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
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.
getCacheDirectory() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Returns the cache directory where the torque generator can store internal files, relative to the project root.
getCacheDirectory() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
Returns the default cache subdirectory where the torque generator can store internal files.
getCacheDirectory() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
Returns the cache directory where the torque generator can store internal files.
getCacheDirectory() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the cache directory where the generator can store internal files.
getChecksum(String) - Method in class org.apache.torque.generator.control.Checksums
 
getChecksums() - Method in class org.apache.torque.generator.control.Checksums
 
getChild(String) - 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.
getChild(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
Returns the first child of this SourceElement which has the given name.
getChildren() - Method in class org.apache.torque.generator.source.SourceElement
Returns all children of this SourceElement.
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.source.SourceElement
Returns all children of this SourceElement which have the given name.
getChildren(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the children of the current source element with a certain name.
getChildren(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
Returns all children of this SourceElement which have the given name.
getClassLoader() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the class loader to use by the generator when accessing the templates or classes defined within the templates.
getClassLoader() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns the class loader to use by the generator when accessing the templates or classes defined within the templates.
getCombineFiles() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
Returns whether source files are combined into one source tree.
getCommentAtEnd(ControllerState) - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Returns the debug information to be added at the end of the outlet's output.
getCommentAtStart(ControllerState) - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Returns the debug information to be added at the start of the outlet's output.
getCommentEnd(String) - Method in class org.apache.torque.generator.control.outputtype.HtmlOutputType
Returns the end of a comment.
getCommentEnd(String) - Method in class org.apache.torque.generator.control.outputtype.JavaOutputType
Returns the end of a comment.
getCommentEnd(String) - Method in interface org.apache.torque.generator.control.outputtype.OutputType
Returns the end of a comment.
getCommentEnd(String) - Method in class org.apache.torque.generator.control.outputtype.PropertiesOutputType
Returns the end of a comment.
getCommentEnd(String) - Method in class org.apache.torque.generator.control.outputtype.UnknownOutputType
Returns the end of a comment.
getCommentEnd(String) - Method in class org.apache.torque.generator.control.outputtype.XmlOutputType
Returns the end of a comment.
getCommentStart(String) - Method in class org.apache.torque.generator.control.outputtype.HtmlOutputType
Returns the start of a comment.
getCommentStart(String) - Method in class org.apache.torque.generator.control.outputtype.JavaOutputType
Returns the start of a comment.
getCommentStart(String) - Method in interface org.apache.torque.generator.control.outputtype.OutputType
Returns the start of a comment.
getCommentStart(String) - Method in class org.apache.torque.generator.control.outputtype.PropertiesOutputType
Returns the start of a comment.
getCommentStart(String) - Method in class org.apache.torque.generator.control.outputtype.UnknownOutputType
Returns the start of a comment.
getCommentStart(String) - Method in class org.apache.torque.generator.control.outputtype.XmlOutputType
Returns the start of a comment.
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.
getConfiguredClass() - Method in class org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
Returns the configured class.
getContent() - Method in class org.apache.torque.generator.variable.VariableStore
Returns a map with the variables contained in this store.
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
 
getContentChecksum() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
Returns the checksum of the content.
getContentChecksum() - Method in interface org.apache.torque.generator.source.Source
Returns the checksum of the content of the source.
getContentChecksum() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
Returns the checksum of all files.
getContentChecksum() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the checksum of the content.
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.AbstractConfigurationProvider
 
getControlConfigurationInputStream() - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access the control configuration.
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.groovy.TorqueGenGroovy
Returns the current controller state.
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.groovy.TorqueGenGroovy
Returns a counter value which is increased each time this function is accessed.
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() - Method in class org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
Always returns Loglevel.INFO.
getCurrentLoglevel() - Method in class org.apache.torque.generator.configuration.controller.Log4j2LoggingAdapter
Returns the current loglevel by reading the loglevel of the root logger.
getCurrentLoglevel() - Method in class org.apache.torque.generator.configuration.controller.Log4jLoggingAdapter
Returns the current loglevel by reading the loglevel of the root logger.
getCurrentLoglevel() - Method in interface org.apache.torque.generator.configuration.controller.LoggingAdapter
Returns the current loglevel.
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.
getDetokenizedPath(ControllerState) - Method in class org.apache.torque.generator.template.TemplateOutletImpl
 
getDirectories() - Method in class org.apache.torque.generator.configuration.PackageResources
Returns all directories containing the desired package.
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() - 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.
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.
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.
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.
getFileName(String, String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
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.
getFirstChild() - Method in class org.apache.torque.generator.source.SourceElement
Returns the first child of this source element.
getFirstGenericTypeArgument() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Gets the class of the first generic argument of the property.
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 in the child list of the default parent which appear after this element with the given name.
getFollowingSourceElement(SourceElement) - Method in class org.apache.torque.generator.source.SourceElement
Returns the following element after this element If this element has no parent, null is returned.
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.
getImmediateNode() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
If index == WHOLE_COLLECTION, the value of the property, otherwise the value of the index'th element of the collection represented by the property.
getImmediateNode() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
getImmediateNode() - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
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(Namespace) - Method in class org.apache.torque.generator.option.Options
Returns all mappings which live in the given name space.
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.option.Options
Returns the value of the option which is closest in Hierarchy.
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(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.
getInputClass() - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Returns the class name of the input root object from the delegate.
getInputClass() - Method in interface org.apache.torque.generator.outlet.Outlet
Returns the fully qualified name of the input root class.
getInputClass() - Method in class org.apache.torque.generator.outlet.OutletImpl
 
getInputElementName() - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Returns the name of the input root element from the delegate.
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
 
getInputStream(String, String, String) - Method in class org.apache.torque.generator.configuration.AbstractConfigurationProvider
 
getInputStream(String, String, String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getInputStream(String, String, String) - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getInputStream(String, String, String) - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getInstance(String, Class<?>, UnitDescriptor) - Static method in class org.apache.torque.generator.configuration.ClassHelper
Creates an instance of a class and checks whether it can be casted to another class
getInstance(String, UnitConfiguration) - Static method in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Creates an instance of a class.
getJarFiles() - Method in class org.apache.torque.generator.configuration.PackageResources
Returns all jar files containing the desired package.
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.
getLastChild() - Method in class org.apache.torque.generator.source.SourceElement
Returns the last child of this source element.
getLastGeneratedSourceChecksums() - Method in class org.apache.torque.generator.control.ControllerState
Returns the checksums of the source files for the last generation run.
getLastModified() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSource
Returns the last modification date of the source files.
getLastModified() - Method in interface org.apache.torque.generator.source.Source
Returns the date when the source was last modified.
getLastModified() - Method in class org.apache.torque.generator.source.stream.CombinedFileSource
Returns the earliest date when any of the source files was last modified.
getLastModified() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the date when the source was last modified.
getLength() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
If the property contains a collection, then the length of that collection, otherwise - 1.
getLength() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
getLength() - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
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.
getLoggingAdapter() - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Returns the currently used logging adapter.
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.DebuggingOutletWrapper
Retrieves the mergepoint mapping for the given mergepoint name from the delegate and returns it.
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 class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Returns the map of all mergepoint mappings in the delegate, keyed by their name.
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
 
getModel() - Method in class org.apache.torque.generator.control.ControllerState
Returns the current model object within the source.
getModel() - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the current model.
getModel() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the current model object.
getModelRoot() - Method in class org.apache.torque.generator.control.ControllerState
Returns the root object of the current source.
getModificationDate(String) - Method in class org.apache.torque.generator.control.Checksums
 
getModificationDates() - Method in class org.apache.torque.generator.control.Checksums
 
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.DebuggingOutletWrapper
Returns the name of the delegate.
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 outlet.
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 class org.apache.torque.generator.source.SourceElementAttributePointer
 
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.source.SourceElementNodePointer
 
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.
getNamespaceURI() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
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.
getNodePointer() - Method in class org.apache.torque.generator.source.SourceElementAttributeIterator
 
getNodePointer() - Method in class org.apache.torque.generator.source.SourceElementNodeIterator
 
getNullType() - Method in class org.apache.torque.generator.source.jdbc.ColumnMetadata
Returns whether the column may be null.
getObject(SourceElement, String, 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.
getOption(String) - Method in class org.apache.torque.generator.control.ControllerState
Calculates the value of an option in the current outlet's context.
getOption(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the option with the given key.
getOption(String, ControllerState, Class<?>) - Static method in class org.apache.torque.generator.outlet.java.OutletUtils
Reads an option with a given name.
getOption(OptionName) - Method in class org.apache.torque.generator.control.ControllerState
Calculates the value of an option in the current outlet's context.
getOptionMap() - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
Returns the options map.
getOptions() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the options of the associated configuration unit.
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.
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.AbstractConfigurationProvider
 
getOptionsInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access an options file.
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.
getOrder() - Method in class org.apache.torque.generator.source.ModelNodeFactory
 
getOrder() - Method in class org.apache.torque.generator.source.SourceElementNodePointerFactory
 
getOrDetermineLineBreak(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the line break character(s) for this Output.
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.
getOutlet(QualifiedName) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
Returns the outlet with the name name.
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.AbstractConfigurationProvider
 
getOutletConfigurationInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access the configuration for one outlet.
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(String, QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
Returns a OutletSaxHandler for reading the configuration of the outlet.
getOutletSaxHandler(String, QualifiedName, ConfigurationProvider, UnitDescriptor, 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, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Method in interface org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
Returns a OutletSaxHandler for reading in the configuration of a outlet.
getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, 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() - Method in class org.apache.torque.generator.control.ControllerState
Returns the currently generated file.
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.
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.
getOutputTypes() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
Returns the known output types.
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.SourcePathPointer
 
getPath() - Method in class org.apache.torque.generator.source.stream.FileSource
Returns the path to the source file.
getPath() - Method in class org.apache.torque.generator.template.TemplateOutletImpl
Returns the path to the template.
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.
getPathToModel() - Method in class org.apache.torque.generator.control.ControllerState
Returns the path from the model root to the current model.
getPosition() - Method in class org.apache.torque.generator.source.SourceElementAttributeIterator
 
getPosition() - Method in class org.apache.torque.generator.source.SourceElementNodeIterator
 
getPostprocessor() - Method in class org.apache.torque.generator.source.PostprocessorDefinition
Returns the postprocessor instance for this definition.
getPostprocessorDefinitions() - Method in class org.apache.torque.generator.configuration.controller.Output
Returns the list of postprocessors which should be applied to the generation result.
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 in the child list of the default parent which appear before this element with the given name.
getPrecedingSourceElement(SourceElement) - Method in class org.apache.torque.generator.source.SourceElement
Returns the preceding element after this element.
getPrefix() - Method in class org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
Returns the prefix which is added in front of the modified source filename.
getPrefixList() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Returns the list of all possible prefixes for field names.
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.
getProperty() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Returns the value of the property.
getPropertyCount() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
getPropertyDescriptors() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Get all PropertyDescriptors.
getPropertyGenericType() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Returns the generic type of the property.
getPropertyName() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Get the name of the currently selected property.
getPropertyNames() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Get the names of all properties, sorted alphabetically.
getPropertyPointer() - Method in class org.apache.torque.generator.source.ModelNodePointer
 
getPropertyType() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Returns the class of the property.
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.
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 none is given.
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.AbstractConfigurationProvider
 
getResourceInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access a resource file.
getRoot() - Method in class org.apache.torque.generator.source.stream.XmlSourceSaxHandler
Returns the root element of the tree.
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.
getSiblingIteratorPositionedOnSelf(SourceElement, SourceElement) - Static method in class org.apache.torque.generator.source.SourcePath
Returns a ListIterator of the siblings of the input source element.
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.template.velocity.TorqueGenVelocity
Returns the current source element, if it is a SourceElement.
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.groovy.TorqueGenGroovy
Returns the currently processed source file.
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 pre-process the sources before generating.
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, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
Returns a FileSourceSaxHandlers for reading the configuration of file sources.
getSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.
getSourceSaxHandler(ConfigurationProvider, UnitDescriptor, 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.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.
getSuffixList() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Returns the list of all possible suffixes for field and method names.
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.AbstractConfigurationProvider
 
getTemplateInputStream(String) - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Creates a reader to access a template.
getTemplateNames() - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
 
getTemplateNames() - Method in interface org.apache.torque.generator.configuration.ConfigurationProvider
Lists all available template names.
getTemplateNames() - Method in class org.apache.torque.generator.configuration.DirectoryConfigurationProvider
 
getTemplateNames() - Method in class org.apache.torque.generator.configuration.JarConfigurationProvider
 
getTemplateSetName() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns the name of the template set.
getTemplatesFilenameExtensionsForScan() - Method in class org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
Returns the filename extensions for templates which define outlets of this type.
getTemplatesFilenameExtensionsForScan() - Method in class org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
Returns the filename extensions for templates which define outlets of this type.
getTemplatesFilenameExtensionsForScan() - Method in class org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
Returns the filename extensions for templates which define outlets of this type.
getTemplatesFilenameExtensionsForScan() - Method in interface org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
Returns the filename extensions for templates which define outlets of this type.
getTemplatesFilenameExtensionsForScan() - Method in class org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
Returns the filename extensions for templates which define outlets of this type.
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.
getThisGenerationSourceChecksums() - Method in class org.apache.torque.generator.control.ControllerState
Returns the checksums of the source files for this generation run.
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 class org.apache.torque.generator.configuration.controller.Output
Returns the type of the produced output, e.g.
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.GroovyOutletSaxHandlerFactory
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.
getUnitDescriptor() - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
Returns the description of the generation unit.
getUnitDescriptor() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Returns the description of the generation unit.
getUnitDescriptor() - Method in class org.apache.torque.generator.configuration.source.SourceSaxHandler
Returns the description of the generation unit.
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.source.SourceElementAttributePointer
 
getValue() - Method in class org.apache.torque.generator.source.SourcePathPointer
 
getValue() - Method in class org.apache.torque.generator.variable.Variable
Returns the value of the variable,
getVariable(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
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.
getVariable(String, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
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 work 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 work 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 work directory where the generator can store internal files.
getWrapAfterCharacters() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
 
GLOBAL - org.apache.torque.generator.variable.Variable.Scope
The variable is visible throughout the whole generation process.
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.
GroovyOutlet - Class in org.apache.torque.generator.template.groovy
A Outlet which uses groovy for generation.
GroovyOutlet(QualifiedName, ConfigurationProvider, String, String) - Constructor for class org.apache.torque.generator.template.groovy.GroovyOutlet
Constructs a new GroovyOutlet.
GroovyOutletSaxHandlerFactory - Class in org.apache.torque.generator.configuration.outlet
Creates Groovy outlet SAX handlers.
GroovyOutletSaxHandlerFactory() - Constructor for class org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
 
GroovyScriptOutlet - Class in org.apache.torque.generator.template.groovy
A Outlet which uses a groovy script for generation.
GroovyScriptOutlet(QualifiedName, ConfigurationProvider, String, String) - Constructor for class org.apache.torque.generator.template.groovy.GroovyScriptOutlet
Constructs a new GroovyScriptOutlet.
GroovyTemplateOutlet - Class in org.apache.torque.generator.template.groovy
A Outlet which uses a groovy template for generation.
GroovyTemplateOutlet(QualifiedName, ConfigurationProvider, String, String) - Constructor for class org.apache.torque.generator.template.groovy.GroovyTemplateOutlet
Constructs a new GroovyTemplateOutlet.

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.ModelNodePointer
 
hashCode() - Method in class org.apache.torque.generator.source.PostprocessorDefinition
 
hashCode() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
hashCode() - Method in class org.apache.torque.generator.source.SourcePathPointer
 
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.
HtmlOutputType - Class in org.apache.torque.generator.control.outputtype
The output type for HTML output.
HtmlOutputType() - Constructor for class org.apache.torque.generator.control.outputtype.HtmlOutputType
 

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 "include" tag.
INFO - org.apache.torque.generator.configuration.controller.Loglevel
Loglevel info.
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
 
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.
INPUT_CLASS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "class" of the "input" tag.
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.
INTEGER - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype INTEGER.
intOption(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the option with the given key as int value.
intOption(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key as int value.
isActual() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
isActualProperty() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
isAddDebuggingInfoToOutput() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns whether to add debug information to the output.
isAddDebuggingInfoToOutput() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns whether debugging info should be added to the output.
isByteArrayResult() - Method in class org.apache.torque.generator.outlet.OutletResult
Returns whether the result type is byte array.
isCollection() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
isCollection() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
isCollection() - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
isCombineSources() - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Returns whether all sources are be loaded into one new Element.
isContainer() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
This type of node is auxiliary.
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.configuration.PackageResources
Returns whether the queried package exists in the class path.
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.ConfigurableClassSaxHandler
Returns the configuration filled with the contents of the parsed snippet.
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.
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.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.
isLeaf() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
isLeaf() - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
isOptionsInBinding() - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Returns whether all options which namespaces are visible to the name space of this outlet are put into the binding.
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.
isPropertyAccessible() - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
 
isRoot() - Method in class org.apache.torque.generator.qname.Namespace
Returns whether this namespace is the root namespace.
isRunOnlyOnSourceChange() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Returns true if only the sources should be processed which have changed since last generation.
isRunOnlyOnSourceChange() - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Returns true if only the sources should be processed which have changed since last generation.
isSourceAttributesInBinding() - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Returns whether the attributes of the current source element are put into the binding.
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.
isVariablesInBinding() - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Returns whether all variables which are visible to this outlet are put into the binding.
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.
iteratePointer(Object, String, Object, 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.

J

JAR - org.apache.torque.generator.configuration.UnitDescriptor.Packaging
the generation unit is provided as a jar file .
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
JAVA_OBJECT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype JAVA_OBJECT.
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
 
JavaOutputType - Class in org.apache.torque.generator.control.outputtype
The output type for java output.
JavaOutputType() - Constructor for class org.apache.torque.generator.control.outputtype.JavaOutputType
 
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, UnitDescriptor, 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 - Static variable in class org.apache.torque.generator.control.outputtype.HtmlOutputType
The unique key of the output type.
KEY - Static variable in class org.apache.torque.generator.control.outputtype.JavaOutputType
The unique key of the output type.
KEY - Static variable in class org.apache.torque.generator.control.outputtype.PropertiesOutputType
The unique key of the output type.
KEY - Static variable in class org.apache.torque.generator.control.outputtype.UnknownOutputType
The unique key of the output type.
KEY - Static variable in class org.apache.torque.generator.control.outputtype.XmlOutputType
The unique key of the output type.
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

LAST_SOURCE_CHANGE_CACHE_FILE - Static variable in class org.apache.torque.generator.control.Controller
The file in the work directory where last source changes are stored.
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
 
Log4j2LoggingAdapter - Class in org.apache.torque.generator.configuration.controller
Allows reading and setting the current loglevel using log4j2.
Log4j2LoggingAdapter() - Constructor for class org.apache.torque.generator.configuration.controller.Log4j2LoggingAdapter
 
Log4jLoggingAdapter - Class in org.apache.torque.generator.configuration.controller
Allows reading and setting the current loglevel using log4j.
Log4jLoggingAdapter() - Constructor for class org.apache.torque.generator.configuration.controller.Log4jLoggingAdapter
 
LoggingAdapter - Interface in org.apache.torque.generator.configuration.controller
Allows reading and setting the current loglevel.
Loglevel - Enum in org.apache.torque.generator.configuration.controller
The possible log levels.
LONGVARBINARY - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype LONGVARBINARY.
LONGVARCHAR - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype LONGVARCHAR.

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(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
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(String, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
Processes the mergepoint with the given name.
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_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, UnitDescriptor, 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
 
MODEL_NODE_FACTORY_ORDER - Static variable in class org.apache.torque.generator.source.ModelNodeFactory
factory order constant
ModelNodeFactory - Class in org.apache.torque.generator.source
Implements NodePointerFactory for JavaBeans.
ModelNodeFactory() - Constructor for class org.apache.torque.generator.source.ModelNodeFactory
 
ModelNodePointer - Class in org.apache.torque.generator.source
A Pointer that points to a Java Object or a collection.
ModelNodePointer(NodePointer, QName, Object, JXPathBeanInfo, Class<?>) - Constructor for class org.apache.torque.generator.source.ModelNodePointer
Create a new BeanPointer.
ModelNodePointer(QName, Object, JXPathBeanInfo, Class<?>, Locale) - Constructor for class org.apache.torque.generator.source.ModelNodePointer
Create a new BeanPointer.
ModelPropertyPointer - Class in org.apache.torque.generator.source
Pointer pointing to a property or field of a JavaBean.
ModelPropertyPointer(NodePointer, JXPathBeanInfo, Class<?>) - Constructor for class org.apache.torque.generator.source.ModelPropertyPointer
Create a new BeanPropertyPointer.
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(List<String>) - Constructor for class org.apache.torque.generator.qname.Namespace
Creates a namespace from a hierarchical List of namespace parts.
Namespace(Namespace) - Constructor for class org.apache.torque.generator.qname.Namespace
Copy-Contructor.
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
 
NO_CHECKSUM_CONTENT - Static variable in class org.apache.torque.generator.control.Controller
The content of checksum files if no checksum can be computed.
NoSuchPropertyException - Exception in org.apache.torque.generator.source.transform.model
Indicates that an attempt was made to access a property which does not exist.
NoSuchPropertyException(Object, String, List<String>, List<String>) - Constructor for exception org.apache.torque.generator.source.transform.model.NoSuchPropertyException
Constructor.
NoSuchPropertyException(String) - Constructor for exception org.apache.torque.generator.source.transform.model.NoSuchPropertyException
Constructor.
now() - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the current date.
now() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the current date.
NULL - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype NULL.
NULL_ATTRIBUTE_FIELD_NAME - Static variable in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
The field name in the model which is filled if the attribute name null appears in the source graph.
NULL_KEY_BINDING_NAME - Static variable in class org.apache.torque.generator.template.groovy.GroovyOutlet
The key under which the null attribute of a source element is put into the binding.
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.
NUMERIC - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype NUMERIC.

O

option(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Returns the option with the given key.
option(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Returns the option with the given key.
Option - Interface in org.apache.torque.generator.option
An option used in the code generation process.
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, UnitDescriptor) - 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, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
Constructs an OptionImpl from the String representation of a QualifiedName and a value.
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(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.control.outputtype - package org.apache.torque.generator.control.outputtype
This package defines the known types of output.
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.source.transform.model - package org.apache.torque.generator.source.transform.model
This package provides the ability to create a typed source model.
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.groovy - package org.apache.torque.generator.template.groovy
This package contains the handling of groovy 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.
OTHER - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype OTHER.
Outlet - Interface in org.apache.torque.generator.outlet
Generates String output from the AST.
OUTLET - org.apache.torque.generator.variable.Variable.Scope
The scope of the variable is limited to the current outlet.
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_BINDING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "optionsInBinding" 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_BINDING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.
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_TEMPLATE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "template" of 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_BINDING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Attribute name for the attribute "variablesInBinding" 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>, UnitDescriptor) - 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, UnitDescriptor, 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(byte[]) - Constructor for class org.apache.torque.generator.outlet.OutletResult
Constructor for a byte array result.
OutletResult(String) - Constructor for class org.apache.torque.generator.outlet.OutletResult
Constructor for a String result.
OUTLETS_TAG - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
Tag name for the "outlets" tag.
OutletSaxHandler - Class in org.apache.torque.generator.configuration.outlet
Handles a outlet declaration within the outlet configuration.
OutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
Creates a OutletSaxHandler.
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, UnitDescriptor) - 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, UnitDescriptor, ConfigurationHandlers) - Constructor for class org.apache.torque.generator.configuration.controller.OutputSaxHandler
Constructor.
OutputType - Interface in org.apache.torque.generator.control.outputtype
An interface describing the type of output produced by the generator.

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.
PackageResources - Class in org.apache.torque.generator.configuration
A Container of resources which contain a specific package.
PackageResources(String, ClassLoader) - Constructor for class org.apache.torque.generator.configuration.PackageResources
Constructor, finds the resources for a certain package.
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.
POSTPROCESSOR_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "postprocessor" tag.
PostprocessorDefinition - Class in org.apache.torque.generator.source
All necessary informations for postprocessing the result.
PostprocessorDefinition(StringProcessor) - Constructor for class org.apache.torque.generator.source.PostprocessorDefinition
Constructor.
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 class org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
Converts Windows CR/LF character sequences to Unix LF sequences.
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.UnixLinefeedProcessor
Converts Windows CR/LF character sequences to Unix LF sequences.
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
 
PropertiesOutputType - Class in org.apache.torque.generator.control.outputtype
The output type for properties output.
PropertiesOutputType() - Constructor for class org.apache.torque.generator.control.outputtype.PropertiesOutputType
 
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
 
PropertyAccess - Class in org.apache.torque.generator.source.transform.model
Accesses properties of java classes by reflection.
PropertyAccess(Object, String) - Constructor for class org.apache.torque.generator.source.transform.model.PropertyAccess
Constructs a reflection access to a property of an object.
PropertyAccess(Object, String, List<String>, List<String>) - Constructor for class org.apache.torque.generator.source.transform.model.PropertyAccess
Constructs a reflection access to a property of an object.
PropertyNotReadableException - Exception in org.apache.torque.generator.source.transform.model
Indicates that an attempt was made to read a property which is not readable.
PropertyNotReadableException(Object, String) - Constructor for exception org.apache.torque.generator.source.transform.model.PropertyNotReadableException
Constructor.
PropertyNotReadableException(Object, String, String) - Constructor for exception org.apache.torque.generator.source.transform.model.PropertyNotReadableException
Constructor.
PropertyNotWriteableException - Exception in org.apache.torque.generator.source.transform.model
Indicates that an attempt was made to write a property which is not writeable.
PropertyNotWriteableException(Object, String) - Constructor for exception org.apache.torque.generator.source.transform.model.PropertyNotWriteableException
Constructor.
PropertyNotWriteableException(Object, String, String) - Constructor for exception org.apache.torque.generator.source.transform.model.PropertyNotWriteableException
Constructor.
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, UnitDescriptor, ConfigurationHandlers) - Method in class org.apache.torque.generator.configuration.controller.ControlConfigurationXmlParser
Reads the controller configuration out of a configurationProvider.
readFromFile(File) - Method in class org.apache.torque.generator.control.Checksums
 
readOutletConfiguration(ConfigurationProvider, ConfigurationHandlers, UnitDescriptor) - 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 .
REAL - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype REAL.
REF - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype REF.
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() - Method in class org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
 
remove() - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
remove() - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
Removes the attribute pointed to.
remove() - Method in class org.apache.torque.generator.source.stream.FileSourceProvider
 
remove(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
Removes the mapping for the supplied key, if this mapping exists.
remove(Variable) - Method in class org.apache.torque.generator.variable.VariableStore
removes a variable from the store.
RemoveUnusedImportsProcessor - Class in org.apache.torque.generator.processor.string
Tries to remove unused imports
RemoveUnusedImportsProcessor() - Constructor for class org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
 
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.groovy.TorqueGenGroovy
Resets the counter accessible though getCounter() back to 1.
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 merge point 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.
setAddDebuggingInfoToOutput(boolean) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets whether to add debug information to the output.
setAddDebuggingInfoToOutput(boolean) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets whether debugging info should be added to the output.
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.
setCacheDir(File) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
Sets the cache directory where the torque generator can store internal files, relative to the current directory, or absolute.
setCacheDirectory(File) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the cache directory where the generator can store internal files.
setChecksum(String, byte[]) - Method in class org.apache.torque.generator.control.Checksums
 
setClassLoader(ClassLoader) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the class loader to use by the generator when accessing the templates or classes defined within the templates.
setClassLoader(ClassLoader) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the class loader to use by the generator when accessing the templates or classes defined within the templates.
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.
setIgnoreUnknownAttributes(boolean) - Method in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Sets whether to ignore unknown attributes in the source tree.
setIgnoreUnknownElements(boolean) - Method in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Sets whether to ignore unknown elements in the source tree.
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.
setIndex(int) - Method in class org.apache.torque.generator.source.ModelPropertyPointer
 
setInheritsFrom(UnitDescriptor) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets the descriptor of the generation unit from which this generation unit inherits.
setInputClass(String) - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Sets the class name of the input root object in the delegate.
setInputClass(String) - Method in interface org.apache.torque.generator.outlet.Outlet
Sets the fully qualified name of the input model root class.
setInputClass(String) - Method in class org.apache.torque.generator.outlet.OutletImpl
 
setInputElementName(String) - Method in class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Sets the name of the input root element in the delegate.
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
 
setLoggingAdapter(LoggingAdapter) - Static method in enum org.apache.torque.generator.configuration.controller.Loglevel
Sets the logging adapter.
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.controller.DummyLoggingAdapter
Does nothing except logging the argument.
setLoglevel(Loglevel) - Method in class org.apache.torque.generator.configuration.controller.Log4j2LoggingAdapter
Sets the loglevel to the given loglevel by changing the level of the log4j root logger.
setLoglevel(Loglevel) - Method in class org.apache.torque.generator.configuration.controller.Log4jLoggingAdapter
Sets the loglevel to the given loglevel by changing the level of the log4j root logger.
setLoglevel(Loglevel) - Method in interface org.apache.torque.generator.configuration.controller.LoggingAdapter
Sets the loglevel to the given loglevel.
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 class org.apache.torque.generator.outlet.DebuggingOutletWrapper
Sets an mergepoint mapping in the delegate.
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.
setModel(Object, String) - Method in class org.apache.torque.generator.control.ControllerState
Sets the current source model object.
setModelRoot(Object) - Method in class org.apache.torque.generator.control.ControllerState
Sets the root object of the current source.
setModelRootClass(String) - Method in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Sets the class which the model root must have.
setModificationDate(String, Date) - Method in class org.apache.torque.generator.control.Checksums
 
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.
setOptionsInBinding(boolean) - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Tells the outlet to put all options which name space is visible to the namespace of this outlet into the binding.
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.
setPathToModel(String) - Method in class org.apache.torque.generator.control.ControllerState
Sets the path from the model root to the current model.
setPosition(int) - Method in class org.apache.torque.generator.source.SourceElementAttributeIterator
 
setPosition(int) - Method in class org.apache.torque.generator.source.SourceElementNodeIterator
 
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.
setProperty(Object) - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Sets the property on the target object to a given value.
setPropertyIndex(int) - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Selects a property by its offset in the alphabetically sorted list.
setPropertyName(String) - Method in class org.apache.torque.generator.source.ModelPropertyPointer
Select a property by name.
setPropertyStrict(Object) - Method in class org.apache.torque.generator.source.transform.model.PropertyAccess
Sets the property on the target object to a given value.
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.
setRunOnlyOnSourceChange(boolean) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets whether only the sources should be processed which have changed since last generation.
setRunOnlyOnSourceChange(boolean) - Method in class org.apache.torque.generator.configuration.UnitDescriptor
Sets whether only the sources should be processed which have changed since last generation.
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, UnitDescriptor) - 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.
setSourceAttributesInBinding(boolean) - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Tells the outlet to put the attributes of the current source element into the binding or not.
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.
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.
setTemplateSetName(String) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
Sets the name of the template set.
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.
setType(String) - Method in class org.apache.torque.generator.configuration.controller.Output
Sets the type of the produced output, e.g.
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.source.ModelPropertyPointer
If index == WHOLE_COLLECTION, change the value of the property, otherwise change the value of the index'th element of the collection represented by the property.
setValue(Object) - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
Sets the value of this attribute.
setValue(Object) - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
setValue(Object) - Method in class org.apache.torque.generator.variable.Variable
Sets the value of the variable.
setVariable(String, Object) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
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.groovy.TorqueGenGroovy
Sets a variable.
setVariable(String, Object, String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
Sets a 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.
setVariablesInContext(boolean) - Method in class org.apache.torque.generator.template.groovy.GroovyOutlet
Tells the outlet to put all variables which are visible to this outlet into the binding.
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 work 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 work 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
 
SMALLINT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype SMALLINT.
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
An element in the source graph.
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, UnitDescriptor) - 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
 
SourceElementAttributeIterator - Class in org.apache.torque.generator.source
A node iterator iterating over attributes of a SourceElement.
SourceElementAttributeIterator(NodePointer, QName) - Constructor for class org.apache.torque.generator.source.SourceElementAttributeIterator
Create a new SourceElementAttributeIterator.
SourceElementAttributePointer - Class in org.apache.torque.generator.source
A node pointer pointing to an attribute of a SourceElement.
SourceElementAttributePointer(NodePointer, SourceElement, String) - Constructor for class org.apache.torque.generator.source.SourceElementAttributePointer
Constructor.
SourceElementName - Interface in org.apache.torque.generator.source
An interface for a class respresenting the name of a source element.
SourceElementNodeIterator - Class in org.apache.torque.generator.source
A node iterator iterating over children of a SourceElement.
SourceElementNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Constructor for class org.apache.torque.generator.source.SourceElementNodeIterator
Create a new DOMNodeIterator.
SourceElementNodePointer - Class in org.apache.torque.generator.source
A node pointer pointing to a SourceElement.
SourceElementNodePointer(NodePointer, SourceElement) - Constructor for class org.apache.torque.generator.source.SourceElementNodePointer
 
SourceElementNodePointer(SourceElement, Locale) - Constructor for class org.apache.torque.generator.source.SourceElementNodePointer
 
SourceElementNodePointerFactory - Class in org.apache.torque.generator.source
A node pointer factory for SourceElements.
SourceElementNodePointerFactory() - Constructor for class org.apache.torque.generator.source.SourceElementNodePointerFactory
 
SourceElementToModelTransformer - Class in org.apache.torque.generator.source.transform
A Source transformer transforming a SourceElement graph to a typed model.
SourceElementToModelTransformer() - Constructor for class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Standard constructor.
SourceElementToModelTransformer(Class<?>) - Constructor for class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
Constructor defining the model root class.
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(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.
SourceException(Throwable) - Constructor for exception org.apache.torque.generator.source.SourceException
Constructs a SourceException which wraps another exception.
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.
SourcePathPointer - Class in org.apache.torque.generator.source
A class containing the value and the path to an object in a model graph
SourcePathPointer(Object, String) - Constructor for class org.apache.torque.generator.source.SourcePathPointer
 
SourceProcessConfiguration - Class in org.apache.torque.generator.source
Contains the information 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, UnitDescriptor, 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) - 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(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.
SourceTransformerException(Throwable) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
Constructs a SourceTransformerException which wraps another exception.
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.ConfigurableClassSaxHandler
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.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.
StringToBooleanConverter - Class in org.apache.torque.generator.source.transform.model
Converts a String to a Boolean.
StringToBooleanConverter() - Constructor for class org.apache.torque.generator.source.transform.model.StringToBooleanConverter
 
STRUCT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype STRUCT.
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.
testNode(NodeTest) - Method in class org.apache.torque.generator.source.SourceElementAttributePointer
 
testSourceElement(NodeTest) - Method in class org.apache.torque.generator.source.SourceElementNodePointer
 
testSourceElement(SourceElement, NodeTest) - Static method in class org.apache.torque.generator.source.SourceElementNodePointer
Test a Node.
ThreeWayMerger - Class in org.apache.torque.generator.merge
Can execute a three-way merge.
ThreeWayMerger() - Constructor for class org.apache.torque.generator.merge.ThreeWayMerger
 
TIME - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype TIME.
TIMESTAMP - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype TIMESTAMP.
TINYINT - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype TINYINT.
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_BINDING_NAME - Static variable in class org.apache.torque.generator.template.groovy.GroovyOutlet
The name under which the Torque generator interface will be put into the binding.
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.
TorqueGenGroovy - Class in org.apache.torque.generator.template.groovy
This class acts as an interface to the Torque generator from the templates.
TorqueGenGroovy(GroovyOutlet, ControllerState) - Constructor for class org.apache.torque.generator.template.groovy.TorqueGenGroovy
Constructs a generator interface within the given controllerState.
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.outlet.OutletResult
 
toString() - Method in class org.apache.torque.generator.processor.string.CharReplacer
 
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.PostprocessorDefinition
 
toString() - Method in class org.apache.torque.generator.source.SourceElement
 
toString() - Method in class org.apache.torque.generator.source.SourcePathPointer
 
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.
TRACE - org.apache.torque.generator.configuration.controller.Loglevel
Loglevel trace.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.AttributeTransformer
Adds attributes to the sourceElement according to the transformDefinition.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
Fills the target attribute according to the settings.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.CopyAttributeTransformer
Fills the target attribute according to the settings.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.GetterSetterNameTransformer
Fills the target attributes according to the settings.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
Loads the additional source into the current source graph.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
Loads the additional source into the current source graph.
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.SourceElementToModelTransformer
 
transform(Object, ControllerState) - Method in class org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
Performs the transformation.
transform(Object, ControllerState) - Method in interface org.apache.torque.generator.source.transform.SourceTransformer
Transforms one source root into another source root.
TRANSFORMER_TAG - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
Tag name for the "transformer" tag.
transformSource(Object, List<SourceTransformerDefinition>, ControllerState) - Method in class org.apache.torque.generator.control.Controller
Applies all transformer 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, UnitDescriptor) - 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
 
TYPE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.controller.OutputConfigurationTags
Attribute name for the "type" attribute.
TypeConverter - Interface in org.apache.torque.generator.source.transform.model
Converts a type to another type.
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, loglevel and addDebuggingInfoToOutput.
UnitDescriptor.Packaging - Enum in org.apache.torque.generator.configuration
Possible packaging forms of a unit of generation.
UnixLinefeedProcessor - Class in org.apache.torque.generator.processor.string
Converts Windows CR/LF character sequences to Unix LF sequences.
UnixLinefeedProcessor() - Constructor for class org.apache.torque.generator.processor.string.UnixLinefeedProcessor
 
UnknownOutputType - Class in org.apache.torque.generator.control.outputtype
An output type which is used if no other output type is defined.
UnknownOutputType() - Constructor for class org.apache.torque.generator.control.outputtype.UnknownOutputType
 
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.
VARBINARY - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype VARBINARY.
VARCHAR - org.apache.torque.generator.jdbc.SchemaType
JDBC Datatype VARCHAR.
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

WARN - org.apache.torque.generator.configuration.controller.Loglevel
Loglevel warn.
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 where the results of the last generation will be stored.
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
 
writeToFile(File) - Method in class org.apache.torque.generator.control.Checksums
 

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.
XmlOutputType - Class in org.apache.torque.generator.control.outputtype
The output type for XML output.
XmlOutputType() - Constructor for class org.apache.torque.generator.control.outputtype.XmlOutputType
 
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 
All Classes All Packages