Uses of Class
org.nuiton.processor.Processor
Packages that use Processor
-
Uses of Processor in org.nuiton.processor
Subclasses of Processor in org.nuiton.processorModifier and TypeClassDescriptionclassclassclassMethods in org.nuiton.processor that return ProcessorModifier and TypeMethodDescriptionstatic ProcessorProcessorUtil.newProcessor(String filters, String separator) Instanciate a newProcessorgiven an array of filters given by their FQN separated by the given separator.Methods in org.nuiton.processor with parameters of type ProcessorModifier and TypeMethodDescriptionstatic voidDeprecated.static voidLaunch the process of the givenprocessorto the given files.static voidProcessorUtil.doProcess(Processor processor, InputStreamReader in, OutputStreamWriter out) Launch the process of the givenprocessorto the given readers.static voidProcessorUtil.doProcess(Processor processor, InputStream in, OutputStream out, String encoding) Launch the process of the givenprocessorto the given streams.static voidDeprecated.since 1.0.4, prefer use theProcessorUtil.doProcess(Processor, String, String, String).static voidLaunch the process of the givenprocessorto the given files.
ProcessorUtil.doProcess(Processor, File, File, String).