|
||||||||||
| 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 |
LicenseProcessor
This class is a processor of source header. |
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)
Launch the process of the given processor to the given files. |
static void |
ProcessorUtil.doProcess(Processor processor,
String in,
String out)
Launch the process of the given processor to the given files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||