org.nuiton.processor
Class LicenseProcessor
java.lang.Object
org.nuiton.processor.Processor
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
licenseFilter
protected LicenseFilter licenseFilter
- Deprecated.
LicenseProcessor
public LicenseProcessor(String header)
- Deprecated.
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 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-2011 CodeLutin. All Rights Reserved.