Uses of Interface
org.apache.torque.generator.processor.string.StringProcessor
Packages that use StringProcessor
Package
Description
This package implements the torque generator Controller .
This package contains classes which transform a sting into another string.
This package contains the handling of source files.
-
Uses of StringProcessor in org.apache.torque.generator.control
Classes in org.apache.torque.generator.control that implement StringProcessorModifier and TypeClassDescriptionclassReplaces placeholder tokens like ${option:optionName} in a string by the resolved values. -
Uses of StringProcessor in org.apache.torque.generator.processor.string
Classes in org.apache.torque.generator.processor.string that implement StringProcessorModifier and TypeClassDescriptionclassCreates a String in CaMelBaCk case from a String with special charactersclassReplaces characters by a String.classCreates the name of a constant from a string.classTries to remove unused importsclassConverts Windows CR/LF character sequences to Unix LF sequences.classProcesses 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. -
Uses of StringProcessor in org.apache.torque.generator.source
Methods in org.apache.torque.generator.source that return StringProcessorModifier and TypeMethodDescriptionPostprocessorDefinition.getPostprocessor()Returns the postprocessor instance for this definition.Constructors in org.apache.torque.generator.source with parameters of type StringProcessorModifierConstructorDescriptionPostprocessorDefinition(StringProcessor postprocessor) Constructor.