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

All Known Implementing Classes:
Camelbacker, CharReplacer, ConstantNameCreator, TokenReplacer, WrapReservedJavaWords

public interface StringProcessor

A processor which takes a String as input and generates a String as output.


Method Summary
 String process(String toProcess)
          Generates another String from the passed String.
 

Method Detail

process

String process(String toProcess)
Generates another String from the passed String.

Parameters:
toProcess - the String to process.
Returns:
the processed String.


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