Verwendungen von Schnittstelle
org.apache.torque.generator.processor.string.StringProcessor
Packages, die StringProcessor verwenden
Package
Beschreibung
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.
-
Verwendungen von StringProcessor in org.apache.torque.generator.control
Klassen in org.apache.torque.generator.control, die StringProcessor implementierenModifizierer und TypKlasseBeschreibungclass
Replaces placeholder tokens like ${option:optionName} in a string by the resolved values. -
Verwendungen von StringProcessor in org.apache.torque.generator.processor.string
Klassen in org.apache.torque.generator.processor.string, die StringProcessor implementierenModifizierer und TypKlasseBeschreibungclass
Creates a String in CaMelBaCk case from a String with special charactersclass
Replaces characters by a String.class
Creates the name of a constant from a string.class
Tries to remove unused importsclass
Converts Windows CR/LF character sequences to Unix LF sequences.class
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. -
Verwendungen von StringProcessor in org.apache.torque.generator.source
Methoden in org.apache.torque.generator.source, die StringProcessor zurückgebenModifizierer und TypMethodeBeschreibungPostprocessorDefinition.getPostprocessor()
Returns the postprocessor instance for this definition.Konstruktoren in org.apache.torque.generator.source mit Parametern vom Typ StringProcessorModifiziererKonstruktorBeschreibungPostprocessorDefinition
(StringProcessor postprocessor) Constructor.