org.nuiton.processor
Class LicenseProcessor

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

Deprecated. since 1.1, will not be replaced in this project, but you can find it in maven-license-plugin project. Will be remove soon.

@Deprecated
public class LicenseProcessor
extends Processor

This class is a processor of source header.

Author:
tchemit
See Also:
LicenseFilter

Field Summary
protected  LicenseFilter licenseFilter
          Deprecated.  
 
Fields inherited from class org.nuiton.processor.Processor
inputFilter, outputFilter
 
Constructor Summary
LicenseProcessor(String header)
          Deprecated.  
 
Method Summary
 LicenseFilter getLicenceFilter()
          Deprecated.  
 void process(File filein, File fileout)
          Deprecated. since 1.0.4, prefer use the method process(File, File, String)
 void process(File filein, File fileout, String encoding)
          Deprecated. Process input file to target.
 
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
 

Field Detail

licenseFilter

protected LicenseFilter licenseFilter
Deprecated. 
Constructor Detail

LicenseProcessor

public LicenseProcessor(String header)
Deprecated. 
Method Detail

getLicenceFilter

public LicenseFilter getLicenceFilter()
Deprecated. 

process

public void process(File filein,
                    File fileout,
                    String encoding)
             throws IOException
Deprecated. 
Process input file to target.

Parameters:
filein - source file
fileout - target file
encoding - encoding used to read and write files
Throws:
IOException - if any io problems
Since:
1.0.4

process

@Deprecated
public void process(File filein,
                               File fileout)
             throws IOException
Deprecated. since 1.0.4, prefer use the method process(File, File, String)

Process input file to target.

Parameters:
filein - source file
fileout - target file
Throws:
IOException - if any io problems


Copyright © 2002-2011 CodeLutin. All Rights Reserved.