| Package | Description |
|---|---|
| org.nuiton.processor |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratorTemplatesProcessor |
class |
LogsProcessor |
class |
OptimisationProcessor |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2002–2015 CodeLutin. All rights reserved.