Index
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form
A
- AbstractConfigurationProvider - Klasse in org.apache.torque.generator.configuration
-
A base class for all ConfigurationProvider implementations.
- AbstractConfigurationProvider(TorqueGeneratorPaths) - Konstruktor für Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
-
Constructor.
- accept(File) - Methode in Klasse org.apache.torque.generator.file.WildcardFilter
-
Returns whether a file matches the criteria of this filter.
- accept(Object, Class<?>) - Methode in Klasse org.apache.torque.generator.source.transform.model.StringToBooleanConverter
- accept(Object, Class<?>) - Methode in Schnittstelle org.apache.torque.generator.source.transform.model.TypeConverter
-
Returns true if and only if the converter can convert the passed value to the passed class.
- ACTION_ACCEPT_EMPTY_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "acceptEmpty" attribute of the "action" tag.
- ACTION_ACCEPT_NOT_SET_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "acceptNotSet" attribute of the "action" tag.
- ACTION_ATTRIBUTE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "attribute" attribute of the "action" tag.
- ACTION_ELEMENT_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "element" attribute of the "action" tag.
- ACTION_OPTION_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "option" attribute of the "action" tag.
- ACTION_OUTLET_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "outlet" attribute of the "action" tag.
- ACTION_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Tag name for the "action" tag.
- ACTION_TYPE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "type" attribute of the "action" tag.
- ACTION_VALUE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "value" attribute of the "action" tag.
- ActionSaxHandler - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A SAX Handler which handles for the action element in mergepoints.
- ActionSaxHandler(MergepointAction, ConfigurationProvider, UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
-
Constructor.
- ActionSaxHandlerFactories - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A registry of ActionSaxHandlerFactories.
- ActionSaxHandlerFactories() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
-
Constructor.
- ActionSaxHandlerFactory - Schnittstelle in org.apache.torque.generator.configuration.mergepoint
-
Classes implementing this interface are responsible for creating
ActionSaxHandler
s for a specific action type. - addAction(MergepointAction) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Adds an action to this mergepont mapping at the end of the action list.
- addEntityReference(String, byte[]) - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferences
-
Adds a new entity reference.
- addGlobalOptions(Collection<Option>) - Methode in Klasse org.apache.torque.generator.option.Options
-
Adds several options with global scope.
- addMergepointMapping(MergepointMapping) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Adds the mergepoint mapping to the delegate.
- addMergepointMapping(MergepointMapping) - Methode in Klasse org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
- addMergepointMapping(MergepointMapping) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Adds an mergepoint mapping to the outlet.
- addMergepointMapping(MergepointMapping) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Adds an mergepoint mapping to the outlet.
- addOutlet(Outlet, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Adds a outlet.
- addUnit(UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Adds a unit of generation to the configuration.
- addUnits(List<UnitDescriptor>) - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Adds several units of generation to the configuration.
- afterExecute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Calls the afterExecute method in the delegate.
- afterExecute(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Adjusts the state of the Controller after generation.
- afterExecute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- afterGeneration(String, String, Charset, OutletResult, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
-
Processes the results of the generation.
- afterGeneration(String, String, Charset, OutletResult, UnitConfiguration) - Methode in Schnittstelle org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
-
Processes the results of the generation.
- afterGeneration(String, String, Charset, OutletResult, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
-
Processes the results of the generation.
- afterGeneration(String, String, Charset, OutletResult, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
-
Processes the results of the generation.
- AppendToTargetFileStrategy - Klasse in org.apache.torque.generator.control.existingtargetstrategy
-
A handler which implements the strategy to append the generation result to the existing target files.
- AppendToTargetFileStrategy() - Konstruktor für Klasse org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
- apply() - Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Applies the log level.
- ApplyAction - Klasse in org.apache.torque.generator.control.action
-
Applies an outlet to the matching element.
- ApplyAction(String, String, Boolean) - Konstruktor für Klasse org.apache.torque.generator.control.action.ApplyAction
-
Constructor.
- ApplyActionSaxHandler - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A SAX handler which reads the configuration for a ApplyAction and creates and configures the Action according to the values in the configuration XML.
- ApplyActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandler
-
Creates a ApplyActionSaxHandler for reading the configuration of a ApplyAction.
- ApplyActionSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A Factory which creates a SAX handler for an ApplyAction.
- ApplyActionSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
- ARRAY - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype ARRAY.
- asPath() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- attributeIterator(QName) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- ATTRIBUTES_MERGEPOINT_NAME - Statische Variable in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
-
The name of the mergepoint which contains the javadoc attributes.
- AttributeTransformer - Klasse in org.apache.torque.generator.source.transform
-
Adds or replaces attributes in a SourceElement according to a definition file.
- AttributeTransformer(Reader) - Konstruktor für Klasse org.apache.torque.generator.source.transform.AttributeTransformer
-
Constructor.
B
- BeanPropertyMethodNameTransformer - Klasse in org.apache.torque.generator.source.transform
-
Converts a source element Attribute such that it can be used as method name.
- BeanPropertyMethodNameTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Constructor.
- beforeExecute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Calls the beforeExecute method in the delegate.
- beforeExecute(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Adjusts the state of the Controller before generation.
- beforeExecute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- beforeGeneration(String, String, Charset, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
-
Will be called before the generation is started and decides whether the generation process for this file should proceed.
- beforeGeneration(String, String, Charset, UnitConfiguration) - Methode in Schnittstelle org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
-
Will be called before the generation is started and decides whether the generation process for this file should proceed.
- beforeGeneration(String, String, Charset, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
-
Will be called before the generation is started and decides whether the generation process for this file should proceed.
- beforeGeneration(String, String, Charset, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
-
Will be called before the generation is started and decides whether the generation process for this file should proceed.
- beforeGeneration(String, String, Charset, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
-
Will be called before the generation is started and decides whether the generation process for this file should proceed.
- BIGINT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype BIGINT.
- BINARY - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype BINARY.
- BIT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype BIT.
- BLOB - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype BLOB.
- BODY_MERGEPOINT_NAME - Statische Variable in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
-
The name of the mergepoint which output is used as javadoc body.
- BOOLEANCHAR - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype CHAR interpreted as Boolean.
- BOOLEANINT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype INTEGER interpreted as Boolean.
- booleanOption(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the option with the given key as boolean value.
- booleanOption(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the option with the given key as boolean value.
C
- CACHE_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default cache directory.
- Camelbacker - Klasse in org.apache.torque.generator.processor.string
-
Creates a String in CaMelBaCk case from a String with special characters
- Camelbacker() - Konstruktor für Klasse org.apache.torque.generator.processor.string.Camelbacker
- CamelbackOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Transform a String to its camelback version.
- CamelbackOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Constructor.
- canHandle(String, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
- canHandle(String, UnitDescriptor) - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory
-
Returns whether the handler can create OutletSaxHandlers for the given type.
- CARRIAGE_RETURN - Statische Variable in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
The carriage return char '\r'.
- CHAR - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype CHAR.
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
-
Receive notification of character data inside an element.
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.controller.OutputSaxHandler
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandler
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
- characters(char[], int, int) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- CharReplacer - Klasse in org.apache.torque.generator.processor.string
-
Replaces characters by a String.
- CharReplacer() - Konstruktor für Klasse org.apache.torque.generator.processor.string.CharReplacer
- checkInit() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Checks whether the current settings are valid.
- checkLogging() - Methode in Klasse org.apache.torque.generator.control.Controller
-
Initializes the Logging.
- Checksums - Klasse in org.apache.torque.generator.control
-
Stores Checksums and dates of the checksums, keyed by a String.
- Checksums() - Konstruktor für Klasse org.apache.torque.generator.control.Checksums
- childIterator(NodeTest, boolean, NodePointer) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- CHILDREN - Enum-Konstante in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
The scope of the variable is the current outlet and recursively all the outlets in the merge points accessed in the generation process.
- CLASS_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "class" attribute of the "transformer" and "postprocessor tags.
- ClassHelper - Klasse in org.apache.torque.generator.configuration
-
Helper for instantiating classes.
- CLASSNAME_MERGEPOINT_NAME - Statische Variable in Klasse org.apache.torque.generator.outlet.java.JavaFilenameOutlet
-
The name of the merge point which provides the file name.
- CLASSPATH - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
the generation unit is provided in the classpath.
- ClasspathConfigurationProvider - Klasse in org.apache.torque.generator.configuration
-
Provides InputStreams to read a configuration of a unit of generation from a jar file.
- ClasspathConfigurationProvider(UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
-
Constructor.
- clear() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Removes all mappings from this map.
- clear() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Removes all variables from this store.
- CLOB - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype CLOB.
- ColumnMetadata - Klasse in org.apache.torque.generator.source.jdbc
-
The data retrieved about a column as read from JDBC Metadata.
- ColumnMetadata(String, Integer, Integer, Integer, String, Integer) - Konstruktor für Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Constructor.
- COMBINE_FILES_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "combineFiles" attribute.
- CombinedFileSource - Klasse in org.apache.torque.generator.source.stream
-
A source which uses several files as input and combines them into one file.
- CombinedFileSource(Collection<FileSource>) - Konstruktor für Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Constructor.
- compareChildNodePointers(NodePointer, NodePointer) - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- compareChildNodePointers(NodePointer, NodePointer) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- concatenate(Iterable<OutletResult>) - Statische Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Concatenates a list of OutletResults.
- concatenate(OutletResult...) - Statische Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Concatenates an array of OutletResults.
- CONFIG_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default configuration root directory, relative to the project root.
- ConfigurableClassSaxHandler<T> - Klasse in org.apache.torque.generator.configuration.source
-
Reads a configurable class from the controller configuration file.
- ConfigurableClassSaxHandler(ConfigurationProvider, UnitDescriptor, String) - Konstruktor für Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
-
Constructor.
- Configuration - Klasse in org.apache.torque.generator.configuration
-
The configuration class keeps the complete configuration needed for the generation process.
- Configuration() - Konstruktor für Klasse org.apache.torque.generator.configuration.Configuration
- CONFIGURATION_SCHEMA_SYSTEMID - Statische Variable in Klasse org.apache.torque.generator.configuration.ConfigurationEntityResolver
-
The SystemId of the configuration schema.
- ConfigurationEntityResolver - Klasse in org.apache.torque.generator.configuration
-
A resolver to get the confoguration.xsd file for the XML parser from the jar.
- ConfigurationEntityResolver() - Konstruktor für Klasse org.apache.torque.generator.configuration.ConfigurationEntityResolver
- ConfigurationException - Ausnahmeklasse in org.apache.torque.generator.configuration
-
This exception is thrown if the Torque generator cannot access its configuration or if an error occurs accessing the configuration.
- ConfigurationException() - Konstruktor für Ausnahmeklasse org.apache.torque.generator.configuration.ConfigurationException
-
Constructs a ConfigurationException without error message.
- ConfigurationException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.configuration.ConfigurationException
-
Constructs a ConfigurationException with the given error message.
- ConfigurationException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.configuration.ConfigurationException
-
Constructs a ConfigurationException which wraps another exception, and which has its own error message.
- ConfigurationException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.configuration.ConfigurationException
-
Constructs a ConfigurationException which wraps another exception.
- ConfigurationHandlers - Klasse in org.apache.torque.generator.configuration
-
Contains the required handlers for reading the configuration.
- ConfigurationHandlers() - Konstruktor für Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Standard constructor.
- ConfigurationProvider - Schnittstelle in org.apache.torque.generator.configuration
-
Defines how the configuration for a generation unit can be accessed.
- ConstantNameCreator - Klasse in org.apache.torque.generator.processor.string
-
Creates the name of a constant from a string.
- ConstantNameCreator() - Konstruktor für Klasse org.apache.torque.generator.processor.string.ConstantNameCreator
-
Constructor.
- ConstantNameOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Creates the name of a constant from a string.
- ConstantNameOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.ConstantNameOutlet
-
Constructor.
- containsKey(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns if this Map contains a mapping for the given key.
- containsKey(QualifiedName) - Methode in Klasse org.apache.torque.generator.option.Options
-
Checks if an option with the given key exists in any scope.
- containsSystemId(String) - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferences
-
Returns whether the given system id is known.
- containsValue(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Checks if any key is mapped to the given value.
- CONTROL_LOGLEVEL_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationTags
-
Attribute name for the "loglevel" attribute of the "control" tag.
- CONTROL_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationTags
-
Tag name for the "control" tag.
- ControlConfiguration - Klasse in org.apache.torque.generator.configuration.controller
-
Represents the control configuration of a generation unit.
- ControlConfiguration() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
- ControlConfigurationSaxHandler - Klasse in org.apache.torque.generator.configuration.controller
-
Reads the controller configuration from the controller configuration file.
- ControlConfigurationSaxHandler(ControlConfiguration, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
-
Constructor.
- ControlConfigurationTags - Klasse in org.apache.torque.generator.configuration.controller
-
Tag and attribute names for the control configuration files.
- ControlConfigurationXmlParser - Klasse in org.apache.torque.generator.configuration.controller
-
Parses the xml file which provides the control configuration.
- ControlConfigurationXmlParser() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationXmlParser
- Controller - Klasse in org.apache.torque.generator.control
-
Reads the configuration and generates the output accordingly.
- Controller() - Konstruktor für Klasse org.apache.torque.generator.control.Controller
- ControllerException - Ausnahmeklasse in org.apache.torque.generator.control
-
This Exception is thrown when an error occurs within the Controller of the Torque Generator.
- ControllerException() - Konstruktor für Ausnahmeklasse org.apache.torque.generator.control.ControllerException
-
Constructs a ConfigurationException without error message.
- ControllerException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.control.ControllerException
-
Constructs a ConfigurationException with the given error message.
- ControllerException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.control.ControllerException
-
Constructs a ControllerException which wraps another exception, and which has its own error message.
- ControllerException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.control.ControllerException
-
Constructs a ControllerException which wraps another exception.
- ControllerHelper - Klasse in org.apache.torque.generator.control
-
Helper methods for the controller.
- ControllerState - Klasse in org.apache.torque.generator.control
-
The state of the controller.
- ControllerState() - Konstruktor für Klasse org.apache.torque.generator.control.ControllerState
- convert(Object, Class<?>) - Methode in Klasse org.apache.torque.generator.source.transform.model.StringToBooleanConverter
- convert(Object, Class<?>) - Methode in Schnittstelle org.apache.torque.generator.source.transform.model.TypeConverter
-
Converts the passed value to the passed class.
- copy() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
-
Returns a copy of this source provider in its initial state.
- copy() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Creates a deep copy of this RichSourceelementImpl object.
- copy() - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Returns a copy of this source provider in its initial state.
- copy() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Returns a copy of this source provider in its initial state.
- CopyAttributeTransformer - Klasse in org.apache.torque.generator.source.transform
-
Fills an attribute with the content of another attribute.
- CopyAttributeTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.CopyAttributeTransformer
- copyNotSetSettingsFrom(SourceProvider) - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
-
Copies settings which are not set in this source provider from another source provider.
- copyNotSetSettingsFrom(SourceProvider) - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Copies settings which are not set in this source provider from another source provider.
- copyNotSetSettingsFrom(SourceProvider) - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Copies settings which are not set in this source provider from another source provider.
- CopyOutlet - Klasse in org.apache.torque.generator.outlet.copy
-
A Outlet which copies a given resource unchanged.
- CopyOutlet(QualifiedName, ConfigurationProvider, String) - Konstruktor für Klasse org.apache.torque.generator.outlet.copy.CopyOutlet
-
Constructs a new CopyOutlet.
- CopyOutletSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.outlet
-
Creates copy outlet SAX handlers.
- CopyOutletSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
- createBinding(ControllerState) - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
- createNodePointer(NodePointer, QName, Object) - Methode in Klasse org.apache.torque.generator.source.ModelNodeFactory
- createNodePointer(NodePointer, QName, Object) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointerFactory
- createNodePointer(QName, Object, Locale) - Methode in Klasse org.apache.torque.generator.source.ModelNodeFactory
- createNodePointer(QName, Object, Locale) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointerFactory
- createOutlet(QualifiedName, String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
- createOutletForTemplate(String, ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
-
Creates an outlet for a template with the given file name.
- createOutletForTemplate(String, ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
-
Creates an outlet for a template with the given file name.
- createOutletForTemplate(String, ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
-
Creates an outlet for a template with the given file name.
- createOutletForTemplate(String, ConfigurationProvider) - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
-
Creates an outlet for a template with the given file name.
- createOutletForTemplate(String, ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
-
Creates an outlet for a template with the given file name.
- createOutputFilename(Output, ControllerState) - Methode in Klasse org.apache.torque.generator.control.Controller
-
Creates the output file name and sets it in the output.
- createPath(JXPathContext) - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- createRootElement() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
- createRootElement() - Methode in Klasse org.apache.torque.generator.source.SourceImpl
-
Reads the root element and the whole untransformed source tree.
- createRootElement() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Reads and parses the input file and creates the element tree from it.
- createRootElement() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Reads and parses the input file and creates the element tree from it.
- CustomProjectPaths - Klasse in org.apache.torque.generator.configuration.paths
-
Implementation of ProjectPaths with custom paths.
- CustomProjectPaths(File, String, File, Map<String, File>, File, File) - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Constructor.
- CustomProjectPaths(ProjectPaths) - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Copy-constructor.
D
- DATE - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype DATE.
- DEBUG - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Loglevel debug.
- DebuggingOutletWrapper - Klasse in org.apache.torque.generator.outlet
-
An outlet wrapper which adds debug information to the outlet.
- DebuggingOutletWrapper(Outlet) - Konstruktor für Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Constructor.
- DECIMAL - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype DECIMAL.
- DEFAULT_OUTPUT_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default generation target directory, relative to the project root.
- DefaultTorqueGeneratorPaths - Klasse in org.apache.torque.generator.configuration.paths
-
The default organization of the torque-generator directory.
- DefaultTorqueGeneratorPaths() - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- DIRECTORY - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
the generation unit is provided in a local directory.
- DirectoryConfigurationProvider - Klasse in org.apache.torque.generator.configuration
-
Provides InputStreams to read the configuration from a directory.
- DirectoryConfigurationProvider(ProjectPaths, TorqueGeneratorPaths) - Konstruktor für Klasse org.apache.torque.generator.configuration.DirectoryConfigurationProvider
-
Constructor.
- DISTINCT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype DISTINCT.
- DOUBLE - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype DOUBLE.
- DRIVER_OPTION_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "driverOption" attribute.
- DummyLoggingAdapter - Klasse in org.apache.torque.generator.configuration.controller
-
Dummy implementation of the LoggingAdapter interface.
- DummyLoggingAdapter() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
E
- ELEMENTS_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "elements" attribute.
- ENCODING_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "encoding" attribute.
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.controller.OutputSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
-
Callback method which is called by the SAX parser if an XML element is ended.
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
- endElement(String, String, String) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- endFile() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Signals this store that the processing of one file has ended.
- endGeneration() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Signals this store that generation has ended.
- endOutlet() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Signals this store that the processing of a outlet has ended.
- ENTITY_REFERENCE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "entityReference" tag.
- EntityReferences - Klasse in org.apache.torque.generator.configuration.source
-
Resolves system Ids for schema files to the schema file content.
- EntityReferences() - Konstruktor für Klasse org.apache.torque.generator.configuration.source.EntityReferences
- EntityReferenceSaxHandler - Klasse in org.apache.torque.generator.configuration.source
-
Reads an entity reference from the controller configuration file.
- EntityReferenceSaxHandler(ConfigurationProvider, UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
-
Constructor.
- ENTRY_ELEMENT_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
The name of the entry element.
- entrySet() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all Entries in this map.
- equals(Object) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
- equals(Object) - Methode in Klasse org.apache.torque.generator.control.action.ApplyAction
- equals(Object) - Methode in Klasse org.apache.torque.generator.control.action.TraverseAllAction
- equals(Object) - Methode in Klasse org.apache.torque.generator.option.OptionImpl
- equals(Object) - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
- equals(Object) - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns if this object is equal to another object.
- equals(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns if this object equals another object.
- equals(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Checks if this QualifiedNameMap is equal to another object.
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.ModelNodePointer
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.PostprocessorDefinition
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.SourcePathPointer
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.SourceTransformerDefinition
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Checks whether other is equal to this instance.
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
-
Checks whether other is equal to this instance.
- equals(Object) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
- equals(Object) - Methode in Klasse org.apache.torque.generator.variable.Variable
- error(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
- error(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- error(SAXParseException) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- ERROR - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Loglevel error.
- ESCAPE - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
The escape character.
- EXCLUDE_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "exclude" tag.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.control.action.ApplyAction
-
Applies an outlet to the matching element.
- execute(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.control.action.MergepointAction
-
Executes the action.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.control.action.OptionAction
-
Returns the value of the configured option.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.control.action.OutputAction
-
Returns the value. ${...}
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.control.action.SourceElementAttributeAction
-
Returns the value of the configured attribute of the configured source element. ${...}
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.control.action.TraverseAllAction
-
Traverses all matching elements, and applies an outlet to each matching element.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.copy.CopyOutlet
-
Executes the generation process; the result is returned.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Executes the delegate generation and adds debugging output before and after the generated content, if the result is a String result.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Processes the input according to the camelback rules.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.ConstantNameOutlet
-
Processes the input according to the camelback rules.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.JavaFilenameOutlet
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.OptionOutlet
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.PackageToPathOutlet
-
Reads the input and replaces all dots by slashes.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.java.XmlOutlet
- execute(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Generates the output for this template into the Generated object.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Executes the generation process; the result is returned.
- execute(ControllerState) - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
Executes the generation process; the result is returned.
- executeGroovy(Map<String, Object>, ControllerState) - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Executes the Groovy script or template and retuns the reult.
- executeGroovy(Map<String, Object>, ControllerState) - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyScriptOutlet
- executeGroovy(Map<String, Object>, ControllerState) - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyTemplateOutlet
- EXISTING_TARGET_STRATEGY_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "existingTargetStrategy" attribute.
- ExistingTargetStrategy - Schnittstelle in org.apache.torque.generator.control.existingtargetstrategy
-
A handler which implements a strategy on how to deal with existing targets.
F
- fatalError(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
- fatalError(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- fatalError(SAXParseException) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- FILE - Enum-Konstante in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
The variable is visible throughout the generation process of this file.
- FILE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "file" attribute.
- FILE_ELEMENT_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
The name of the root element's children of the produced source tree.
- FILENAME_GENERATOR_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Tag name for the "filenameOutlet" tag.
- FileOptionsConfiguration - Klasse in org.apache.torque.generator.configuration.option
-
An options configuration which reads options from a file.
- FileOptionsConfiguration() - Konstruktor für Klasse org.apache.torque.generator.configuration.option.FileOptionsConfiguration
- FileOptionsSaxHandler - Klasse in org.apache.torque.generator.configuration.option
-
Reads a file options configuration.
- FileOptionsSaxHandler(FileOptionsConfiguration) - Konstruktor für Klasse org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
- Fileset - Klasse in org.apache.torque.generator.file
-
Selects Files in a directory and the subdirectories of the directory.
- Fileset() - Konstruktor für Klasse org.apache.torque.generator.file.Fileset
-
Default constructor.
- Fileset(File, Collection<String>, Collection<String>) - Konstruktor für Klasse org.apache.torque.generator.file.Fileset
-
All-Args constructor.
- FileSource - Klasse in org.apache.torque.generator.source.stream
-
A Source which uses a file as input.
- FileSource(StreamSourceFormat, File, ControllerState) - Konstruktor für Klasse org.apache.torque.generator.source.stream.FileSource
-
Constructor.
- FileSourceProvider - Klasse in org.apache.torque.generator.source.stream
-
Contains sources which are read from files in the file system.
- FileSourceProvider(StreamSourceFormat, Fileset, Boolean) - Konstruktor für Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Constructor.
- FileSourceSaxHandler - Klasse in org.apache.torque.generator.configuration.source
-
Reads file source definitions from the controller configuration file.
- FileSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandler
-
Constructor.
- FileSourceSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.source
-
A Factory which creates a SAX handler for file sources.
- FileSourceSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
- filter(InputStream, String) - Methode in Schnittstelle org.apache.torque.generator.template.TemplateFilter
-
Filters (i.e modifies) a template.
- filter(InputStream, String) - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityTemplateFilter
-
This method filters the template and replaces some unwanted characters.
- finished() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Marks that the matching snippet was completely parsed.
- FLOAT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype FLOAT.
- ForeignKeyMetadata - Klasse in org.apache.torque.generator.source.jdbc
-
The data about a foreign key as read from JDBC Metadata.
- ForeignKeyMetadata() - Konstruktor für Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
- FORMAT_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "format" attribute.
G
- GENERATOR_CONFIGURATION_NAMESPACE - Statische Variable in Klasse org.apache.torque.generator.configuration.XMLConstants
-
The Torque generator configuration Namespace.
- GeneratorException - Ausnahmeklasse in org.apache.torque.generator
-
This exception is the superclass of all Exceptions thrown in the Torque generator.
- GeneratorException() - Konstruktor für Ausnahmeklasse org.apache.torque.generator.GeneratorException
-
Constructs a OutletException without error message.
- GeneratorException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException with the given error message.
- GeneratorException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException which wraps another exception, and which has its own error message.
- GeneratorException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.GeneratorException
-
Constructs a GeneratorException which wraps another exception.
- get(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the object which is mapped to the given key.
- getAction() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
-
Returns the action which was configured by this handler.
- getActions() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Returns the list of actions executed at the mergepoint.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Methode in Schnittstelle 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) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
-
Returns a ApplyActionSaxHandler for reading the configuration of ApplyActions.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
-
Returns a OptionActionSaxHandler for reading the configuration of OptionActions.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
-
Returns a OutputActionSaxHandler for reading the configuration of OptionActions.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
-
Returns a OptionActionSaxHandler for reading the configuration of SourceElementAttributeActions.
- getActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
-
Returns a TraverseAllActionSaxHandler for reading the configuration of TraverseAllActions.
- getActionSaxHandlerFactories() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known mergepoint action handlers.
- getActionSaxHandlerFactory(String) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
-
Returns the ActionSaxHandlerFactory associated with the given type.
- getAddTo() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
-
Returns the path to the source element to where the new elements are added.
- getAllInHierarchy(Namespace) - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns all mappings which live in the given namespace.
- getAllInHierarchy(Namespace) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all mappings which live in the given namespace.
- getAllResourcesEndingWith(String, boolean) - Methode in Klasse org.apache.torque.generator.configuration.PackageResources
-
Returns all resource names in the package ending with the defined suffix.
- getAttribute(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the object stored in a given attribute.
- getAttribute(SourceAttributeName) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the object stored in a given attribute.
- getAttributeName() - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Returns the name of the source element attribute.
- getAttributeNames() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the name of all set attributes.
- getBasedir() - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Returns the base directory of the fileset.
- getBaseValue() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Get the value of the currently selected property.
- getBaseValue() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getBaseValue() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- getBooleanAttribute(String, Attributes, String) - Statische Methode in Klasse org.apache.torque.generator.configuration.SaxHelper
-
Retrieves an attribute as boolean value.
- getBooleanOption(String) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Convenience method to return the value of an option as boolean.
- getBooleanOption(OptionName) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Convenience method to return the value of an option as boolean.
- getByJdbcType(Integer) - Statische Methode in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
Returns the schema type which corresponds to the given jdbc type.
- getByKey(String) - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Returns the Loglevel for a given key.
- getByteArrayResult() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Returns the byte array result.
- getCacheDirectory() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the default cache subdirectory where the torque generator can store internal files.
- getCacheDirectory() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the cache directory where the torque generator can store internal files.
- getCacheDirectory() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the cache directory where the generator can store internal files.
- getChecksum(String) - Methode in Klasse org.apache.torque.generator.control.Checksums
- getChecksums() - Methode in Klasse org.apache.torque.generator.control.Checksums
- getChild(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the first child of this SourceElement which has the given name.
- getChild(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the first child of the current source element with the given name.
- getChild(SourceElementName) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the first child of this SourceElement which has the given name.
- getChildren() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement.
- getChildren() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns all children of the current source element.
- getChildren(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement which have the given name.
- getChildren(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the children of the current source element with a certain name.
- getChildren(SourceElementName) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns all children of this SourceElement which have the given name.
- getClassLoader() - Methode in Klasse 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() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Returns whether source files are combined into one source tree.
- getCommentAtEnd(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the debug information to be added at the end of the outlet's output.
- getCommentAtStart(ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the debug information to be added at the start of the outlet's output.
- getCommentEnd(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.HtmlOutputType
-
Returns the end of a comment.
- getCommentEnd(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.JavaOutputType
-
Returns the end of a comment.
- getCommentEnd(String) - Methode in Schnittstelle org.apache.torque.generator.control.outputtype.OutputType
-
Returns the end of a comment.
- getCommentEnd(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.PropertiesOutputType
-
Returns the end of a comment.
- getCommentEnd(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.UnknownOutputType
-
Returns the end of a comment.
- getCommentEnd(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.XmlOutputType
-
Returns the end of a comment.
- getCommentStart(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.HtmlOutputType
-
Returns the start of a comment.
- getCommentStart(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.JavaOutputType
-
Returns the start of a comment.
- getCommentStart(String) - Methode in Schnittstelle org.apache.torque.generator.control.outputtype.OutputType
-
Returns the start of a comment.
- getCommentStart(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.PropertiesOutputType
-
Returns the start of a comment.
- getCommentStart(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.UnknownOutputType
-
Returns the start of a comment.
- getCommentStart(String) - Methode in Klasse org.apache.torque.generator.control.outputtype.XmlOutputType
-
Returns the start of a comment.
- getConfigurationDirectory() - Methode in Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- getConfigurationDirectory() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
-
Returns the path to the directory containing the configuration, relative to the torque-gen directory.
- getConfigurationHandlers() - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Returns the available configuration handlers.
- getConfigurationHandlers() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns the configuration handlers.
- getConfigurationHandlers() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns the known configuration handlers.
- getConfigurationHandlers() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the configuration handlers used to parse the configuration of this generation unit.
- getConfigurationPackage() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the root package of the Torque generator files.
- getConfigurationPackage() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
-
Returns the package of the Torque generator files.
- getConfigurationPackage() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
-
Returns the package of the Torque generator files.
- getConfigurationPackage() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
- getConfigurationPackage() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the package of the Torque generator configuration.
- getConfigurationPath() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the root directory for the Torque generator files, relative to the project root.
- getConfigurationPath() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
-
Returns the subdirectory for the Torque generator files, relative to the project root.
- getConfigurationPath() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
-
Returns the subdirectory for the Torque generator files, relative to the project root.
- getConfigurationPath() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
- getConfigurationPath() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the path to the Torque generator configuration directory.
- getConfigurationPaths() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the paths in the configuration of this generation unit.
- getConfigurationProvider() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
-
Returns the configuration provider used by this handler.
- getConfigurationProvider() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns the ConfigurationProvider.
- getConfigurationProvider() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns the configurationProvider to access the configuration.
- getConfiguredClass() - Methode in Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
-
Returns the configured class.
- getContent() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Returns a map with the variables contained in this store.
- getContent(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.template.TemplateOutlet
-
Returns the contents as a Template as a String.
- getContent(ControllerState) - Methode in Klasse org.apache.torque.generator.template.TemplateOutletImpl
- getContentChecksum() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
-
Returns the checksum of the content.
- getContentChecksum() - Methode in Schnittstelle org.apache.torque.generator.source.Source
-
Returns the checksum of the content of the source.
- getContentChecksum() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Returns the checksum of all files.
- getContentChecksum() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the checksum of the content.
- getContentOutlet() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the reference to the outlet which should produce the content.
- getContext() - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutletState
-
Returns the current velocity context.
- getControlConfigurationFile() - Methode in Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- getControlConfigurationFile() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
-
Returns the path to the file containing the control configuration, relative to the configuration directory.
- getControlConfigurationInputStream() - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getControlConfigurationInputStream() - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Creates a reader to access the control configuration.
- getControlConfigurationLocation() - Methode in Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
- getControlConfigurationLocation() - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Returns the location of the control configuration as human readable String for debugging and error tracking purposes.
- getControlConfigurationLocation() - Methode in Klasse org.apache.torque.generator.configuration.DirectoryConfigurationProvider
- getControlConfigurationLocation() - Methode in Klasse org.apache.torque.generator.configuration.JarConfigurationProvider
- getControllerState() - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the current controller state.
- getControllerState() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the current controller state.
- getCount() - Methode in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
Returns how many newlines should be created.
- getCounter() - Statische Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns a counter value which is increased each time this function is accessed.
- getCounter() - Statische Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns a counter value which is increased each time this function is accessed.
- getCurrentLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
-
Always returns
Loglevel.INFO
. - getCurrentLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.controller.Log4j2LoggingAdapter
-
Returns the current loglevel by reading the loglevel of the root logger.
- getCurrentLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.controller.Log4jLoggingAdapter
-
Returns the current loglevel by reading the loglevel of the root logger.
- getCurrentLoglevel() - Methode in Schnittstelle org.apache.torque.generator.configuration.controller.LoggingAdapter
-
Returns the current loglevel.
- getCurrentLoglevel() - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Returns the current loglevel.
- getDecimalDigits() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns the number of decimal digits.
- getDefaultOutputEncoding() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the output CharSet if no specific encoding has been set in the output.
- getDefaultOutputEncoding() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the output encoding if no specific encoding has been set in the output.
- getDefaultSourcePath() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the default directory for the source files, relative to the project root.
- getDefaultSourcePath() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the path to the source files.
- getDefaultSourcePath() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the path to the default source directory for the Torque generator.
- getDefValue() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns the default value of the column.
- getDescription() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
- getDescription() - Methode in Schnittstelle org.apache.torque.generator.source.Source
-
Gets a description of this source for debugging purposes.
- getDescription() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Returns the path of the files as a description.
- getDescription() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the path of the file as a description.
- getDetokenizedPath(ControllerState) - Methode in Klasse org.apache.torque.generator.template.TemplateOutletImpl
- getDirectories() - Methode in Klasse org.apache.torque.generator.configuration.PackageResources
-
Returns all directories containing the desired package.
- getDiscardFrom() - Methode in Klasse 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() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getDriverOption() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getElement() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Returns the path to the source element to which the additional sources should be added.
- getElement(SourceElement, String, boolean) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Gets a single source element which can be reached from the start element by a given path.
- getElements(SourceElement, String) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Gets the elements which can be reached from the start element by a given path.
- getElementsFromRoot(SourceElement, String) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Gets the elements which can be reached from the root element by a given path.
- getEncoding() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the character encoding of the generated file(s).
- getEntityReferences() - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns the entity references.
- getEntityReferences() - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferences
-
Returns a copy of the entity reference map.
- getEntityReferences() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the entityReferences of the associated configuration unit.
- getExcludes() - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Returns the exclude patterns for the fileset.
- getExistingTargetStrategy() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the strategy how existing target files should be handled.
- getFileExcludes() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Returns the file patterns to exclude from the sources to read.
- getFileIncludes() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Returns the file patterns to include to the sources to read.
- getFilename() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the name of the file to generate.
- getFileName(String, String) - Methode in Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
- getFilenameExtension() - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameExtension() - Methode in Schnittstelle org.apache.torque.generator.source.stream.StreamSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameExtension() - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
-
Gets the filename extension this source type typically has.
- getFilenameOutlet() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the reference to the outlet which should produce the file name.
- getFiles() - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Returns the names of all files matching this fileset.
- getFirstChild() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the first child of this source element.
- getFirstGenericTypeArgument() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Gets the class of the first generic argument of the property.
- getFollowing(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns all the following elements after this element with the given name.
- getFollowing(SourceElement, String) - Statische Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the following element after this element If this element has no parent, null is returned.
- getForeignColumns() - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Returns the names of the foreign columns.
- getForeignKeyName() - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Returns the name of the foreign key.
- getFromDifferentPlaces(String, String, String, String, String, ControllerState, Class<?>, String) - Statische Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
-
Returns the fully qualified class name of the handler class for a given type.
- getGetterNameAttribute() - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Returns the name of the target element attribute for the getter name.
- getGlobalScope() - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns a map containing all options in the global scope.
- getIgnorePartAfter() - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Returns the separation chars which define the tail to be removed.
- getIgnorePartBefore() - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Returns the separation characters which defile the prefix to be removed.
- getImmediateNode() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getImmediateNode() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- getIncludes() - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Returns the include patterns for the fileset.
- getIndent() - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- getIndent() - Methode in Klasse org.apache.torque.generator.source.stream.SourceToXml
-
Returns the String by which a child element is indented relative to its parent.
- getInheritsFrom() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the descriptor of the generation unit from which this generation unit inherits, or null if this generation unit does not inherit from another generation unit.
- getInHierarchy(Namespace) - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns all mappings which live in the given name space.
- getInHierarchy(Namespace) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all mappings which live in the given namespace.
- getInHierarchy(QualifiedName) - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns the value of the option which is closest in Hierarchy.
- getInHierarchy(QualifiedName) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the most specific entry in the map which is visible for the provided key.
- getInHierarchy(QualifiedName) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Retrieves the input from the different possibilities nputValue, inputOption, inputVariable, or inputSourceElement.
- getInputClass() - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the class name of the input root object from the delegate.
- getInputClass() - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Returns the fully qualified name of the input root class.
- getInputClass() - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- getInputElementName() - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the name of the input root element from the delegate.
- getInputElementName() - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Returns the name of the input root element.
- getInputElementName() - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- getInputStream(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getInputStream(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
- getInputStream(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.DirectoryConfigurationProvider
- getInputStream(String, String, String) - Methode in Klasse org.apache.torque.generator.configuration.JarConfigurationProvider
- getInstance(String, Class<?>, UnitDescriptor) - Statische Methode in Klasse 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) - Statische Methode in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Creates an instance of a class.
- getJarFiles() - Methode in Klasse org.apache.torque.generator.configuration.PackageResources
-
Returns all jar files containing the desired package.
- getJdbcType() - Methode in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
Returns the corresponding jdbc type.
- getKey() - Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Returns the key of the Loglevel.
- getKey() - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Returns an unique key for the source type.
- getKey() - Methode in Schnittstelle org.apache.torque.generator.source.stream.StreamSourceFormat
-
Returns an unique key for the source format.
- getKey() - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
-
Returns an unique key for the source type.
- getKeyInHierarchy(QualifiedName) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the most specific key in the map which is visible for the provided key.
- getLastChild() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the last child of this source element.
- getLastGeneratedSourceChecksums() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the checksums of the source files for the last generation run.
- getLastModified() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
-
Returns the last modification date of the source files.
- getLastModified() - Methode in Schnittstelle org.apache.torque.generator.source.Source
-
Returns the date when the source was last modified.
- getLastModified() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Returns the earliest date when any of the source files was last modified.
- getLastModified() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the date when the source was last modified.
- getLength() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
If the property contains a collection, then the length of that collection, otherwise - 1.
- getLength() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getLength() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- getLineBreak() - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- getLocalColumns() - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Returns the names of the local columns.
- getLoggingAdapter() - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Returns the currently used logging adapter.
- getLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns the loglevel during generation.
- getLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the Loglevel during generation.
- getLoglevel() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the log level overriding the loglevel defined in the configuration unit.
- getMaxLineLength() - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- getMergepointMapping() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
-
Returns the mergepointMapping configured by this SaxHandler.
- getMergepointMapping(String) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Retrieves the mergepoint mapping for the given mergepoint name from the delegate and returns it.
- getMergepointMapping(String) - Methode in Klasse org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
- getMergepointMapping(String) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Returns the mergepoint mapping for the given mergepoint name.
- getMergepointMapping(String) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Returns the mergepoint mapping for the given mergepoint name.
- getMergepointMappings() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Returns all mergepoint mappings which were configured outside the outlets in the parsed outlet configuration file.
- getMergepointMappings() - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the map of all mergepoint mappings in the delegate, keyed by their name.
- getMergepointMappings() - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Returns the map of all mergepoint mappings, keyed by their name.
- getMergepointMappings() - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- getModel() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the current model object within the source.
- getModel() - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the current model.
- getModel() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the current model object.
- getModelRoot() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the root object of the current source.
- getModificationDate(String) - Methode in Klasse org.apache.torque.generator.control.Checksums
- getModificationDates() - Methode in Klasse org.apache.torque.generator.control.Checksums
- getMoreSpecific(T, QualifiedName, T, QualifiedName) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns the more specific object out of two objects (the object which hides the other object).
- getName() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReference
-
Returns the qualified name of the outlet.
- getName() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the name by which this output can be identified.
- getName() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Returns the name of the mergepoint.
- getName() - Methode in Schnittstelle org.apache.torque.generator.option.OptionName
-
returns the name of the source element.
- getName() - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Returns the name of the delegate.
- getName() - Methode in Klasse org.apache.torque.generator.outlet.Mergepoint
-
Returns the name of the merge point.
- getName() - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Returns the name of the outlet.
- getName() - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- getName() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns the name part of the QualifiedName.
- getName() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns the name of the column.
- getName() - Methode in Schnittstelle org.apache.torque.generator.source.SourceAttributeName
-
returns the name of the attribute.
- getName() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the name of this source element.
- getName() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getName() - Methode in Schnittstelle org.apache.torque.generator.source.SourceElementName
-
returns the name of the source element.
- getName() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- getName() - Methode in Klasse org.apache.torque.generator.variable.Variable
-
Returns the name of the variable.
- getNamespace() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReference
-
Returns the namespace under which the outlet executes.
- getNamespace() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns the namespace of the QualifiedName.
- getNamespaceURI() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getNewElement() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributeIterator
- getNodePointer() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodeIterator
- getNullType() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns whether the column may be null.
- getObject(SourceElement, String, SourceElement, String, boolean) - Statische Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Calculates the value of an option in the current outlet's context.
- getOption(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the option with the given key.
- getOption(String, ControllerState, Class<?>) - Statische Methode in Klasse org.apache.torque.generator.outlet.java.OutletUtils
-
Reads an option with a given name.
- getOption(OptionName) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Calculates the value of an option in the current outlet's context.
- getOptionMap() - Methode in Klasse org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Returns the options map.
- getOptions() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the options of the associated configuration unit.
- getOptions(ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Returns the contained options.
- getOptions(ConfigurationProvider) - Methode in Schnittstelle org.apache.torque.generator.configuration.option.OptionsConfiguration
-
Retrieves the configured options and returns them.
- getOptions(ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
-
Reads the options from the property file given in the path and returns them.
- getOptions(ConfigurationProvider) - Methode in Klasse org.apache.torque.generator.configuration.option.XmlOptionConfiguration
-
Reads the options from the XML file given in the path and returns them.
- getOptionsConfiguration() - Methode in Klasse org.apache.torque.generator.configuration.option.OptionsSaxHandler
-
Returns the options configuration read by this SAX handler.
- getOptionsConfigurations() - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns all options configurations.
- getOptionsInputStream(String) - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getOptionsInputStream(String) - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Creates a reader to access an options file.
- getOptionsSaxHandler() - Methode in Schnittstelle org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory
-
Returns a OptionsSaxHandler for reading the configuration of options.
- getOptionsSaxHandler() - Methode in Klasse org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
-
Returns a FileOptionsSaxHandler for reading the configuration of XML options.
- getOptionsSaxHandler() - Methode in Klasse org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
-
Returns a FileOptionsSaxHandler for reading the configuration of XML options.
- getOptionsSaxHandlerFactories() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known options handlers.
- getOptionsSaxHandlerFactory(String) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
-
Returns the OptionsSaxHandlerFactory associated with the given type.
- getOrder() - Methode in Klasse org.apache.torque.generator.source.ModelNodeFactory
- getOrder() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointerFactory
- getOrDetermineLineBreak(String) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the line break character(s) for this Output.
- getOutlet() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns the outlet being configured.
- getOutlet() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the topmost outlet in the stack of outlets.
- getOutlet(QualifiedName) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Returns the outlet with the name
name
. - getOutletConfiguration() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the configuration of the outlets in this generation unit.
- getOutletConfigurationInputStream(String) - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getOutletConfigurationInputStream(String) - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Creates a reader to access the configuration for one outlet.
- getOutletConfigurationNames() - Methode in Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
- getOutletConfigurationNames() - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Returns a list of all found outlet configuration files in the generation unit.
- getOutletConfigurationNames() - Methode in Klasse org.apache.torque.generator.configuration.DirectoryConfigurationProvider
- getOutletConfigurationNames() - Methode in Klasse org.apache.torque.generator.configuration.JarConfigurationProvider
- getOutletDirectory() - Methode in Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- getOutletDirectory() - Methode in Schnittstelle 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) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Returns the correct handler for a outlet tag.
- getOutletNamespace() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the namespace of the outlet which is currently active.
- getOutletReference() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
-
Returns the outlet reference which was filled by this handler.
- getOutlets() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Returns a map containing all the configured outlets, keyed by their name.
- getOutlets() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Returns all outlets which were configured in the parsed outlet configuration file.
- getOutletSaxHandler(String, QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
-
Returns a OutletSaxHandler for reading the configuration of the outlet.
- getOutletSaxHandler(String, QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.UntypedOutletSaxHandlerFactory
-
Returns a OutletSaxHandler for reading in the configuration of a outlet.
- getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
-
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
- getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
-
Returns a GroovyOutletSaxHandler for reading the configuration of Groovy outlets.
- getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
-
Returns a JavaOutletSaxHandler for reading the configuration of Java outlets.
- getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
-
Returns a OutletSaxHandler for reading in the configuration of a outlet.
- getOutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
-
Returns a VelocityOutletSaxHandler for reading the configuration of Velocity outlets.
- getOutletType(Attributes) - Statische Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Reads the outlet type from the attributes of the outlet XML tag.
- getOutletTypes() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known outlet types.
- getOutput() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the output declaration which is currently processed.
- getOutputDirectory(String) - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the output directory for a given output directory key.
- getOutputDirectory(String) - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the output directory for a given output directory key.
- getOutputDirectory(String) - Methode in Schnittstelle 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) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the output directory for a given output directory key.
- getOutputDirectoryMap() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Returns the output directory map which contains the mapping from output directory key to output directory.
- getOutputDirectoryMap() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the output directory map which contains the mapping from output directory key to output directory.
- getOutputDirectoryMap() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the output directory map which contains the mapping from output directory key to output directory.
- getOutputDirectoryMap() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the output directory map which contains the mapping from output directory key to output directory.
- getOutputDirKey() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the key for the output directory into which the output is written.
- getOutputFile() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutputSaxHandler
-
Returns the Configuration filled with the contents of the parsed snippet.
- getOutputFile() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the currently generated file.
- getOutputFile(String, String, UnitConfiguration) - Statische Methode in Klasse org.apache.torque.generator.control.ControllerHelper
-
Calculates the location of the target file from the file name and the unit configuration.
- getOutputFiles() - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Returns all output files.
- getOutputList() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the list of output definitions of the associated configuration unit.
- getOutputTypes() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known output types.
- getOverrideOptions() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the configuration of the overriding options, if any.
- getOverrideSourceProvider() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the source provider which overrides the source provider defined in the control file.
- getOverrideSourceProvider() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the packaging of the unit of generation.
- getParent() - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns the parent of the given namespace.
- getParent() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the primary parent of this SourceElement.
- getParent() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the parent of the current source element.
- getParentNamespace() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns the parent of the Qualified name's namespace.
- getParents() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the list of parents of this SourceElement.
- getParts() - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns the parts of the namespace in hierachical order.
- getPassword() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getPasswordOption() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getPath() - Methode in Klasse org.apache.torque.generator.configuration.option.FileOptionsConfiguration
-
Returns the path to the options file.
- getPath() - Methode in Klasse org.apache.torque.generator.source.SourcePathPointer
- getPath() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the path to the source file.
- getPath() - Methode in Klasse org.apache.torque.generator.template.TemplateOutletImpl
-
Returns the path to the template.
- getPathAsString(SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns the path from the root element to the source element.
- getPaths() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Returns all paths in the source Fileset.
- getPathToModel() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the path from the model root to the current model.
- getPosition() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributeIterator
- getPosition() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodeIterator
- getPostprocessor() - Methode in Klasse org.apache.torque.generator.source.PostprocessorDefinition
-
Returns the postprocessor instance for this definition.
- getPostprocessorDefinitions() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the list of postprocessors which should be applied to the generation result.
- getPreceding(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns all the preceding elements before this element with the given name.
- getPreceding(SourceElement, String) - Statische Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the preceding element after this element.
- getPrefix() - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Returns the prefix which is added in front of the modified source filename.
- getPrefixList() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Returns the list of all possible prefixes for field names.
- getProjectPaths() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns the paths which the Torque generator must know about the surrounding project.
- getProjectRoot() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
returns the root directory of the whole maven 2 project.
- getProperty() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Returns the value of the property.
- getPropertyCount() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- getPropertyDescriptors() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Get all PropertyDescriptors.
- getPropertyGenericType() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Returns the generic type of the property.
- getPropertyName() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Get the name of the currently selected property.
- getPropertyNames() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Get the names of all properties, sorted alphabetically.
- getPropertyPointer() - Methode in Klasse org.apache.torque.generator.source.ModelNodePointer
- getPropertyType() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Returns the class of the property.
- getQualifiedName() - Methode in Schnittstelle org.apache.torque.generator.option.Option
-
Returns the qualified name of the option.
- getQualifiedName() - Methode in Klasse org.apache.torque.generator.option.OptionImpl
-
Returns the qualified name of the option.
- getQualifiedName(String) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Converts a name to a QualifiedName, using the outlet namespace as default namespace is none is given.
- getReferencedTable() - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Returns the name of the referenced (foreign) table.
- getRemovableWrapCharacters() - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- getRemoveWithoutUppercase() - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Returns which characters are removed from the processed String.
- getRemoveWithUppercase() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
-
Returns the parsed resource path.
- getResourceDirectory() - Methode in Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- getResourceDirectory() - Methode in Schnittstelle 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) - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getResourceInputStream(String) - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Creates a reader to access a resource file.
- getRoot() - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
-
Returns the root element of the tree.
- getRootElement() - Methode in Schnittstelle org.apache.torque.generator.source.Source
-
Returns the root element of the source.
- getRootElement() - Methode in Klasse org.apache.torque.generator.source.SourceImpl
- getRootOutletReference() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the reference to the current outlet.
- getSchema() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getSchemaOption() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getScope() - Methode in Klasse org.apache.torque.generator.variable.Variable
-
Returns the scope of the variable.
- getSetterNameAttribute() - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Returns the name of the target element attribute for the setter name.
- getSiblingIteratorPositionedOnSelf(SourceElement, SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns a ListIterator of the siblings of the input source element.
- getSize() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns the maximum size of the column.
- getSkipDecider() - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Returns the current SkipDecider.
- getSourceAttributeName() - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Returns the name of the attribute which is read as Input.
- getSourceElement() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the current source element, if it is a SourceElement.
- getSourceElementAttribute(String, String, ControllerState, Class<?>) - Statische Methode in Klasse org.apache.torque.generator.outlet.java.OutletUtils
-
Retrieves the value of a source element attribute.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the currently used source file.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
- getSourceFile() - Methode in Schnittstelle org.apache.torque.generator.source.Source
-
Returns the source file, if it exists.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
Returns the source file, if applicable.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the source file, if it exists.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the currently processed source file.
- getSourceFile() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the currently processed source file.
- getSourceFileset() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Returns the fileset which determines the source files to read.
- getSourceFormat() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
-
Returns the format of the source.
- getSourceFormat() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Returns the source format for this provider.
- getSourceFormat() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Returns the key of the format of the source file(s).
- getSourceProcessConfiguration() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns how the sources should be post-processed before generation.
- getSourceProcessConfiguration() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns the information how to pre-process the sources before generating.
- getSourceProvider() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the source provider which provides the input for generating the output file's contents.
- getSourceProvider() - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandler
-
Returns the information how to read the sources.
- getSourceProvider() - Methode in Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
-
Returns the configuration filled with the contents of the parsed snippet.
- getSourceProvider() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns the information how to read the sources.
- getSourceProvider() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the source provider which is currently in use.
- getSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
-
Returns a FileSourceSaxHandlers for reading the configuration of file sources.
- getSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
-
Returns a JdbcMetadataSourceSaxHandler for reading the configuration of JDBC metadata sources.
- getSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Schnittstelle org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
-
Returns a SourceSaxHandler for reading the configuration of sources.
- getSourceSaxHandlerFactories() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known source configuration handlers.
- getSourceSaxHandlerFactory(String) - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
-
Returns the SourceSaxHandlerFactory associated with the given type.
- getSourceTransformer() - Methode in Klasse org.apache.torque.generator.source.SourceTransformerDefinition
-
Returns the source transformer instance for this definition.
- getSourceTypes() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
-
Returns the known source types.
- getSqlType() - Methode in Klasse org.apache.torque.generator.source.jdbc.ColumnMetadata
-
Returns the data type of the column.
- getStartElementsPath() - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Returns the path to elements which should be used as starting points for generation.
- getStrategyName() - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
-
Returns the name of the existing target strategy.
- getStrategyName() - Methode in Schnittstelle org.apache.torque.generator.control.existingtargetstrategy.ExistingTargetStrategy
-
Returns the name of the existing target strategy.
- getStrategyName() - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
-
Returns the name of the existing target strategy.
- getStrategyName() - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
-
Returns the name of the existing target strategy.
- getStrategyName() - Methode in Klasse org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
-
Returns the name of the existing target strategy.
- getStreamSourceFormats() - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationHandlers
-
Returns the known formats of stream (e.g. file) sources.
- getStringOption(String) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Convenience method to return the value of an option as String.
- getStringOption(OptionName) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Convenience method to return the value of an option as String.
- getStringResult() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Returns the string result.
- getSuffix() - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Returns the suffix which is added after the modified source filename.
- getSuffix() - Methode in Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Returns the suffix which is added after the input string.
- getSuffixList() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Returns the list of all possible suffixes for field and method names.
- getSystemId() - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
- getTargetAttributeName() - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Returns the name of the attribute into which the result is stored.
- getTargetNamePrefix() - Methode in Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Returns the prefix which is added in front of the input string.
- getTemplateDirectory() - Methode in Klasse org.apache.torque.generator.configuration.paths.DefaultTorqueGeneratorPaths
- getTemplateDirectory() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.TorqueGeneratorPaths
-
Returns the path to the directory containing the templates, relative to the torque-gen directory.
- getTemplateInputStream(String) - Methode in Klasse org.apache.torque.generator.configuration.AbstractConfigurationProvider
- getTemplateInputStream(String) - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Creates a reader to access a template.
- getTemplateNames() - Methode in Klasse org.apache.torque.generator.configuration.ClasspathConfigurationProvider
- getTemplateNames() - Methode in Schnittstelle org.apache.torque.generator.configuration.ConfigurationProvider
-
Lists all available template names.
- getTemplateNames() - Methode in Klasse org.apache.torque.generator.configuration.DirectoryConfigurationProvider
- getTemplateNames() - Methode in Klasse org.apache.torque.generator.configuration.JarConfigurationProvider
- getTemplateSetName() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the name of the template set.
- getTemplatesFilenameExtensionsForScan() - Methode in Klasse org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
-
Returns the filename extensions for templates which define outlets of this type.
- getTemplatesFilenameExtensionsForScan() - Methode in Klasse org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
-
Returns the filename extensions for templates which define outlets of this type.
- getTemplatesFilenameExtensionsForScan() - Methode in Klasse org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
-
Returns the filename extensions for templates which define outlets of this type.
- getTemplatesFilenameExtensionsForScan() - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
-
Returns the filename extensions for templates which define outlets of this type.
- getTemplatesFilenameExtensionsForScan() - Methode in Klasse org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
-
Returns the filename extensions for templates which define outlets of this type.
- GetterSetterNameTransformer - Klasse 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() - Konstruktor für Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
- getTextAttribute() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns the object stored in the attribute with key null.
- getThisGenerationSourceChecksums() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the checksums of the source files for this generation run.
- getToReplace() - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Returns a String containing all the characters which should be replaced.
- getToReplaceWith() - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Returns the String which are inserted instead of the replaced characters.
- getTransformerDefinitions() - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Return all currently registered source transformer definitions.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Returns the type of the produced output, e.g. java, xml.
- getType() - Methode in Schnittstelle org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactory
-
Returns the action type handled by the ActionSaxHandlers which are created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandlerFactory
-
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
-
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
-
Returns the action type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
-
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
-
Returns the action type which can be handled by the ActionSaxHandlers created by this factory.
- getType() - Methode in Schnittstelle org.apache.torque.generator.configuration.option.OptionsSaxHandlerFactory
-
Returns the action type handled by the ActionSaxHandlers which are created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
-
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
-
Returns the options type which can be handled by the OptionsSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.outlet.CopyOutletSaxHandlerFactory
-
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
-
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
-
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
-
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Schnittstelle org.apache.torque.generator.configuration.outlet.TypedOutletSaxHandlerFactory
-
Returns the outlet type handled by the OutletSaxHandlers which are created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
-
Returns the outlet type which can be handled by the OutletSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandlerFactory
-
Returns the source type which can be handled by the FileSourceSaxHandlers created by this factory.
- getType() - Methode in Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
-
Returns the source type which can be handled by the JdbcMetadataSourceSaxHandler created by this factory.
- getType() - Methode in Schnittstelle org.apache.torque.generator.configuration.source.SourceSaxHandlerFactory
-
Returns the source type handled by the SourceSaxHandlers which are created by this factory.
- getTypedOutletHandlerFactories() - Methode in Klasse org.apache.torque.generator.configuration.OutletTypes
-
Returns an unmodifiable map containing all typed outlet handler factories, keyed by their type.
- getUnitConfiguration() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the configuration of the currently processed generation unit.
- getUnitConfigurations() - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Returns the list of UnitConfigurations.
- getUnitDescriptor() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
-
Returns the description of the generation unit.
- getUnitDescriptor() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns the description of the generation unit.
- getUnitDescriptor() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns the description of the generation unit.
- getUnqualifiedName(String, String) - Statische Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.configuration.OutletTypes
-
Returns an unmodifiable list containing all untyped outlet handler factories.
- getUpperCaseSeparationPrefix() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getUrlOption() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getUsername() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getUsernameOption() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- getValue() - Methode in Schnittstelle org.apache.torque.generator.option.Option
-
Returns the value of the option.
- getValue() - Methode in Klasse org.apache.torque.generator.option.OptionImpl
-
Retursn the value of the option.
- getValue() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- getValue() - Methode in Klasse org.apache.torque.generator.source.SourcePathPointer
- getValue() - Methode in Klasse org.apache.torque.generator.variable.Variable
-
Returns the value of the variable,
- getVariable(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the variable with the given key.
- getVariable(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the variable with the given key.
- getVariable(String, ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Returns the variable with the given key.
- getVariableStore() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns the VariableStore where generation variables can be set.
- getVisibleOptions() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Returns all options which are visible from the current outlet's namespace.
- getWorkDirectory() - Methode in Klasse 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() - Methode in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Returns the default work subdirectory where the torque generator can store internal files.
- getWorkDirectory() - Methode in Schnittstelle org.apache.torque.generator.configuration.paths.ProjectPaths
-
Returns the work directory where the torque generator can store internal files.
- getWorkDirectory() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns the work directory where the generator can store internal files.
- getWrapAfterCharacters() - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- GLOBAL - Enum-Konstante in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
The variable is visible throughout the whole generation process.
- graphEquals(SourceElement) - Methode in Klasse 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 - Klasse in org.apache.torque.generator.template.groovy
-
A Outlet which uses groovy for generation.
- GroovyOutlet(QualifiedName, ConfigurationProvider, String, String) - Konstruktor für Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Constructs a new GroovyOutlet.
- GroovyOutletSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.outlet
-
Creates Groovy outlet SAX handlers.
- GroovyOutletSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.GroovyOutletSaxHandlerFactory
- GroovyScriptOutlet - Klasse in org.apache.torque.generator.template.groovy
-
A Outlet which uses a groovy script for generation.
- GroovyScriptOutlet(QualifiedName, ConfigurationProvider, String, String) - Konstruktor für Klasse org.apache.torque.generator.template.groovy.GroovyScriptOutlet
-
Constructs a new GroovyScriptOutlet.
- GroovyTemplateOutlet - Klasse in org.apache.torque.generator.template.groovy
-
A Outlet which uses a groovy template for generation.
- GroovyTemplateOutlet(QualifiedName, ConfigurationProvider, String, String) - Konstruktor für Klasse org.apache.torque.generator.template.groovy.GroovyTemplateOutlet
-
Constructs a new GroovyTemplateOutlet.
H
- hasChild(String) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns whether children with the given name exist.
- hasChild(SourceElement, String) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns whether children with the given name exist.
- hasFollowing() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns whether a following element exists as a child of the parent of this element.
- hasFollowing(SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns whether a following element exists as a child of the parent of this element.
- hasFollowingSibling() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns whether a following element exists as a child of the parent of this element, which has the same name as this source element.
- hasFollowingSibling(SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns whether a following element exists as a child of the parent of this element, which has the same name as this source element.
- hashCode() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
- hashCode() - Methode in Klasse org.apache.torque.generator.control.action.ApplyAction
- hashCode() - Methode in Klasse org.apache.torque.generator.control.action.TraverseAllAction
- hashCode() - Methode in Klasse org.apache.torque.generator.option.OptionImpl
- hashCode() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
- hashCode() - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns a hash code for this namespace.
- hashCode() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns a hashcode for the QualifiedName.
- hashCode() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns a hashCode for this object.
- hashCode() - Methode in Klasse org.apache.torque.generator.source.ModelNodePointer
- hashCode() - Methode in Klasse org.apache.torque.generator.source.PostprocessorDefinition
- hashCode() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- hashCode() - Methode in Klasse org.apache.torque.generator.source.SourcePathPointer
- hashCode() - Methode in Klasse org.apache.torque.generator.source.SourceTransformerDefinition
- hashCode() - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Returns a hash code of this instance consistent with equals.
- hashCode() - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
-
Returns a hash code of this instance consistent with equals..
- hashCode() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
- hashCode() - Methode in Klasse org.apache.torque.generator.variable.Variable
- hasNext() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- hasNext() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
- hasPreceding() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns whether an preceding exists as a child of the parent of this element.
- hasPreceding(SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns whether an preceding exists as a child of the parent of this element.
- hasPrecedingSibling() - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Returns whether an preceding exists as a child of the parent of this element, which has the same name as this source element.
- hasPrecedingSibling(SourceElement) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Returns whether an preceding exists as a child of the parent of this element, which has the same name as this source element.
- HtmlOutputType - Klasse in org.apache.torque.generator.control.outputtype
-
The output type for HTML output.
- HtmlOutputType() - Konstruktor für Klasse org.apache.torque.generator.control.outputtype.HtmlOutputType
I
- ignorableWhitespace(char[], int, int) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- INCLUDE_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "include" tag.
- INFO - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Loglevel info.
- init(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Initializes the source provider.
- initInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- initInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Initializes the sources provided by this SourceProvider.
- initInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Determines the files which match the source fileset.
- INPUT_CLASS_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "class" of the "input" tag.
- INPUT_ELEMENT_NAME_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "elementName" of the "input" tag.
- INPUT_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Tag name for the "input" tag.
- INTEGER - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype INTEGER.
- intOption(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the option with the given key as int value.
- intOption(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the option with the given key as int value.
- isActual() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- isActualProperty() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- isAddDebuggingInfoToOutput() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns whether to add debug information to the output.
- isAddDebuggingInfoToOutput() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns whether debugging info should be added to the output.
- isByteArrayResult() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Returns whether the result type is byte array.
- isCollection() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- isCollection() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- isCollection() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- isCombineSources() - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
-
Returns whether all sources are be loaded into one new Element.
- isContainer() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
This type of node is auxiliary.
- isCreateIdAttributes() - Methode in Klasse org.apache.torque.generator.outlet.java.XmlOutlet
-
Returns whether id attributes are automatically created in the output.
- isDefaultLowerCase() - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Returns whether all characters in the processed String should be made lower Case by default (i.e if none of the camelback rules is applicable).
- isEmpty() - Methode in Klasse org.apache.torque.generator.configuration.PackageResources
-
Returns whether the queried package exists in the class path.
- isEmpty() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns if the map contains any mappings at all.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
-
Returns whether the handler has already parsed the end of the snippet for which it is responsible.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
-
Returns whether the parser has finished parsing the mergepoint tag.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.option.OptionsSaxHandler
-
Returns whether the SAX handler has finished reading the options configuration.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns whether we are past the end of the outlet configuration XML snippet which we are parsing.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
-
Returns the configuration filled with the contents of the parsed snippet.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
-
Returns whether this handler has finished parsing.
- isFinished() - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Returns whether the matching snippet was completely parsed.
- isFirstCharUppercase() - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Returns whether the first character is always converted to upper case.
- isInit() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Checks whether the unit configuration is fully initialized.
- isInit() - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Returns whether
init()
was already called. - isInRootNamespace() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns if the namespace of this qualified name is the root namespace.
- isLeaf() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- isLeaf() - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- isOptionsInBinding() - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Returns whether all options which namespaces are visible to the name space of this outlet are put into the binding.
- isOptionsInContext() - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
Returns whether all options which namespaces are visible to the name space of this outlet are put into the context.
- isOverwrite() - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Returns whether the content of the target attribute is overwritten if it exists.
- isProcessingMergepointTag() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Returns whether we are currently processing a mergepoint tag.
- isPropertyAccessible() - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
- isRoot() - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns whether this namespace is the root namespace.
- isRunOnlyOnSourceChange() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Returns true if only the sources should be processed which have changed since last generation.
- isRunOnlyOnSourceChange() - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Returns true if only the sources should be processed which have changed since last generation.
- isSourceAttributesInBinding() - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Returns whether the attributes of the current source element are put into the binding.
- isSourceAttributesInContext() - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
Returns whether the attributes of the current source element are put into the context.
- isStringResult() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
-
Returns whether the result type is String.
- isVariablesInBinding() - Methode in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
Returns whether all variables which are visible to this outlet are put into the binding.
- isVariablesInContext() - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
Returns whether all variables which are visible to this outlet are put into the context.
- isVisibleFrom(Namespace) - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns if this namespace is visible from another namespace.
- isVisibleFrom(Namespace) - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns if this qualified name is visible from another namespace.
- isVisibleTo(Namespace) - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns if this namespace is visible to another namespace.
- isWindowsStyle() - Methode in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
Returns whether windows newlines (\r\n) are used.
- iteratePointer(Object, String, Object, String) - Statische Methode in Klasse org.apache.torque.generator.source.SourcePath
-
Gets the elements which can be reached from the start element by a given path.
J
- JAR - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
the generation unit is provided as a jar file .
- JarConfigurationProvider - Klasse in org.apache.torque.generator.configuration
-
Provides InputStreams to read a configuration of a unit of generation from a jar file.
- JarConfigurationProvider(ProjectPaths, TorqueGeneratorPaths) - Konstruktor für Klasse org.apache.torque.generator.configuration.JarConfigurationProvider
-
Constructor.
- JAVA_CLASSNAME_REPLACEMENT - Statische Variable in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
The String which is usually used as replacement for not allowed characters in java class names.
- JAVA_CLASSNAME_SPECIAL_CHARS - Statische Variable in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Characters which are not allowed in java class names
- JAVA_OBJECT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype JAVA_OBJECT.
- JavadocOutlet - Klasse in org.apache.torque.generator.outlet.java
-
An outlet for creating correctly formatted javadoc.
- JavadocOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
-
Constructor.
- JavaFilenameOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Takes a class name and a package name as input and generates a filename(including path for package) for a java file from it.
- JavaFilenameOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.JavaFilenameOutlet
-
Constructor.
- JavaOutletSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.outlet
-
Creates Java outlet SAX handlers.
- JavaOutletSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.JavaOutletSaxHandlerFactory
- JavaOutputType - Klasse in org.apache.torque.generator.control.outputtype
-
The output type for java output.
- JavaOutputType() - Konstruktor für Klasse org.apache.torque.generator.control.outputtype.JavaOutputType
- JdbcMetadataSource - Klasse in org.apache.torque.generator.source.jdbc
-
A source which reads the data from JDBC Metadata.
- JdbcMetadataSource(String, String, String, String, String) - Konstruktor für Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSource
-
Constructor.
- JdbcMetadataSourceProvider - Klasse in org.apache.torque.generator.source.jdbc
-
Creates a source from JDBC metadata.
- JdbcMetadataSourceProvider(String, String, String, String, String) - Konstruktor für Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- JdbcMetadataSourceSaxHandler - Klasse in org.apache.torque.generator.configuration.source
-
Reads jdbc metadata source definitions from the controller configuration file.
- JdbcMetadataSourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
-
Constructor.
- JdbcMetadataSourceSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.source
-
A Factory which creates a SAX handler for sources from JDBC Metadata.
- JdbcMetadataSourceSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandlerFactory
K
- KEY - Statische Variable in Klasse org.apache.torque.generator.control.outputtype.HtmlOutputType
-
The unique key of the output type.
- KEY - Statische Variable in Klasse org.apache.torque.generator.control.outputtype.JavaOutputType
-
The unique key of the output type.
- KEY - Statische Variable in Klasse org.apache.torque.generator.control.outputtype.PropertiesOutputType
-
The unique key of the output type.
- KEY - Statische Variable in Klasse org.apache.torque.generator.control.outputtype.UnknownOutputType
-
The unique key of the output type.
- KEY - Statische Variable in Klasse org.apache.torque.generator.control.outputtype.XmlOutputType
-
The unique key of the output type.
- KEY_ATTRIBUTE_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
The name of the key attribute of the entry element.
- keySet() - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns all options in a set.
- keySet() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all keys of the map.
L
- LAST_SOURCE_CHANGE_CACHE_FILE - Statische Variable in Klasse org.apache.torque.generator.control.Controller
-
The file in the work directory where last source changes are stored.
- load(InputStream, String, TemplateFilter) - Methode in Klasse org.apache.torque.generator.template.TemplateOutletImpl
-
Loads the template, possibly filtering the content..
- LoadAdditionalSourceTransformer - Klasse in org.apache.torque.generator.source.transform
-
A SourceTransformer which loads other sources into the current source graph.
- LoadAdditionalSourceTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
- LoadAllSourceFilesTransformer - Klasse in org.apache.torque.generator.source.transform
-
A SourceTransformer which loads all sources which are defined in the current output into the source graph.
- LoadAllSourceFilesTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
- Log4j2LoggingAdapter - Klasse in org.apache.torque.generator.configuration.controller
-
Allows reading and setting the current loglevel using log4j2.
- Log4j2LoggingAdapter() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.Log4j2LoggingAdapter
- Log4jLoggingAdapter - Klasse in org.apache.torque.generator.configuration.controller
-
Allows reading and setting the current loglevel using log4j.
- Log4jLoggingAdapter() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.Log4jLoggingAdapter
- LoggingAdapter - Schnittstelle in org.apache.torque.generator.configuration.controller
-
Allows reading and setting the current loglevel.
- Loglevel - Enum in org.apache.torque.generator.configuration.controller
-
The possible log levels.
- LONGVARBINARY - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype LONGVARBINARY.
- LONGVARCHAR - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype LONGVARCHAR.
M
- MapOptionsConfiguration - Klasse in org.apache.torque.generator.configuration.option
-
An option configuration in which the options are provided inside a java map.
- MapOptionsConfiguration(Map<String, String>) - Konstruktor für Klasse org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Constructor.
- Maven2DirectoryProjectPaths - Klasse in org.apache.torque.generator.configuration.paths
-
Implementation of ProjectPaths if the configuration is located in a directory of a maven 2 project.
- Maven2DirectoryProjectPaths(File) - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.Maven2DirectoryProjectPaths
-
Constructor.
- Maven2JarProjectPaths - Klasse in org.apache.torque.generator.configuration.paths
-
Implementation of ProjectPaths if the configuration is located in a jar file inside of a Maven 2 project.
- Maven2JarProjectPaths(File, String) - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.Maven2JarProjectPaths
-
Constructor.
- Maven2ProjectPaths - Klasse in org.apache.torque.generator.configuration.paths
-
Contains information of the default integration of the Torque generator into a maven 2 project.
- Maven2ProjectPaths(File) - Konstruktor für Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Constructor.
- merge(String, String, String, Charset) - Methode in Klasse org.apache.torque.generator.merge.ThreeWayMerger
-
Performs a three-way merge.
- mergepoint(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Processes the mergepoint with the given name.
- mergepoint(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Processes the mergepoint with the given name.
- mergepoint(String, ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Processes the mergepoint with the given name.
- Mergepoint - Klasse in org.apache.torque.generator.outlet
-
An merge point where the output of another outlet can be merged into the text generated by a outlet.
- Mergepoint(String) - Konstruktor für Klasse org.apache.torque.generator.outlet.Mergepoint
-
Constructor.
- MERGEPOINT_NAME_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Attribute name for the "name" attribute of the "mergepoint" tag.
- MERGEPOINT_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointConfigurationTags
-
Tag name for the "mergepoint" tag.
- MergepointAction - Schnittstelle in org.apache.torque.generator.control.action
-
An action which can be executed in a mergepoint.
- MergepointConfigurationTags - Klasse in org.apache.torque.generator.configuration.mergepoint
-
The element and attribute names for mergepoint configuration.
- MergepointMapping - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A mapping between the name of an mergepoint and and the action which should be performed at this point.
- MergepointMapping(String) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Constructor.
- MergepointMapping(String, List<MergepointAction>) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
-
Constructor.
- MergepointSaxHandler - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A SAX Handler which processes a mergepoint configuration in an outlet.
- MergepointSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.MergepointSaxHandler
-
Constructor.
- MergeTargetFileStrategy - Klasse in org.apache.torque.generator.control.existingtargetstrategy
-
A handler which implements the strategy to replace existing target files.
- MergeTargetFileStrategy() - Konstruktor für Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
- MODEL_NODE_FACTORY_ORDER - Statische Variable in Klasse org.apache.torque.generator.source.ModelNodeFactory
-
factory order constant
- ModelNodeFactory - Klasse in org.apache.torque.generator.source
-
Implements NodePointerFactory for JavaBeans.
- ModelNodeFactory() - Konstruktor für Klasse org.apache.torque.generator.source.ModelNodeFactory
- ModelNodePointer - Klasse in org.apache.torque.generator.source
-
A Pointer that points to a Java Object or a collection.
- ModelNodePointer(NodePointer, QName, Object, JXPathBeanInfo, Class<?>) - Konstruktor für Klasse org.apache.torque.generator.source.ModelNodePointer
-
Create a new BeanPointer.
- ModelNodePointer(QName, Object, JXPathBeanInfo, Class<?>, Locale) - Konstruktor für Klasse org.apache.torque.generator.source.ModelNodePointer
-
Create a new BeanPointer.
- ModelPropertyPointer - Klasse in org.apache.torque.generator.source
-
Pointer pointing to a property or field of a JavaBean.
- ModelPropertyPointer(NodePointer, JXPathBeanInfo, Class<?>) - Konstruktor für Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Create a new BeanPropertyPointer.
- MODIFIABLE_OUTPUT_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default generation target directory for generated files which are modifiable by the user, relative to the project root.
- MODIFIABLE_OUTPUT_DIR_KEY - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Key for the target directory for generated files which are modifiable by the user, relative to the project root.
- ModifySourcenameOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Creates a target filename from a source filename.
- ModifySourcenameOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Constructor.
N
- NAME_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "name" attribute.
- Namespace - Klasse in org.apache.torque.generator.qname
-
An instance of this class represents a hierarchical namespace.
- Namespace(String) - Konstruktor für Klasse org.apache.torque.generator.qname.Namespace
-
Constructs a namespace from its string representation.
- Namespace(List<String>) - Konstruktor für Klasse org.apache.torque.generator.qname.Namespace
-
Creates a namespace from a hierarchical List of namespace parts.
- Namespace(Namespace) - Konstruktor für Klasse org.apache.torque.generator.qname.Namespace
-
Copy-Contructor.
- NEWLINE - Statische Variable in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
The newline char '\r'.
- NewlineOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Creates new lines (\n or \r\n).
- NewlineOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
Constructor.
- next() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- next() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
- NO_CHECKSUM_CONTENT - Statische Variable in Klasse org.apache.torque.generator.control.Controller
-
The content of checksum files if no checksum can be computed.
- NoSuchPropertyException - Ausnahmeklasse in org.apache.torque.generator.source.transform.model
-
Indicates that an attempt was made to access a property which does not exist.
- NoSuchPropertyException(Object, String, List<String>, List<String>) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.NoSuchPropertyException
-
Constructor.
- NoSuchPropertyException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.NoSuchPropertyException
-
Constructor.
- now() - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the current date.
- now() - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the current date.
- NULL - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype NULL.
- NULL_ATTRIBUTE_FIELD_NAME - Statische Variable in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
The field name in the model which is filled if the attribute name
null
appears in the source graph. - NULL_KEY_BINDING_NAME - Statische Variable in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
The key under which the null attribute of a source element is put into the binding.
- NULL_KEY_CONTEXT_NAME - Statische Variable in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
The key under which the null attribute of a source element is put into the context.
- NUMERIC - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype NUMERIC.
O
- option(String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Returns the option with the given key.
- option(String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Returns the option with the given key.
- Option - Schnittstelle in org.apache.torque.generator.option
-
An option used in the code generation process.
- OPTION_PREFIX - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
The prefix for an option token.
- OptionAction - Klasse in org.apache.torque.generator.control.action
-
Inserts the value of an option into a mergepoint.
- OptionAction(String, Boolean) - Konstruktor für Klasse org.apache.torque.generator.control.action.OptionAction
-
Constructor.
- OptionActionSaxHandler - Klasse 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) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandler
-
Creates a OptionActionSaxHandler for reading the configuration of a OptionAction.
- OptionActionSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A Factory which creates a SAX handler for an OptionAction.
- OptionActionSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandlerFactory
- OptionImpl - Klasse in org.apache.torque.generator.option
-
The default implementation of the option Interface.
- OptionImpl(String, Object) - Konstruktor für Klasse org.apache.torque.generator.option.OptionImpl
-
Constructs an OptionImpl from the String representation of a QualifiedName and a value.
- OptionImpl(String, String, Object) - Konstruktor für Klasse org.apache.torque.generator.option.OptionImpl
-
Constructs an optionImpl from a namespace, a name and a value.
- OptionImpl(QualifiedName, Object) - Konstruktor für Klasse org.apache.torque.generator.option.OptionImpl
-
Constructs an OptionImpl from a QualifiedaName and a value.
- OptionName - Schnittstelle in org.apache.torque.generator.option
-
An interface for a class representing the name of an option.
- OptionOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Writes an option to the output.
- OptionOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.OptionOutlet
-
Constructor.
- Options - Klasse in org.apache.torque.generator.option
-
A Store for all options.
- Options() - Konstruktor für Klasse org.apache.torque.generator.option.Options
- OPTIONS_PATH_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.option.OptionTags
-
Attribute name for the "path" attribute of the "options" tag.
- OPTIONS_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.option.OptionTags
-
Tag name for the "options" tag.
- OPTIONS_TYPE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.option.OptionTags
-
Attribute name for the "type" attribute of the "options" tag.
- OptionsConfiguration - Schnittstelle in org.apache.torque.generator.configuration.option
-
The part of the configuration which provides information to set options.
- OptionsSaxHandler - Klasse in org.apache.torque.generator.configuration.option
-
A SAX handler for reading the options tag in the control configuration.
- OptionsSaxHandler(OptionsConfiguration) - Konstruktor für Klasse org.apache.torque.generator.configuration.option.OptionsSaxHandler
-
Constructor.
- OptionsSaxHandlerFactories - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A registry of OptionsSaxHandlerFactories.
- OptionsSaxHandlerFactories() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
-
Constructor.
- OptionsSaxHandlerFactory - Schnittstelle in org.apache.torque.generator.configuration.option
-
Classes implementing this interface are responsible for creating
OptionsSaxHandler
s for a specific action type. - OptionTags - Klasse 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. a name whiches lives in a hierarchical namespace.
- org.apache.torque.generator.source - Package org.apache.torque.generator.source
-
This package contains the handling of source files.
- org.apache.torque.generator.source.jdbc - Package org.apache.torque.generator.source.jdbc
-
This package implements sources which read from jdbc.
- org.apache.torque.generator.source.skipDecider - Package org.apache.torque.generator.source.skipDecider
-
This package contains the definition and implementations of source filters.
- org.apache.torque.generator.source.stream - Package org.apache.torque.generator.source.stream
-
This package contains the handling of stream-based sources, such as file sources.
- org.apache.torque.generator.source.transform - Package org.apache.torque.generator.source.transform
-
This package contains the definition of source transformers and some implementations.
- org.apache.torque.generator.source.transform.model - Package org.apache.torque.generator.source.transform.model
-
This package provides the ability to create a typed source model.
- org.apache.torque.generator.template - Package org.apache.torque.generator.template
-
This package contains the handling of template-based outlets in the Torque generator.
- org.apache.torque.generator.template.groovy - Package org.apache.torque.generator.template.groovy
-
This package contains the handling of groovy outlets in the Torque generator.
- org.apache.torque.generator.template.velocity - Package org.apache.torque.generator.template.velocity
-
This package contains the handling of velocity outlets in the Torque generator.
- org.apache.torque.generator.variable - Package org.apache.torque.generator.variable
-
This package contains the variable handling.
- OTHER - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype OTHER.
- Outlet - Schnittstelle in org.apache.torque.generator.outlet
-
Generates String output from the AST.
- OUTLET - Enum-Konstante in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
The scope of the variable is limited to the current outlet.
- OUTLET_CLASS_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "class" of the "outlet" tag.
- OUTLET_ENCODING_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "encoding" of the "outlet" tag.
- OUTLET_NAME_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "name" of the "outlet" tag.
- OUTLET_OPTIONS_IN_BINDING_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "optionsInBinding" of the "outlet" tag.
- OUTLET_OPTIONS_IN_CONTEXT_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "optionsInContext" of the "outlet" tag.
- OUTLET_PATH_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "path" of the "outlet" tag.
- OUTLET_SCHEMA_SYSTEMID - Statische Variable in Klasse org.apache.torque.generator.configuration.ConfigurationEntityResolver
-
The SystemId of the configuration schema.
- OUTLET_SOURCE_ATTRIBUTES_IN_BINDING_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "sourceAttributesInBinding" of the "outlet" tag.
- OUTLET_SOURCE_ATTRIBUTES_IN_CONTEXT_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "sourceAttributesInContext" of the "outlet" tag.
- OUTLET_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Tag name for the "outlet" tag.
- OUTLET_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Tag name for the "outlet" tag.
- OUTLET_TEMPLATE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "template" of the "outlet" tag.
- OUTLET_TYPE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "type" of the "outlet" tag.
- OUTLET_VARIABLES_IN_BINDING_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "variablesInBinding" of the "outlet" tag.
- OUTLET_VARIABLES_IN_CONTEXT_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Attribute name for the attribute "variablesInContext" of the "outlet" tag.
- OutletConfiguration - Klasse in org.apache.torque.generator.configuration.outlet
-
Administers the available Outlets.
- OutletConfiguration(Collection<Outlet>, Collection<MergepointMapping>, UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Creates a OutletConfiguration containing a list of Outlets.
- OutletConfigurationSaxHandler - Klasse in org.apache.torque.generator.configuration.outlet
-
A SAX handler which parses Outlet configuration files.
- OutletConfigurationSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
Constructor.
- OutletConfigurationTags - Klasse in org.apache.torque.generator.configuration.outlet
-
Tag names for the outlet configuration files.
- OutletConfigurationXmlParser - Klasse in org.apache.torque.generator.configuration.outlet
-
Parses outlet configuration files and creates a OutletConfiguration.
- OutletConfigurationXmlParser() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationXmlParser
- outletExists(QualifiedName) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Returns whether a outlet for the given name exists.
- OutletImpl - Klasse in org.apache.torque.generator.outlet
-
Implementation of the features in the
Outlet
interface which do not depend on type of Outlet. - OutletImpl(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.OutletImpl
-
Constructs a OutletImpl with the given name.
- OutletReference - Klasse in org.apache.torque.generator.configuration.controller
-
Represents a reference to a outlet.
- OutletReference(String) - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.OutletReference
-
Constructor.
- OutletReference(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.OutletReference
-
Constructor.
- OutletReferenceSaxHandler - Klasse in org.apache.torque.generator.configuration.controller
-
Reads a Outlet reference file from the controller configuration file.
- OutletReferenceSaxHandler() - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
- OutletResult - Klasse in org.apache.torque.generator.outlet
-
The result of an outlet.
- OutletResult(byte[]) - Konstruktor für Klasse org.apache.torque.generator.outlet.OutletResult
-
Constructor for a byte array result.
- OutletResult(String) - Konstruktor für Klasse org.apache.torque.generator.outlet.OutletResult
-
Constructor for a String result.
- OUTLETS_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationTags
-
Tag name for the "outlets" tag.
- OutletSaxHandler - Klasse in org.apache.torque.generator.configuration.outlet
-
Handles a outlet declaration within the outlet configuration.
- OutletSaxHandler(QualifiedName, ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
-
Creates a OutletSaxHandler.
- OutletTypes - Klasse in org.apache.torque.generator.configuration
-
Manages the types of known Outlets.
- OutletTypes() - Konstruktor für Klasse org.apache.torque.generator.configuration.OutletTypes
-
Constructor.
- OutletUtils - Klasse in org.apache.torque.generator.outlet.java
-
Utility methods to retrieve information out of the source model or the configuration.
- OutletWithoutMergepoints - Klasse in org.apache.torque.generator.outlet.java
-
An outlet without mergepoints.
- OutletWithoutMergepoints(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
-
Constructs a OutletWithoutMergepoints with the given name.
- Output - Klasse in org.apache.torque.generator.configuration.controller
-
The configuration for an output (typically one or more files).
- Output(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.Output
-
Constructor.
- OUTPUT_DIR_KEY_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "existingTargetStrategy" attribute.
- OUTPUT_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Tag name for the "output" tag.
- OutputAction - Klasse in org.apache.torque.generator.control.action
-
Inserts a fixed String into a mergepoint.
- OutputAction(String) - Konstruktor für Klasse org.apache.torque.generator.control.action.OutputAction
-
Constructor.
- OutputActionSaxHandler - Klasse 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) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandler
-
Creates a OutputActionSaxHandler for reading the configuration of a OptionAction.
- OutputActionSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A Factory which creates a SAX handler for an OutputAction.
- OutputActionSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandlerFactory
- OutputConfigurationTags - Klasse in org.apache.torque.generator.configuration.controller
-
The tag and attribute names used for configuring an Output unit.
- OutputSaxHandler - Klasse in org.apache.torque.generator.configuration.controller
-
Reads an output declaration from the controller configuration file.
- OutputSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.controller.OutputSaxHandler
-
Constructor.
- OutputType - Schnittstelle in org.apache.torque.generator.control.outputtype
-
An interface describing the type of output produced by the generator.
P
- PACKAGE_MERGEPOINT_NAME - Statische Variable in Klasse org.apache.torque.generator.outlet.java.JavaFilenameOutlet
-
The name of the merge point which provides the class name.
- PackageResources - Klasse in org.apache.torque.generator.configuration
-
A Container of resources which contain a specific package.
- PackageResources(String, ClassLoader) - Konstruktor für Klasse org.apache.torque.generator.configuration.PackageResources
-
Constructor, finds the resources for a certain package.
- PackageToPathOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Takes a package as input and generates a path from it.
- PackageToPathOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.PackageToPathOutlet
-
Constructor for use in child classes.
- parse(InputStream, ControllerState) - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
Parses a Stream in Properties format and returns the root element of the created element tree.
- parse(InputStream, ControllerState) - Methode in Schnittstelle org.apache.torque.generator.source.stream.StreamSourceFormat
-
Parses a source file and returns its root element.
- parse(InputStream, ControllerState) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
-
Parses a stream containing xml data and creates a source element hierarchy from it.
- PASSWORD_OPTION_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "passwordOption" attribute.
- PATH_ATTRIBUTE_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
The name of the path attribute of the file elements.
- popOutlet() - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Pops the topmost outlets from the stack of outlets.
- POSTPROCESSOR_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "postprocessor" tag.
- PostprocessorDefinition - Klasse in org.apache.torque.generator.source
-
All necessary informations for postprocessing the result.
- PostprocessorDefinition(StringProcessor) - Konstruktor für Klasse org.apache.torque.generator.source.PostprocessorDefinition
-
Constructor.
- PREFIX_SEPARATOR - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
The separator between prefix and key.
- proceed(ControllerState) - Methode in Schnittstelle org.apache.torque.generator.source.skipDecider.SkipDecider
-
Decides whether the source file should be skipped and not used for generation.
- proceed(ControllerState) - Methode in Klasse org.apache.torque.generator.source.skipDecider.StopGenerationDecider
-
Decides whether generation should proceed.
- process(String) - Methode in Klasse org.apache.torque.generator.control.TokenReplacer
-
Resolves all Tokens ${option:optionName} and replaces them with the appropriate value.
- process(String) - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Does the camelback processing according to the settings.
- process(String) - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Replaces all characters in
toProcess
which occur intoReplace
withtoReplaceWith
and returns the new String - process(String) - Methode in Klasse org.apache.torque.generator.processor.string.ConstantNameCreator
-
Replaces all characters in
toProcess
which occur intoReplace
withtoReplaceWith
; groups of special characters are treated as one. - process(String) - Methode in Klasse org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
-
Converts Windows CR/LF character sequences to Unix LF sequences.
- process(String) - Methode in Schnittstelle org.apache.torque.generator.processor.string.StringProcessor
-
Generates another String from the passed String.
- process(String) - Methode in Klasse org.apache.torque.generator.processor.string.UnixLinefeedProcessor
-
Converts Windows CR/LF character sequences to Unix LF sequences.
- process(String) - Methode in Klasse org.apache.torque.generator.processor.string.WrapReservedJavaWords
-
Checks whether the input is a reserved java word.
- processGenerationUnit(ControllerState, UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.Controller
-
Processes a unit of generation.
- ProjectPaths - Schnittstelle in org.apache.torque.generator.configuration.paths
-
Provides the default paths which Torque generator needs to interact with its surrounding project.
- PropertiesOptionConfiguration - Klasse in org.apache.torque.generator.configuration.option
-
An option configuration which reads the options from a properties file.
- PropertiesOptionConfiguration() - Konstruktor für Klasse org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
- PropertiesOptionsSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.option
-
A Factory which creates a SAX handler for properties options.
- PropertiesOptionsSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.option.PropertiesOptionsSaxHandlerFactory
- PropertiesOutputType - Klasse in org.apache.torque.generator.control.outputtype
-
The output type for properties output.
- PropertiesOutputType() - Konstruktor für Klasse org.apache.torque.generator.control.outputtype.PropertiesOutputType
- PropertiesSourceFormat - Klasse in org.apache.torque.generator.source.stream
-
The source type representing an properties source.
- PropertiesSourceFormat() - Konstruktor für Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
- PropertyAccess - Klasse in org.apache.torque.generator.source.transform.model
-
Accesses properties of java classes by reflection.
- PropertyAccess(Object, String) - Konstruktor für Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Constructs a reflection access to a property of an object.
- PropertyAccess(Object, String, List<String>, List<String>) - Konstruktor für Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Constructs a reflection access to a property of an object.
- PropertyNotReadableException - Ausnahmeklasse in org.apache.torque.generator.source.transform.model
-
Indicates that an attempt was made to read a property which is not readable.
- PropertyNotReadableException(Object, String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotReadableException
-
Constructor.
- PropertyNotReadableException(Object, String, String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotReadableException
-
Constructor.
- PropertyNotWriteableException - Ausnahmeklasse in org.apache.torque.generator.source.transform.model
-
Indicates that an attempt was made to write a property which is not writeable.
- PropertyNotWriteableException(Object, String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotWriteableException
-
Constructor.
- PropertyNotWriteableException(Object, String, String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.model.PropertyNotWriteableException
-
Constructor.
- pushOutlet(Outlet) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Pushes a outlet onto the stack of outlets.
- put(QualifiedName, T) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Creates or overwrites a mapping in the map.
- putAll(Map<? extends QualifiedName, ? extends T>) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Creates or overrides mappings for all the mappings in the supplied map.
Q
- QualifiedName - Klasse in org.apache.torque.generator.qname
-
This class contains a name which has a namespace.
- QualifiedName(String) - Konstruktor für Klasse org.apache.torque.generator.qname.QualifiedName
-
Creates a QualifiedName from its string representation, which is namespace:name.
- QualifiedName(String, String) - Konstruktor für Klasse org.apache.torque.generator.qname.QualifiedName
-
Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.
- QualifiedName(String, Namespace) - Konstruktor für Klasse org.apache.torque.generator.qname.QualifiedName
-
Creates a QualifiedName from a fully qualified name or the name and the namespace parts of a QualifiedName.
- QualifiedNameMap<T> - Klasse in org.apache.torque.generator.qname
-
A special map with a QualifiedName as a key.
- QualifiedNameMap() - Konstruktor für Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Constructs an empty QualifiedNameMap.
- QualifiedNameMap(Map<? extends QualifiedName, ? extends T>) - Konstruktor für Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Constructs a shallow copy of the supplied map.
R
- read() - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Reads the configuration.
- readControllerConfiguration(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationXmlParser
-
Reads the controller configuration out of a configurationProvider.
- readFromFile(File) - Methode in Klasse org.apache.torque.generator.control.Checksums
- readOutletConfiguration(ConfigurationProvider, ConfigurationHandlers, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationXmlParser
-
Reads all outlet configuration files and creates the outlet configuration from them.
- readResource() - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
-
Reads the resource defined in the parsed XML .
- REAL - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype REAL.
- REF - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype REF.
- ReflectionOutletSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.outlet
-
Creates outlet SAX handlers using reflection and a naming convention.
- ReflectionOutletSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
-
Creates a ReflectionOutletSaxHandlerFactory with the default sax handler package.
- ReflectionOutletSaxHandlerFactory(String) - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.ReflectionOutletSaxHandlerFactory
-
Creates a ReflectionOutletSaxHandlerFactory with the default sax handler package.
- register(ActionSaxHandlerFactory) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandlerFactories
-
Registers a handler for a new action type.
- register(OptionsSaxHandlerFactory) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OptionsSaxHandlerFactories
-
Registers a new OptionsSaxHandlerFactory.
- register(SourceSaxHandlerFactory) - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
-
Registers a new SourcseSaxHandlerFactory.
- registerTypedOutletHandlerFactory(TypedOutletSaxHandlerFactory) - Methode in Klasse org.apache.torque.generator.configuration.OutletTypes
-
Registers a handler for a new type of outlets.
- registerUntypedOutletHandlerFactory(UntypedOutletSaxHandlerFactory) - Methode in Klasse org.apache.torque.generator.configuration.OutletTypes
-
Registers a untyped handler.
- remove() - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- remove() - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- remove() - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
-
Removes the attribute pointed to.
- remove() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
- remove(Object) - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Removes the mapping for the supplied key, if this mapping exists.
- remove(Variable) - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
removes a variable from the store.
- RemoveUnusedImportsProcessor - Klasse in org.apache.torque.generator.processor.string
-
Tries to remove unused imports
- RemoveUnusedImportsProcessor() - Konstruktor für Klasse org.apache.torque.generator.processor.string.RemoveUnusedImportsProcessor
- ReplaceTargetFileStrategy - Klasse in org.apache.torque.generator.control.existingtargetstrategy
-
A handler which implements the strategy to replace existing target files.
- ReplaceTargetFileStrategy() - Konstruktor für Klasse org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
- reset(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Resets the source provider.
- resetCounter() - Statische Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Resets the counter accessible though
getCounter()
back to 1. - resetCounter() - Statische Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Resets the counter accessible though
getCounter()
back to 1. - resetInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.jdbc.JdbcMetadataSourceProvider
- resetInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.SourceProvider
-
Resets the sources provided by this SourceProvider.
- resetInternal(ConfigurationHandlers, ControllerState) - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
- resolveEntity(String, String) - Methode in Klasse org.apache.torque.generator.configuration.ConfigurationEntityResolver
-
An implementation of the SAX
EntityResolver
interface to be called by the XML parser. - resolveEntity(String, String) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
-
EntityResolver implementation.
- resolveEntity(String, String) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
-
EntityResolver implementation.
- resolveEntity(String, String) - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferences
-
An implementation of the SAX
EntityResolver
interface to be called by the XML parser. - resolveEntity(String, String) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
-
EntityResolver implementation.
- resolveMergepointMappings() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Resolves the isolated merge point mappings and adds them to the relevant outlets.
- RESOURCE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "resource" attribute.
- ROOT_ELEMENT_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
-
The name of the root element of the produced source tree.
- ROOT_ELEMENT_NAME - Statische Variable in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
-
The name of the root element.
- ROOT_NAMESPACE - Statische Variable in Klasse org.apache.torque.generator.qname.Namespace
-
The root namespace.
- run(List<UnitDescriptor>) - Methode in Klasse org.apache.torque.generator.control.Controller
-
Executes the controller action.
S
- SaxHelper - Klasse in org.apache.torque.generator.configuration
-
Helper methods for SAX handlers.
- SCHEMA_OPTION_ATTRIBUTE - Statische Variable in Klasse 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 - Statische Variable in Klasse org.apache.torque.generator.qname.Namespace
-
The separator between the hierachical parts of a namespace.
- SEPARATOR - Statische Variable in Klasse 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) - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Sets a variable.
- setAddDebuggingInfoToOutput(boolean) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets whether to add debug information to the output.
- setAddDebuggingInfoToOutput(boolean) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets whether debugging info should be added to the output.
- setAddTo(String) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
-
Sets the path to the source element to where the new elements are added.
- setAppendWhenReserved(String) - Methode in Klasse org.apache.torque.generator.processor.string.WrapReservedJavaWords
-
Sets the suffix to be appended if the input is a reserved word.
- setAttribute(String, Object) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Sets the attribute of a Source element.
- setAttribute(SourceAttributeName, Object) - Methode in Klasse org.apache.torque.generator.source.SourceElement
-
Sets the attribute of a Source element.
- setAttributeName(String) - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Sets the name of the source element attribute.
- setBasedir(File) - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Sets the base directory of the fileset.
- setCacheDir(File) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the cache directory where the generator can store internal files.
- setChecksum(String, byte[]) - Methode in Klasse org.apache.torque.generator.control.Checksums
- setClassLoader(ClassLoader) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
-
Sets whether all sources are be loaded into one new Element.
- setConfigurationDir(File) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.Configuration
-
Sets the available configuration handlers.
- setConfigurationHandlers(ConfigurationHandlers) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the configuration handlers used to parse the configuration of this generation unit.
- setConfigurationPackage(String) - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Sets the root package for the Torque generator files, relative to the project root.
- setContentOutlet(OutletReference) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the reference to the outlet which should produce the content.
- setContext(Context) - Methode in Klasse org.apache.torque.generator.template.velocity.VelocityOutletState
-
Sets the current velocity context.
- setCount(int) - Methode in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
Sets how many newlines should be created.
- setCreateIdAttributes(boolean) - Methode in Klasse org.apache.torque.generator.outlet.java.XmlOutlet
-
Sets whether id attributes should be automatically created in the output.
- setDefaultLowerCase(boolean) - Methode in Klasse 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) - Methode in Klasse 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(Charset) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the output encoding if no specificdefaultOutputCharsetg has been set in the output.
- setDefaultOutputEncoding(Charset) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Sets the character sequence after which last occurrence the source filename is returned.
- setElement(String) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Sets the path to the source element to which the additional sources should be added.
- setEncoding(Charset) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the character encoding of the generated file(s).
- setEntityReferences(EntityReferences) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the entityReferences of the associated configuration unit.
- setExcludes(Collection<String>) - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Sets the exclude patterns for the fileset.
- setExistingTargetStrategy(String) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the strategy how existing target files should be handled.
- setFileExcludes(List<String>) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Sets the file patterns to exclude from the sources to read.
- setFileIncludes(List<String>) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Sets the file patterns to include to the sources to read.
- setFilename(String) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the name of the file to generate.
- setFilenameOutlet(Outlet) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the reference to the outlet which should produce the file name.
- setFirstCharUppercase(boolean) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets whether the first character should always be upper case.
- setFirstCharUppercase(boolean) - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Sets whether the first character should always be upper case.
- setForeignKeyName(String) - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Sets the name of the foreign key.
- setGetterNameAttribute(String) - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Sets the name of the target element attribute for the getter name.
- setGlobalOption(Option) - Methode in Klasse org.apache.torque.generator.option.Options
-
Sets an option with global scope.
- setIgnorePartAfter(String) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets the separation chars which define the suffix to be removed.
- setIgnorePartAfter(String) - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Sets the separation chars which define the suffix to be removed.
- setIgnorePartBefore(String) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets the separation characters which define the prefix to be removed.
- setIgnorePartBefore(String) - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Sets the separation characters which define the prefix to be removed.
- setIgnoreUnknownAttributes(boolean) - Methode in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Sets whether to ignore unknown attributes in the source tree.
- setIgnoreUnknownElements(boolean) - Methode in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Sets whether to ignore unknown elements in the source tree.
- setIncludes(Collection<String>) - Methode in Klasse org.apache.torque.generator.file.Fileset
-
Sets the include patterns for the fileset.
- setIndent(String) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- setIndent(String) - Methode in Klasse org.apache.torque.generator.source.stream.SourceToXml
-
Sets the String by which a child element is indented relative to its parent.
- setIndex(int) - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
- setInheritsFrom(UnitDescriptor) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets the descriptor of the generation unit from which this generation unit inherits.
- setInputClass(String) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Sets the class name of the input root object in the delegate.
- setInputClass(String) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Sets the fully qualified name of the input model root class.
- setInputClass(String) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- setInputElementName(String) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Sets the name of the input root element in the delegate.
- setInputElementName(String) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Sets the name of the input root element.
- setInputElementName(String) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- setInputOption(String) - Methode in Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Sets the name of the option which should be used as input.
- setInputSourceElement(String) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Sets the input value directly.
- setInputVariable(String) - Methode in Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Sets the name of the variable which should be used as input.
- setLineBreak(String) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- setLoggingAdapter(LoggingAdapter) - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Sets the logging adapter.
- setLoglevel(Loglevel) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
-
Set the loglevel during generation.
- setLoglevel(Loglevel) - Methode in Klasse org.apache.torque.generator.configuration.controller.DummyLoggingAdapter
-
Does nothing except logging the argument.
- setLoglevel(Loglevel) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Schnittstelle org.apache.torque.generator.configuration.controller.LoggingAdapter
-
Sets the loglevel to the given loglevel.
- setLoglevel(Loglevel) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the Loglevel during generation.
- setLoglevel(Loglevel) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets the log level overriding the loglevel defined in the configuration unit.
- setMaxLineLength(int) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- setMergepointMapping(MergepointMapping) - Methode in Klasse org.apache.torque.generator.outlet.DebuggingOutletWrapper
-
Sets an mergepoint mapping in the delegate.
- setMergepointMapping(MergepointMapping) - Methode in Schnittstelle org.apache.torque.generator.outlet.Outlet
-
Sets an mergepoint mapping in the outlet.
- setMergepointMapping(MergepointMapping) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Sets an mergepoint mapping in the outlet.
- setModel(Object, String) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the current source model object.
- setModelRoot(Object) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the root object of the current source.
- setModelRootClass(String) - Methode in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Sets the class which the model root must have.
- setModificationDate(String, Date) - Methode in Klasse org.apache.torque.generator.control.Checksums
- setNewElement(String) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.OptionOutlet
-
Sets the name of the option to output.
- setOptions(Options) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the options of the associated configuration unit.
- setOptionsInBinding(boolean) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the outlet configuration of the associated configuration unit.
- setOutputDirectory(String, File) - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Sets the output directory for a given output directory key.
- setOutputDirectoryMap(Map<String, File>) - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Sets the contents of the output directory map.
- setOutputDirectoryMap(Map<String, File>) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the output directory map which contains the mapping from output directory key to output directory.
- setOutputDirKey(String) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the key for the output directory into which the output is written.
- setOutputList(List<Output>) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the output activities of the associated configuration unit.
- setOverrideOptions(OptionsConfiguration) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets the configuration of the overriding options, if any.
- setOverrideSourceProvider(SourceProvider) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the source provider which overrides the source provider defined in the control file.
- setOverrideSourceProvider(SourceProvider) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets the source provider overriding the source defined in the control file.
- setOverwrite(boolean) - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Sets whether the content of the target attribute should be overwritten if it exists.
- setPathToModel(String) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the path from the model root to the current model.
- setPosition(int) - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributeIterator
- setPosition(int) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodeIterator
- setPrefix(String) - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Sets the prefix which is added in front of the modified source filename.
- setPrefix(String) - Methode in Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Sets the prefix which is added in front of the input string.
- setPrependWhenReserved(String) - Methode in Klasse org.apache.torque.generator.processor.string.WrapReservedJavaWords
-
Sets the prefix to be prepended if the input is a reserved word.
- setProperty(Object) - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Sets the property on the target object to a given value.
- setPropertyIndex(int) - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Selects a property by its offset in the alphabetically sorted list.
- setPropertyName(String) - Methode in Klasse org.apache.torque.generator.source.ModelPropertyPointer
-
Select a property by name.
- setPropertyStrict(Object) - Methode in Klasse org.apache.torque.generator.source.transform.model.PropertyAccess
-
Sets the property on the target object to a given value.
- setReferencedTable(String) - Methode in Klasse org.apache.torque.generator.source.jdbc.ForeignKeyMetadata
-
Sets the name of the referenced (foreign) table.
- setRemovableWrapCharacters(String) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- setRemoveWithoutUppercase(String) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets which characters are removed from the processed String.
- setRemoveWithoutUppercase(String) - Methode in Klasse org.apache.torque.generator.processor.string.Camelbacker
-
Sets which characters are removed from the processed String.
- setRemoveWithUppercase(String) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets the prefix which is prepended to reserved java words.
- setReservedJavaWordsSuffix(String) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets the suffix which is prepended to reserved java words.
- setRunOnlyOnSourceChange(boolean) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets whether only the sources should be processed which have changed since last generation.
- setRunOnlyOnSourceChange(boolean) - Methode in Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Sets whether only the sources should be processed which have changed since last generation.
- setSetterNameAttribute(String) - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Sets the name of the target element attribute for the setter name.
- setSkipDecider(String, UnitDescriptor) - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Sets and instantiates the source filter class.
- setSourceAttributeName(String) - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Sets the name of the attribute which is read as Input.
- setSourceAttributesInBinding(boolean) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
-
Sets the default directory for the source files, relative to the current directory, or absolute.
- setSourceElementAttribute(String) - Methode in Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Sets the name of the source element attribute from which the input should be read.
- setSourceFile(File) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the currently used source file.
- setSourceFileset(Fileset) - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
-
Sets the fileset which determines the source files to read.
- setSourceFormat(String) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Sets the key of the source format of the source file(s).
- setSourceProcessConfiguration(SourceProcessConfiguration) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets how the sources should be post-processed before generation.
- setSourceProvider(SourceProvider) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the source provider which provides the input for generating the output file's contents.
- setSourceProvider(SourceProvider) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the source provider which is currently in use.
- setSourceTransformerDefinitions(List<SourceTransformerDefinition>) - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Sets the transformer definitions.
- setStartElementsPath(String) - Methode in Klasse org.apache.torque.generator.source.SourceProcessConfiguration
-
Sets the start element path.
- setSuffix(String) - Methode in Klasse org.apache.torque.generator.outlet.java.ModifySourcenameOutlet
-
Sets the suffix which is added after the modified source filename.
- setSuffix(String) - Methode in Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Sets the suffix which is added after of the input string.
- setTargetAttributeName(String) - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Sets the name of the attribute into which the result is stored.
- setTemplateSetName(String) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the name of the template set.
- setToReplace(String) - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Sets the characters which should be replaced.
- setToReplaceWith(String) - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
-
Sets the String which are inserted instead of the replaced characters.
- setType(String) - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
-
Sets the type of the produced output, e.g. java, xml.
- setUnitConfiguration(UnitConfiguration) - Methode in Klasse org.apache.torque.generator.control.ControllerState
-
Sets the configuration of the currently processed generation unit.
- setUpperCaseSeparationPrefix(String) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
-
Sets the value of this attribute.
- setValue(Object) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- setValue(Object) - Methode in Klasse org.apache.torque.generator.variable.Variable
-
Sets the value of the variable.
- setVariable(String, Object) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Sets a variable.
- setVariable(String, Object) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Sets a variable.
- setVariable(String, Object, String) - Methode in Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Sets a variable.
- setVariable(String, Object, String) - Methode in Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Sets a variable.
- setVariable(String, Object, ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Sets a variable.
- setVariable(String, Object, Variable.Scope, ControllerState) - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
-
Sets a variable.
- setVariablesInContext(boolean) - Methode in Klasse 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) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.outlet.java.NewlineOutlet
-
Sets whether windows newlines (\r\n) are used.
- setWorkDir(File) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
-
Sets the work directory where the generator can store internal files.
- setWrapAfterCharacters(String) - Methode in Klasse org.apache.torque.generator.outlet.java.JavadocOutlet
- setWrapReservedJavaWords(boolean) - Methode in Klasse org.apache.torque.generator.outlet.java.CamelbackOutlet
-
Sets whether reserved java words (as output of the camelbacker) are wrapped (prepended or appended).
- size() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Counts all mappings in the map.
- SKIP_DECIDER_ARRTIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "skipDecider" attribute.
- SkipDecider - Schnittstelle in org.apache.torque.generator.source.skipDecider
-
A class deciding whether the generation should be skipped or not.
- SkipExistingTargetFileStrategy - Klasse in org.apache.torque.generator.control.existingtargetstrategy
-
A handler which implements the strategy to skip existing target files.
- SkipExistingTargetFileStrategy() - Konstruktor für Klasse org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
- SMALLINT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype SMALLINT.
- Source - Schnittstelle in org.apache.torque.generator.source
-
An entity which serves as an input for the generation process.
- SOURCE_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default generation source file directory, relative to the configuration root directory.
- SOURCE_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "source" tag.
- SourceAttributeName - Schnittstelle in org.apache.torque.generator.source
-
An interface for a class respresenting the name of a source attribute.
- SourceConfigurationTags - Klasse in org.apache.torque.generator.configuration.source
-
Contains tag and attribute names for the Source configuration.
- SourceElement - Klasse in org.apache.torque.generator.source
-
An element in the source graph.
- SourceElement(String) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElement
-
Constructor.
- SourceElement(SourceElementName) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElement
-
Constructor.
- SourceElementAttributeAction - Klasse in org.apache.torque.generator.control.action
-
Applies an outlet to a given source element.
- SourceElementAttributeAction(String, String, Boolean) - Konstruktor für Klasse org.apache.torque.generator.control.action.SourceElementAttributeAction
-
Constructor.
- SourceElementAttributeActionSaxHandler - Klasse 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) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandler
-
Creates a OptionActionSaxHandler for reading the configuration of a SourceElementAttributeAction.
- SourceElementAttributeActionSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A Factory which creates a SAX handler for a SourceElementAttributeAction.
- SourceElementAttributeActionSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandlerFactory
- SourceElementAttributeIterator - Klasse in org.apache.torque.generator.source
-
A node iterator iterating over attributes of a SourceElement.
- SourceElementAttributeIterator(NodePointer, QName) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementAttributeIterator
-
Create a new SourceElementAttributeIterator.
- SourceElementAttributePointer - Klasse in org.apache.torque.generator.source
-
A node pointer pointing to an attribute of a SourceElement.
- SourceElementAttributePointer(NodePointer, SourceElement, String) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementAttributePointer
-
Constructor.
- SourceElementName - Schnittstelle in org.apache.torque.generator.source
-
An interface for a class respresenting the name of a source element.
- SourceElementNodeIterator - Klasse in org.apache.torque.generator.source
-
A node iterator iterating over children of a SourceElement.
- SourceElementNodeIterator(NodePointer, NodeTest, boolean, NodePointer) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementNodeIterator
-
Create a new DOMNodeIterator.
- SourceElementNodePointer - Klasse in org.apache.torque.generator.source
-
A node pointer pointing to a SourceElement.
- SourceElementNodePointer(NodePointer, SourceElement) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementNodePointer
- SourceElementNodePointer(SourceElement, Locale) - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementNodePointer
- SourceElementNodePointerFactory - Klasse in org.apache.torque.generator.source
-
A node pointer factory for SourceElements.
- SourceElementNodePointerFactory() - Konstruktor für Klasse org.apache.torque.generator.source.SourceElementNodePointerFactory
- SourceElementToModelTransformer - Klasse in org.apache.torque.generator.source.transform
-
A Source transformer transforming a SourceElement graph to a typed model.
- SourceElementToModelTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Standard constructor.
- SourceElementToModelTransformer(Class<?>) - Konstruktor für Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
-
Constructor defining the model root class.
- SourceException - Ausnahmeklasse in org.apache.torque.generator.source
-
This exception denotes that the source cannot be read.
- SourceException() - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.SourceException
-
Constructs a SourceException without error message.
- SourceException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.SourceException
-
Constructs a SourceException with the given error message.
- SourceException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.SourceException
-
Constructs a SourceException which wraps another exception, and which has its own error message.
- SourceException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.SourceException
-
Constructs a SourceException which wraps another exception.
- SourceImpl - Klasse in org.apache.torque.generator.source
-
The base implementation of the source interface.
- SourceImpl() - Konstruktor für Klasse org.apache.torque.generator.source.SourceImpl
- SourcePath - Klasse in org.apache.torque.generator.source
-
Methods for traversing a source tree.
- SourcePathPointer - Klasse in org.apache.torque.generator.source
-
A class containing the value and the path to an object in a model graph
- SourcePathPointer(Object, String) - Konstruktor für Klasse org.apache.torque.generator.source.SourcePathPointer
- SourceProcessConfiguration - Klasse 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() - Konstruktor für Klasse org.apache.torque.generator.source.SourceProcessConfiguration
- SourceProvider - Klasse in org.apache.torque.generator.source
-
The input for a generation process.
- SourceProvider() - Konstruktor für Klasse org.apache.torque.generator.source.SourceProvider
- SourceSaxHandler - Klasse in org.apache.torque.generator.configuration.source
-
A base class for reading source definitions from the controller configuration file.
- SourceSaxHandler(ConfigurationProvider, UnitDescriptor, ConfigurationHandlers) - Konstruktor für Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
-
Constructor.
- SourceSaxHandlerFactories - Klasse in org.apache.torque.generator.configuration.source
-
A registry of SourceSaxHandlerFactories.
- SourceSaxHandlerFactories() - Konstruktor für Klasse org.apache.torque.generator.configuration.source.SourceSaxHandlerFactories
-
Constructor.
- SourceSaxHandlerFactory - Schnittstelle in org.apache.torque.generator.configuration.source
-
Classes implementing this interface are responsible for creating
SourceSaxHandler
s for a specific source type. - SourceTargetAttributeTransformer - Klasse in org.apache.torque.generator.source.transform
-
A transformer which has a source attribute and a target attribute.
- SourceTargetAttributeTransformer() - Konstruktor für Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Standard constructor.
- SourceTargetAttributeTransformer(String, String) - Konstruktor für Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Constructor used to set default attribute names.
- SourceToXml - Klasse in org.apache.torque.generator.source.stream
-
Creates an xml String out of a source tree.
- SourceToXml() - Konstruktor für Klasse org.apache.torque.generator.source.stream.SourceToXml
- SourceTransformer - Schnittstelle in org.apache.torque.generator.source.transform
-
Transforms one source tree into another source tree.
- SourceTransformerDefinition - Klasse in org.apache.torque.generator.source
-
All necessary informations for doing a transformation.
- SourceTransformerDefinition(SourceTransformer) - Konstruktor für Klasse org.apache.torque.generator.source.SourceTransformerDefinition
-
Constructor.
- SourceTransformerException - Ausnahmeklasse in org.apache.torque.generator.source.transform
-
This exception is the superclass of all Exceptions thrown by SourceTransformers.
- SourceTransformerException() - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException without error message.
- SourceTransformerException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException with the given error message.
- SourceTransformerException(String, Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException which wraps another exception, and which has its own error message.
- SourceTransformerException(Throwable) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.source.transform.SourceTransformerException
-
Constructs a SourceTransformerException which wraps another exception.
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReferenceSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.controller.OutputSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.ApplyActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse 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) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OptionActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.OutputActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.SourceElementAttributeActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.option.FileOptionsSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.source.ConfigurableClassSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.source.EntityReferenceSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.source.FileSourceSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.source.JdbcMetadataSourceSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.configuration.source.SourceSaxHandler
- startElement(String, String, String, Attributes) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- startOutlet() - Methode in Klasse org.apache.torque.generator.variable.VariableStore
-
Signals this store that the processing of a outlet has started.
- StopGenerationDecider - Klasse in org.apache.torque.generator.source.skipDecider
-
A SkipDecider which always stops the current generation.
- StopGenerationDecider() - Konstruktor für Klasse org.apache.torque.generator.source.skipDecider.StopGenerationDecider
- STRATEGY_NAME - Statische Variable in Klasse org.apache.torque.generator.control.existingtargetstrategy.AppendToTargetFileStrategy
-
The strategy name "append".
- STRATEGY_NAME - Statische Variable in Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
-
The strategy name "replace".
- STRATEGY_NAME - Statische Variable in Klasse org.apache.torque.generator.control.existingtargetstrategy.ReplaceTargetFileStrategy
-
The strategy name "replace".
- STRATEGY_NAME - Statische Variable in Klasse org.apache.torque.generator.control.existingtargetstrategy.SkipExistingTargetFileStrategy
-
The strategy name "skip".
- StreamSourceFormat - Schnittstelle in org.apache.torque.generator.source.stream
-
A format for a stream-based source, e.g. properties or XML.
- STRING_UTILS_CONTEXT_NAME - Statische Variable in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
The name under which the velocity StringUtils will be put into the context.
- StringInputOutlet - Klasse 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) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.StringInputOutlet
-
Constructs a singleInputOutlet.
- StringProcessor - Schnittstelle in org.apache.torque.generator.processor.string
-
A processor which takes a String as input and generates a String as output.
- StringToBooleanConverter - Klasse in org.apache.torque.generator.source.transform.model
-
Converts a String to a Boolean.
- StringToBooleanConverter() - Konstruktor für Klasse org.apache.torque.generator.source.transform.model.StringToBooleanConverter
- STRUCT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype STRUCT.
- SYSTEM_ID_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "systemId" attribute.
T
- TemplateFilter - Schnittstelle in org.apache.torque.generator.template
-
An Filter which preprocesses a template.
- TemplateOutlet - Schnittstelle in org.apache.torque.generator.template
-
A Outlet which interprets a template.
- TemplateOutletImpl - Klasse in org.apache.torque.generator.template
-
An implementation of the TemplateOutlet interface.
- TemplateOutletImpl(QualifiedName, ConfigurationProvider, String, String, TemplateFilter) - Konstruktor für Klasse org.apache.torque.generator.template.TemplateOutletImpl
-
Constructs a TemplateOutletImpl with the given name.
- testNode(NodeTest) - Methode in Klasse org.apache.torque.generator.source.SourceElementAttributePointer
- testSourceElement(NodeTest) - Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
- testSourceElement(SourceElement, NodeTest) - Statische Methode in Klasse org.apache.torque.generator.source.SourceElementNodePointer
-
Test a Node.
- ThreeWayMerger - Klasse in org.apache.torque.generator.merge
-
Can execute a three-way merge.
- ThreeWayMerger() - Konstruktor für Klasse org.apache.torque.generator.merge.ThreeWayMerger
- TIME - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype TIME.
- TIMESTAMP - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype TIMESTAMP.
- TINYINT - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype TINYINT.
- TOKEN_END - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
The character ending a token.
- TOKEN_START_1 - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
First character of a Token start.
- TOKEN_START_2 - Statische Variable in Klasse org.apache.torque.generator.control.TokenReplacer
-
Second character of a Token start.
- TokenReplacer - Klasse in org.apache.torque.generator.control
-
Replaces placeholder tokens like ${option:optionName} in a string by the resolved values.
- TokenReplacer(ControllerState) - Konstruktor für Klasse org.apache.torque.generator.control.TokenReplacer
- toOptions(Map<? extends Object, ? extends Object>) - Methode in Klasse org.apache.torque.generator.configuration.option.FileOptionsConfiguration
-
Creates options from a Map and returns them.
- toOptions(Map<? extends Object, ? extends Object>) - Methode in Klasse org.apache.torque.generator.configuration.option.MapOptionsConfiguration
-
Creates options from a Map and returns them.
- toOptions(Map<? extends Object, ? extends Object>) - Methode in Klasse org.apache.torque.generator.configuration.option.PropertiesOptionConfiguration
-
Creates options from a Map and returns them.
- toOptions(Map<? extends Object, ? extends Object>) - Methode in Klasse org.apache.torque.generator.configuration.option.XmlOptionConfiguration
-
Creates options from a Map and returns them.
- TORQUE_GEN_BINDING_NAME - Statische Variable in Klasse org.apache.torque.generator.template.groovy.GroovyOutlet
-
The name under which the Torque generator interface will be put into the binding.
- TORQUE_GEN_CONTEXT_NAME - Statische Variable in Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
The name under which the Torque generator interface will be put into the context.
- TorqueGeneratorPaths - Schnittstelle in org.apache.torque.generator.configuration.paths
-
The paths describing the internal organization (i.e. file paths) of the Torque generator files.
- TorqueGenGroovy - Klasse in org.apache.torque.generator.template.groovy
-
This class acts as an interface to the Torque generator from the templates.
- TorqueGenGroovy(GroovyOutlet, ControllerState) - Konstruktor für Klasse org.apache.torque.generator.template.groovy.TorqueGenGroovy
-
Constructs a generator interface within the given controllerState.
- TorqueGenVelocity - Klasse in org.apache.torque.generator.template.velocity
-
This class acts as an interface to the Torque generator from the templates.
- TorqueGenVelocity(VelocityOutlet, ControllerState) - Konstruktor für Klasse org.apache.torque.generator.template.velocity.TorqueGenVelocity
-
Constructs a generator interface within the given controllerState.
- toString() - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfiguration
- toString() - Methode in Klasse org.apache.torque.generator.configuration.controller.OutletReference
- toString() - Methode in Klasse org.apache.torque.generator.configuration.controller.Output
- toString() - Methode in Klasse org.apache.torque.generator.configuration.mergepoint.MergepointMapping
- toString() - Methode in Klasse org.apache.torque.generator.configuration.option.FileOptionsConfiguration
- toString() - Methode in Klasse org.apache.torque.generator.configuration.option.MapOptionsConfiguration
- toString() - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfiguration
-
Creates a String view of this object for debuggung purposes.
- toString() - Methode in Klasse org.apache.torque.generator.configuration.paths.CustomProjectPaths
- toString() - Methode in Klasse org.apache.torque.generator.configuration.UnitConfiguration
- toString() - Methode in Klasse org.apache.torque.generator.control.action.ApplyAction
- toString() - Methode in Klasse org.apache.torque.generator.control.action.OptionAction
- toString() - Methode in Klasse org.apache.torque.generator.control.action.OutputAction
- toString() - Methode in Klasse org.apache.torque.generator.control.action.SourceElementAttributeAction
- toString() - Methode in Klasse org.apache.torque.generator.control.action.TraverseAllAction
- toString() - Methode in Klasse org.apache.torque.generator.control.ControllerState
- toString() - Methode in Klasse org.apache.torque.generator.file.Fileset
- toString() - Methode in Klasse org.apache.torque.generator.option.OptionImpl
-
Creates as String representation of this Object for debugging purposes.
- toString() - Methode in Klasse org.apache.torque.generator.option.Options
- toString() - Methode in Klasse org.apache.torque.generator.outlet.Mergepoint
-
Returns a String representation of the Mergepoint for debugging purposes.
- toString() - Methode in Klasse org.apache.torque.generator.outlet.OutletImpl
- toString() - Methode in Klasse org.apache.torque.generator.outlet.OutletResult
- toString() - Methode in Klasse org.apache.torque.generator.processor.string.CharReplacer
- toString() - Methode in Klasse org.apache.torque.generator.qname.Namespace
-
Returns a String representation of this namespace.
- toString() - Methode in Klasse org.apache.torque.generator.qname.QualifiedName
-
Returns the String representation of the QualifiedName, which is namespace.name if namespace is not empty, or name if namespace is empty.
- toString() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns a string representation of this map for debugging purposes.
- toString() - Methode in Klasse org.apache.torque.generator.source.PostprocessorDefinition
- toString() - Methode in Klasse org.apache.torque.generator.source.SourceElement
- toString() - Methode in Klasse org.apache.torque.generator.source.SourcePathPointer
- toString() - Methode in Klasse org.apache.torque.generator.source.SourceTransformerDefinition
- toString() - Methode in Klasse org.apache.torque.generator.source.stream.CombinedFileSource
- toString() - Methode in Klasse org.apache.torque.generator.source.stream.FileSource
- toString() - Methode in Klasse org.apache.torque.generator.source.stream.FileSourceProvider
- toString() - Methode in Klasse org.apache.torque.generator.source.stream.PropertiesSourceFormat
- toString() - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
- toString() - Methode in Klasse org.apache.torque.generator.template.TemplateOutletImpl
-
Returns a String representation of this outlet for debugging purposes.
- toString() - Methode in Klasse org.apache.torque.generator.variable.Variable
- toXml(SourceElement, boolean) - Methode in Klasse org.apache.torque.generator.source.stream.SourceToXml
-
Renders a source element and its children as XML.
- TRACE - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Loglevel trace.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.AttributeTransformer
-
Adds attributes to the sourceElement according to the transformDefinition.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.BeanPropertyMethodNameTransformer
-
Fills the target attribute according to the settings.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.CopyAttributeTransformer
-
Fills the target attribute according to the settings.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.GetterSetterNameTransformer
-
Fills the target attributes according to the settings.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAdditionalSourceTransformer
-
Loads the additional source into the current source graph.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.LoadAllSourceFilesTransformer
-
Loads the additional source into the current source graph.
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.SourceElementToModelTransformer
- transform(Object, ControllerState) - Methode in Klasse org.apache.torque.generator.source.transform.SourceTargetAttributeTransformer
-
Performs the transformation.
- transform(Object, ControllerState) - Methode in Schnittstelle org.apache.torque.generator.source.transform.SourceTransformer
-
Transforms one source root into another source root.
- TRANSFORMER_TAG - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Tag name for the "transformer" tag.
- transformSource(Object, List<SourceTransformerDefinition>, ControllerState) - Methode in Klasse org.apache.torque.generator.control.Controller
-
Applies all transformer definitions to the current source.
- TraverseAllAction - Klasse in org.apache.torque.generator.control.action
-
Traverses all matching elements, and applies a outlet to each matching element.
- TraverseAllAction(String, String, Boolean) - Konstruktor für Klasse org.apache.torque.generator.control.action.TraverseAllAction
-
Constructor.
- TraverseAllActionSaxHandler - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A SAX handler which reads the configuration for a TraverseAllAction and creates and configures the Action according to the values in the configuration XML.
- TraverseAllActionSaxHandler(String, String, String, Attributes, ConfigurationProvider, UnitDescriptor) - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandler
-
Creates a TraverseAllActionSaxHandler for redaing the configuration of a TraverseAllAction.
- TraverseAllActionSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.mergepoint
-
A Factory which creates a SAX handler for a TraverseAllAction.
- TraverseAllActionSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.mergepoint.TraverseAllActionSaxHandlerFactory
- TYPE_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.controller.OutputConfigurationTags
-
Attribute name for the "type" attribute.
- TypeConverter - Schnittstelle in org.apache.torque.generator.source.transform.model
-
Converts a type to another type.
- TypedOutletSaxHandlerFactory - Schnittstelle in org.apache.torque.generator.configuration.outlet
-
Classes implementing this interface are responsible for creating
OutletSaxHandler
s for a specific outlet type.
U
- UnitConfiguration - Klasse in org.apache.torque.generator.configuration
-
Contains all information to run a generation unit.
- UnitConfiguration() - Konstruktor für Klasse org.apache.torque.generator.configuration.UnitConfiguration
- UnitDescriptor - Klasse in org.apache.torque.generator.configuration
-
Contains all necessary information about a generation unit.
- UnitDescriptor(UnitDescriptor.Packaging, ProjectPaths, TorqueGeneratorPaths) - Konstruktor für Klasse org.apache.torque.generator.configuration.UnitDescriptor
-
Constructor without inheritance, override options, overrideSourceFileset, loglevel and addDebuggingInfoToOutput.
- UnitDescriptor.Packaging - Enum in org.apache.torque.generator.configuration
-
Possible packaging forms of a unit of generation.
- UnixLinefeedProcessor - Klasse in org.apache.torque.generator.processor.string
-
Converts Windows CR/LF character sequences to Unix LF sequences.
- UnixLinefeedProcessor() - Konstruktor für Klasse org.apache.torque.generator.processor.string.UnixLinefeedProcessor
- UnknownOutputType - Klasse in org.apache.torque.generator.control.outputtype
-
An output type which is used if no other output type is defined.
- UnknownOutputType() - Konstruktor für Klasse org.apache.torque.generator.control.outputtype.UnknownOutputType
- UnsupportedOptionException - Ausnahmeklasse in org.apache.torque.generator.option
-
An exception which is thrown if an option is not supported or contains an unacceptable value.
- UnsupportedOptionException(String) - Konstruktor für Ausnahmeklasse org.apache.torque.generator.option.UnsupportedOptionException
-
Constructs an UnsupportedOptionException.
- UntypedOutletSaxHandlerFactory - Schnittstelle in org.apache.torque.generator.configuration.outlet
-
Classes implementing this interface can create creating
OutletSaxHandler
s for more than one outlet type. - UPPER_CASE_SEPPARATION_PREFIX - Statische Variable in Klasse org.apache.torque.generator.processor.string.ConstantNameCreator
-
The String which is usually used as prefix in front of upper case characters in java constants.
- URL_OPTION_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "urlOption" attribute.
- USERNAME_OPTION_ATTRIBUTE - Statische Variable in Klasse org.apache.torque.generator.configuration.source.SourceConfigurationTags
-
Attribute name for the "usernameOption" attribute.
V
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- valueOf(String) - Statische Methode in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
Gibt die Enumerationskonstante dieses Typs mit dem angegebenen Namen zurück.
- values() - Statische Methode in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.apache.torque.generator.configuration.UnitDescriptor.Packaging
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Statische Methode in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- values() - Methode in Klasse org.apache.torque.generator.option.Options
-
Returns all options in a Collection.
- values() - Methode in Klasse org.apache.torque.generator.qname.QualifiedNameMap
-
Returns all values in this map.
- values() - Statische Methode in Enumeration org.apache.torque.generator.variable.Variable.Scope
-
Gibt ein Array mit den Konstanten dieses Enum-Typs in der Reihenfolge ihrer Deklaration zurück.
- VARBINARY - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype VARBINARY.
- VARCHAR - Enum-Konstante in Enumeration org.apache.torque.generator.jdbc.SchemaType
-
JDBC Datatype VARCHAR.
- Variable - Klasse in org.apache.torque.generator.variable
-
A variable which can be used to transport data in and between outlets.
- Variable(QualifiedName, Object, Variable.Scope) - Konstruktor für Klasse org.apache.torque.generator.variable.Variable
-
Constructor.
- Variable.Scope - Enum in org.apache.torque.generator.variable
-
The scope of a variable.
- VariableStore - Klasse in org.apache.torque.generator.variable
-
Stores all variables which are currently accessible.
- VariableStore() - Konstruktor für Klasse org.apache.torque.generator.variable.VariableStore
- VelocityOutlet - Klasse in org.apache.torque.generator.template.velocity
-
A Outlet which uses a velocity template for generation.
- VelocityOutlet(QualifiedName, ConfigurationProvider, String, String) - Konstruktor für Klasse org.apache.torque.generator.template.velocity.VelocityOutlet
-
Constructs a new VelocityTemplateOutlet.
- VelocityOutletSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.outlet
-
Creates Velocity outlet SAX handlers.
- VelocityOutletSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.outlet.VelocityOutletSaxHandlerFactory
- VelocityOutletState - Klasse in org.apache.torque.generator.template.velocity
-
The outlet state of a velocity template outlet.
- VelocityOutletState() - Konstruktor für Klasse org.apache.torque.generator.template.velocity.VelocityOutletState
- VelocityTemplateFilter - Klasse in org.apache.torque.generator.template.velocity
-
A Filter for velocity templates.
- VelocityTemplateFilter() - Konstruktor für Klasse org.apache.torque.generator.template.velocity.VelocityTemplateFilter
W
- WARN - Enum-Konstante in Enumeration org.apache.torque.generator.configuration.controller.Loglevel
-
Loglevel warn.
- warning(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.controller.ControlConfigurationSaxHandler
- warning(SAXParseException) - Methode in Klasse org.apache.torque.generator.configuration.outlet.OutletConfigurationSaxHandler
- warning(SAXParseException) - Methode in Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
- WildcardFilter - Klasse in org.apache.torque.generator.file
-
A filter evaluating a file name against a wildcard expression.
- WildcardFilter(String, boolean, boolean) - Konstruktor für Klasse org.apache.torque.generator.file.WildcardFilter
-
Constructor.
- WORK_DIR - Statische Variable in Klasse org.apache.torque.generator.configuration.paths.Maven2ProjectPaths
-
Default working directory.
- WORK_SUBDIR - Statische Variable in Klasse org.apache.torque.generator.control.existingtargetstrategy.MergeTargetFileStrategy
-
The subdirectory in the work directory where the results of the last generation will be stored.
- WrapReservedJavaWords - Klasse in org.apache.torque.generator.processor.string
-
Processes an input String as follows: If the input String is a reserved word in java, a suffix and/or prefix is appended to the input String and the result is returned; otherwise the input string is returned unchanged.
- WrapReservedJavaWords() - Konstruktor für Klasse org.apache.torque.generator.processor.string.WrapReservedJavaWords
- writeToFile(File) - Methode in Klasse org.apache.torque.generator.control.Checksums
X
- XMLConstants - Klasse in org.apache.torque.generator.configuration
-
Contains commonly used XML Namespaces and other constants.
- XmlOptionConfiguration - Klasse in org.apache.torque.generator.configuration.option
-
An option configuration which reads the options from a XML file in the java properties XML format.
- XmlOptionConfiguration() - Konstruktor für Klasse org.apache.torque.generator.configuration.option.XmlOptionConfiguration
- XmlOptionsSaxHandlerFactory - Klasse in org.apache.torque.generator.configuration.option
-
A Factory which creates a SAX handler for XML Options.
- XmlOptionsSaxHandlerFactory() - Konstruktor für Klasse org.apache.torque.generator.configuration.option.XmlOptionsSaxHandlerFactory
- XmlOutlet - Klasse in org.apache.torque.generator.outlet.java
-
Outputs the source tree as XML.
- XmlOutlet(QualifiedName) - Konstruktor für Klasse org.apache.torque.generator.outlet.java.XmlOutlet
-
Constructor.
- XmlOutputType - Klasse in org.apache.torque.generator.control.outputtype
-
The output type for XML output.
- XmlOutputType() - Konstruktor für Klasse org.apache.torque.generator.control.outputtype.XmlOutputType
- XmlSourceFormat - Klasse in org.apache.torque.generator.source.stream
-
The source type representing an XML source.
- XmlSourceFormat() - Konstruktor für Klasse org.apache.torque.generator.source.stream.XmlSourceFormat
- XmlSourceSaxHandler - Klasse in org.apache.torque.generator.source.stream
-
A SAX Handler for creating a source element tree from xml.
- XmlSourceSaxHandler(EntityReferences) - Konstruktor für Klasse org.apache.torque.generator.source.stream.XmlSourceSaxHandler
-
Constructor.
- XS_NAMESPACE - Statische Variable in Klasse org.apache.torque.generator.configuration.XMLConstants
-
The XML Schema Namespace.
- XSI_NAMESPACE - Statische Variable in Klasse org.apache.torque.generator.configuration.XMLConstants
-
The XML Schema Instance Namespace.
- XSI_TYPE_ATTRBUTE_NAME - Statische Variable in Klasse org.apache.torque.generator.configuration.XMLConstants
-
The name of the XSI type attribute.
Alle Klassen und Schnittstellen|Alle Packages|Konstantenfeldwerte|Serialisierte Form