org.nuiton.processor
Class OptimisationProcessor

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

public class OptimisationProcessor
extends Processor


Field Summary
 
Fields inherited from class org.nuiton.processor.Processor
inputFilter, outputFilter
 
Constructor Summary
OptimisationProcessor()
           
 
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

OptimisationProcessor

public OptimisationProcessor()
Method Detail

process

public static void process(String filein,
                           String fileout,
                           String encoding)
                    throws IOException
Parameters:
filein - source to process
fileout - result to write
encoding - encoding to use to read and write files
Throws:
IOException - if any io problem 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 - source to process
fileout - result to write
Throws:
IOException - if any io problem while processing

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException


Copyright © 2002-2011 CodeLutin. All Rights Reserved.