Uses of Class
org.nuiton.processor.Processor

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.
 



Copyright © 2002-2010 CodeLutin. All Rights Reserved.