org.nuiton.processor
Class GeneratorTemplatesProcessor

java.lang.Object
  extended by org.nuiton.processor.Processor
      extended by org.nuiton.processor.GeneratorTemplatesProcessor

public class GeneratorTemplatesProcessor
extends Processor


Field Summary
 
Fields inherited from class org.nuiton.processor.Processor
inputFilter, outputFilter
 
Constructor Summary
GeneratorTemplatesProcessor()
           
 
Method Summary
static void main(String[] args)
           
static void process(String filein, String fileout)
          Deprecated. since 1.0.4, prefer use process(String, String, String).
static void process(String filein, String fileout, String encoding)
           
 
Methods inherited from class org.nuiton.processor.Processor
getReader, process, setInputFilter, setInputFilter, setOutputFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeneratorTemplatesProcessor

public GeneratorTemplatesProcessor()
Method Detail

process

public static void process(String filein,
                           String fileout,
                           String encoding)
                    throws IOException
Parameters:
filein - the source file to process
fileout - the output file to generate
encoding - 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 process
fileout - 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-2011 CodeLutin. All Rights Reserved.