Class GeneratorTemplatesProcessor

java.lang.Object
org.nuiton.processor.Processor
org.nuiton.processor.GeneratorTemplatesProcessor

public class GeneratorTemplatesProcessor extends Processor
  • Constructor Details

    • GeneratorTemplatesProcessor

      public GeneratorTemplatesProcessor()
  • Method Details

    • process

      public static void process(String filein, String fileout, String encoding) throws IOException
      Parameters:
      filein - the source file to process
      fileout - the output file to generate
      encoding - encoding used to read and write files
      Throws:
      IOException - if any io problems while processing
      Since:
      1.0.4
    • main

      public static void main(String[] args) throws IOException
      Throws:
      IOException