org.nuiton.processor
Class GeneratorTemplatesProcessor
java.lang.Object
org.nuiton.processor.Processor
org.nuiton.processor.GeneratorTemplatesProcessor
public class GeneratorTemplatesProcessor
- extends Processor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorTemplatesProcessor
public GeneratorTemplatesProcessor()
process
public static void process(String filein,
String fileout,
String encoding)
throws IOException
- Parameters:
filein - the source file to processfileout - the output file to generateencoding - encoding used to read and write files
- Throws:
IOException - if any io problems while processing- Since:
- 1.0.4
process
@Deprecated
public static void process(String filein,
String fileout)
throws IOException
- Deprecated. since 1.0.4, prefer use
process(String, String, String).
- Parameters:
filein - the source file to processfileout - the output file to generate
- Throws:
IOException - if any io problems while processing
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2002-2010 CodeLutin. All Rights Reserved.