public abstract static class ProcessorHelper.AbstractParserProcessor
extends org.nuiton.processor.Processor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
verbose |
| Constructor and Description |
|---|
AbstractParserProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
extractKeys(org.nuiton.processor.ProcessorUtil.FragmentExtractor filter,
File filein,
String encoding,
boolean verbose,
Set<String> result) |
abstract void |
process(File filein,
File fileout,
String encoding) |
protected void |
removefragments(org.nuiton.processor.ProcessorUtil.FragmentRemover filter,
File filein,
File fileout,
String encoding,
boolean verbose) |
void |
saveKeysToFile(File fileout,
Set<String> keys) |
void |
setVerbose(boolean verbose) |
public void setVerbose(boolean verbose)
public abstract void process(File filein, File fileout, String encoding) throws IOException
IOExceptionprotected void removefragments(org.nuiton.processor.ProcessorUtil.FragmentRemover filter,
File filein,
File fileout,
String encoding,
boolean verbose)
throws IOException
IOExceptionpublic void extractKeys(org.nuiton.processor.ProcessorUtil.FragmentExtractor filter,
File filein,
String encoding,
boolean verbose,
Set<String> result)
throws IOException
IOExceptionpublic void saveKeysToFile(File fileout, Set<String> keys) throws IOException
IOExceptionCopyright © 2007–2016 CodeLutin. All rights reserved.