Uses of Interface
org.apache.torque.generator.processor.string.StringProcessor

Packages that use StringProcessor
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. 
 

Uses of StringProcessor in org.apache.torque.generator.control
 

Classes in org.apache.torque.generator.control that implement StringProcessor
 class TokenReplacer
          Replaces 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 StringProcessor
 class Camelbacker
          Creates a String in CaMelBaCk case from a String with special characters
 class CharReplacer
          Replaces characters by a String.
 class ConstantNameCreator
          Creates the name of a constant from a string.
 class WrapReservedJavaWords
          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.
 



Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.