|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Processor | |
|---|---|
| org.nuiton.processor | |
| Uses of Processor in org.nuiton.processor |
|---|
| Subclasses of Processor in org.nuiton.processor | |
|---|---|
class |
GeneratorTemplatesProcessor
|
class |
LogsProcessor
|
class |
OptimisationProcessor
|
| Methods in org.nuiton.processor that return Processor | |
|---|---|
static Processor |
ProcessorUtil.newProcessor(String filters,
String separator)
Instanciate a new Processor given an array of filters given by
their FQN separated by the given separator. |
| Methods in org.nuiton.processor with parameters of type Processor | |
|---|---|
static void |
ProcessorUtil.doProcess(Processor processor,
File in,
File out)
Deprecated. since 1.0.4, prefer use the ProcessorUtil.doProcess(Processor, File, File, String). |
static void |
ProcessorUtil.doProcess(Processor processor,
File in,
File out,
String encoding)
Launch the process of the given processor to the given files. |
static void |
ProcessorUtil.doProcess(Processor processor,
InputStream in,
OutputStream out,
String encoding)
Launch the process of the given processor to the given streams. |
static void |
ProcessorUtil.doProcess(Processor processor,
InputStreamReader in,
OutputStreamWriter out)
Launch the process of the given processor to the given readers. |
static void |
ProcessorUtil.doProcess(Processor processor,
String in,
String out)
Deprecated. since 1.0.4, prefer use the ProcessorUtil.doProcess(Processor, String, String, String). |
static void |
ProcessorUtil.doProcess(Processor processor,
String in,
String out,
String encoding)
Launch the process of the given processor to the given files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||