| Package | Description | 
|---|---|
| org.apache.torque.generator.control | 
      This package implements the torque generator Controller . | 
| org.apache.torque.generator.processor.string | 
      This package contains classes which transform a sting into another string. | 
| org.apache.torque.generator.source | 
      This package contains the handling of source files. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TokenReplacerReplaces placeholder tokens like ${option:optionName} in a string by the
 resolved values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CamelbackerCreates a String in CaMelBaCk case from a String with special characters | 
| class  | CharReplacerReplaces characters by a String. | 
| class  | ConstantNameCreatorCreates the name of a constant from a string. | 
| class  | RemoveUnusedImportsProcessorTries to remove unused imports | 
| class  | UnixLinefeedProcessorConverts Windows CR/LF character sequences to Unix LF sequences. | 
| class  | WrapReservedJavaWordsProcesses 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| StringProcessor | PostprocessorDefinition. getPostprocessor()Returns the postprocessor instance for this definition. | 
| Constructor and Description | 
|---|
| PostprocessorDefinition(StringProcessor postprocessor)Constructor. | 
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.