org.nuiton.processor
Class LicenseProcessor
java.lang.Object
org.nuiton.processor.Processor
org.nuiton.processor.LicenseProcessor
public class LicenseProcessor
- extends Processor
This class is a processor of source header.
- Author:
- tchemit
- See Also:
LicenseFilter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
licenseFilter
protected LicenseFilter licenseFilter
LicenseProcessor
public LicenseProcessor(String header)
getLicenceFilter
public LicenseFilter getLicenceFilter()
process
public void process(File filein,
File fileout,
String encoding)
throws IOException
- Process input file to target.
- Parameters:
filein - source filefileout - target fileencoding - 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 filefileout - target file
- Throws:
IOException - if any io problems
Copyright © 2002-2010 CodeLutin. All Rights Reserved.