- GENERATOR_CONFIGURATION_NAMESPACE - Static variable in class org.apache.torque.generator.configuration.XMLConstants
-
The Torque generator configuration Namespace.
- GeneratorException - Exception in org.apache.torque.generator
-
This exception is the superclass of all Exceptions thrown in the Torque
generator.
- GeneratorException() - Constructor for exception org.apache.torque.generator.GeneratorException
-
Constructs a OutletException without error message.
- GeneratorException(String) - Constructor for exception org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException with the given error message.
- GeneratorException(Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException which wraps another exception.
- GeneratorException(String, Throwable) - Constructor for exception org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException which wraps another exception,
and which has its own error message.
- get(Object) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the object which is mapped to the given key.
- getAction() - Method in class org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
-
Returns the action which was configured by this handler.
- getActions() - Method in class org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Returns the list of actions executed at the mergepoint.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, 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(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
-
Returns the first child of this SourceElement which has
the given name.
- getChild(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the first child of the current source element
with the given name.
- getChildren() - Method in class org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement.
- getChildren(String) - Method in class org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement which have the given name.
- getChildren(SourceElementName) - Method in class org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement which have the given name.
- getChildren() - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns all children of the current source element.
- getChildren(String) - Method in class org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the children of the current source element with a certain name.
- 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(ControllerState) - Method in interface org.apache.torque.generator.template.TemplateOutlet
-
Returns the contents as a Template as a String.
- getContent(ControllerState) - Method in class org.apache.torque.generator.template.TemplateOutletImpl
-
- getContent() - Method in class org.apache.torque.generator.variable.VariableStore
-
Returns a map with the variables contained in this store.
- 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(SourceElement, String, boolean) - Static method in class org.apache.torque.generator.source.SourcePath
-
Gets a single source element which can be reached from the start element
by a given path.
- getElement() - Method in class org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Returns the path to the source element to which the additional sources
should be added.
- getElements(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(String, String) - Method in class org.apache.torque.generator.configuration.ClasspathConfigurationProvider
-
- getFilename() - Method in class org.apache.torque.generator.configuration.controller.Output
-
Returns the name of the file to generate.
- getFilenameExtension() - Method in class org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameExtension() - Method in interface org.apache.torque.generator.source.stream.StreamSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameExtension() - Method in class org.apache.torque.generator.source.stream.XmlSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameOutlet() - Method in class org.apache.torque.generator.configuration.controller.Output
-
Returns the reference to the outlet which should produce
the file name.
- getFiles() - Method in class org.apache.torque.generator.file.Fileset
-
Returns the names of all files matching this fileset.
- 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(QualifiedName) - Method in class org.apache.torque.generator.option.Options
-
Returns the value of the option which is closest in Hierarchy.
- getInHierarchy(Namespace) - Method in class org.apache.torque.generator.option.Options
-
Returns all mappings which live in the given name space.
- getInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the most specific entry in the map which is visible
for the provided key.
- getInHierarchy(Namespace) - Method in class org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all mappings which live in the given namespace.
- getInHierarchy(QualifiedName) - Method in class org.apache.torque.generator.variable.VariableStore
-
Returns the most specific variable which is visible from the key's
namespace and has the same name as the key's name.
- getInput(ControllerState) - Method in class org.apache.torque.generator.outlet.java.StringInputOutlet
-
Retrieves the input from the different possibilities nputValue,
inputOption, inputVariable, or inputSourceElement.
- 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(OptionName) - Method in class org.apache.torque.generator.control.ControllerState
-
Calculates the value of an option in the current outlet's context.
- getOption(String, ControllerState, Class<?>) - Static method in class org.apache.torque.generator.outlet.java.OutletUtils
-
Reads an option with a given name.
- getOption(String) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the option with the given key.
- getOptionMap() - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Returns the options map.
- getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Returns the contained options.
- getOptions(ConfigurationProvider) - Method in interface org.apache.torque.generator.configuration.option.OptionsConfiguration
-
Retrieves the configured options and returns them.
- getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
-
Reads the options from the property file given in the path and
returns them.
- getOptions(ConfigurationProvider) - Method in class org.apache.torque.generator.configuration.option.XmlOptionConfiguration
-
Reads the options from the XML file given in the path and
returns them.
- getOptions() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the options of the associated configuration unit.
- getOptionsConfiguration() - Method in class org.apache.torque.generator.configuration.option.OptionsSaxHandler
-
Returns the options configuration read by this SAX handler.
- getOptionsConfigurations() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns all options configurations.
- getOptionsInputStream(String) - Method in class org.apache.torque.generator.configuration.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(QualifiedName) - Method in class org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Returns the outlet with the name name
.
- getOutlet() - Method in class org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns the outlet being configured.
- getOutlet() - Method in class org.apache.torque.generator.control.ControllerState
-
Returns the topmost outlet in the stack of outlets.
- getOutletConfiguration() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the configuration of the outlets in this generation unit.
- getOutletConfigurationInputStream(String) - Method in class org.apache.torque.generator.configuration.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(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(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(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(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.VelocityOutletSaxHandlerFactory
-
Returns a VelocityOutletSaxHandler for reading the configuration of
Velocity outlets.
- getOutletType(Attributes) - Static method in class org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Reads the outlet type from the attributes of the outlet XML tag.
- getOutletTypes() - Method in class org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known outlet types.
- getOutput() - Method in class org.apache.torque.generator.control.ControllerState
-
Returns the output declaration which is currently processed.
- getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the output directory for a given output directory key.
- getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the output directory for a given output directory key.
- getOutputDirectory(String) - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the path to the base directory for the generated output
for the given output key.
- getOutputDirectory(String) - Method in class org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the output directory for a given output directory key.
- getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the output directory map which contains the mapping
from output directory key to output directory.
- getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the output directory map which contains the mapping
from output directory key to output directory.
- getOutputDirectoryMap() - Method in interface org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the output directory map which contains the mapping
from output directory key to output directory.
- getOutputDirectoryMap() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the output directory map which contains the mapping
from output directory key to output directory.
- getOutputDirKey() - Method in class org.apache.torque.generator.configuration.controller.Output
-
Returns the key for the output directory into which the output is
written.
- getOutputFile() - Method in class org.apache.torque.generator.configuration.controller.OutputSaxHandler
-
Returns the Configuration filled with the contents of the parsed snippet.
- getOutputFile(String, String, UnitConfiguration) - Static method in class org.apache.torque.generator.control.ControllerHelper
-
Calculates the location of the target file from the file name and
the unit configuration.
- getOutputFile() - Method in class org.apache.torque.generator.control.ControllerState
-
Returns the currently generated file.
- getOutputFiles() - Method in class org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns all output files.
- getOutputList() - Method in class org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the list of output definitions of the associated configuration
unit.
- 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(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.
- getQualifiedName() - Method in interface org.apache.torque.generator.option.Option
-
Returns the qualified name of the option.
- getQualifiedName() - Method in class org.apache.torque.generator.option.OptionImpl
-
Returns the qualified name of the option.
- getReferencedTable() - Method in class org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Returns the name of the referenced (foreign) table.
- getRemovableWrapCharacters() - Method in class org.apache.torque.generator.outlet.java.JavadocOutlet
-
- getRemoveWithoutUppercase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
-
Returns which characters are removed from the processed String.
- getRemoveWithUppercase() - Method in class org.apache.torque.generator.processor.string.Camelbacker
-
Returns the characters which are removed from the processed String
and cause the following character to be converted to upper case.
- getResource() - Method in class org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
-
Returns the parsed resource path.
- getResourceDirectory() - Method in class org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
-
- getResourceDirectory() - Method in interface org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
-
Returns the path to the directory containing the resources,
relative to the Torque generator configuration directory.
- getResourceInputStream(String) - Method in class org.apache.torque.generator.configuration.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, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
-
Returns the variable with the given key.
- getVariable(String) - Method in class org.apache.torque.generator.template.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.
- 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
-
- 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.
- Option - Interface in org.apache.torque.generator.option
-
An option used in the code generation process.
- option(String) - Method in class org.apache.torque.generator.template.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_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, String, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
-
Constructs an optionImpl from a namespace, a name and a value.
- OptionImpl(String, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
-
Constructs an OptionImpl from the String representation of
a QualifiedName and a value.
- OptionImpl(QualifiedName, Object) - Constructor for class org.apache.torque.generator.option.OptionImpl
-
Constructs an OptionImpl from a QualifiedaName and a value.
- OptionName - Interface in org.apache.torque.generator.option
-
An interface for a class representing the name of an option.
- OptionOutlet - Class in org.apache.torque.generator.outlet.java
-
Writes an option to the output.
- OptionOutlet(QualifiedName) - Constructor for class org.apache.torque.generator.outlet.java.OptionOutlet
-
Constructor.
- Options - Class in org.apache.torque.generator.option
-
A Store for all options.
- Options() - Constructor for class org.apache.torque.generator.option.Options
-
- OPTIONS_PATH_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
-
Attribute name for the "path" attribute of the "options" tag.
- OPTIONS_TAG - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
-
Tag name for the "options" tag.
- OPTIONS_TYPE_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.option.OptionTags
-
Attribute name for the "type" attribute of the "options" tag.
- OptionsConfiguration - Interface in org.apache.torque.generator.configuration.option
-
The part of the configuration which provides information to set options.
- OptionsSaxHandler - Class in org.apache.torque.generator.configuration.option
-
A SAX handler for reading the options tag in the control configuration.
- OptionsSaxHandler(OptionsConfiguration) - Constructor for class org.apache.torque.generator.configuration.option.OptionsSaxHandler
-
Constructor.
- OptionsSaxHandlerFactories - Class in org.apache.torque.generator.configuration.mergepoint
-
A registry of OptionsSaxHandlerFactories.
- OptionsSaxHandlerFactories() - Constructor for class org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
-
Constructor.
- OptionsSaxHandlerFactory - Interface in org.apache.torque.generator.configuration.option
-
Classes implementing this interface are responsible for creating
OptionsSaxHandler
s 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.
- Outlet - Interface in org.apache.torque.generator.outlet
-
Generates String output from the AST.
- OUTLET_CLASS_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "class" of the "outlet" tag.
- OUTLET_ENCODING_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "encoding" of the "outlet" tag.
- OUTLET_NAME_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "name" of the "outlet" tag.
- OUTLET_OPTIONS_IN_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(String) - Constructor for class org.apache.torque.generator.outlet.OutletResult
-
Constructor for a String result.
- OutletResult(byte[]) - Constructor for class org.apache.torque.generator.outlet.OutletResult
-
Constructor for a byte array result.
- 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.
- 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, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
-
Sets a variable.
- setVariable(String, Object, Variable.Scope, ControllerState) - Method in class org.apache.torque.generator.outlet.OutletImpl
-
Sets a variable.
- setVariable(String, Object) - Method in class org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Sets a variable.
- setVariable(String, Object, String) - 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.velocity.TorqueGenVelocity
-
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
-
- 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(SourceElement, Locale) - Constructor for class org.apache.torque.generator.source.SourceElementNodePointer
-
- SourceElementNodePointer(NodePointer, SourceElement) - 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(Throwable) - Constructor for exception org.apache.torque.generator.source.SourceException
-
Constructs a SourceException which wraps another exception.
- SourceException(String, Throwable) - Constructor for exception org.apache.torque.generator.source.SourceException
-
Constructs a SourceException which wraps another exception,
and which has its own error message.
- SourceImpl - Class in org.apache.torque.generator.source
-
The base implementation of the source interface.
- SourceImpl() - Constructor for class org.apache.torque.generator.source.SourceImpl
-
- SourcePath - Class in org.apache.torque.generator.source
-
Methods for traversing a source tree.
- 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
SourceSaxHandler
s 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(Throwable) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException which wraps another exception.
- SourceTransformerException(String, Throwable) - Constructor for exception org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException which wraps another exception,
and which has its own error message.
- 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
-
- SYSTEM_ID_ATTRIBUTE - Static variable in class org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "systemId" attribute.