java.lang.Object
org.pentaho.reporting.libraries.fonts.encoding.generator.EncodingGenerator

public class EncodingGenerator extends java.lang.Object
A simple sourcecode generator.
Author:
Thomas Morgner
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final java.lang.Integer
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    EncodingGenerator(java.io.File targetDirectory, java.io.File sourceDirectory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generate(java.lang.String prefix)
     
    void
     
    void
    generatedFormatA(java.util.Properties specifications, java.io.BufferedReader input, java.io.OutputStream output)
     
    void
     
    static void
    main(java.lang.String[] args)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • ZERO

      public static final java.lang.Integer ZERO
  • Constructor Details

    • EncodingGenerator

      public EncodingGenerator(java.io.File targetDirectory, java.io.File sourceDirectory) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • generatedFormatA

      public void generatedFormatA(java.util.Properties specifications, java.io.BufferedReader input, java.io.OutputStream output) throws java.io.IOException
      Throws:
      java.io.IOException
    • generateAll

      public void generateAll() throws java.io.IOException
      Throws:
      java.io.IOException
    • generate

      public void generate(java.lang.String prefix) throws java.io.IOException
      Throws:
      java.io.IOException
    • generatePropertyIndex

      public void generatePropertyIndex() throws java.io.IOException
      Throws:
      java.io.IOException
    • main

      public static void main(java.lang.String[] args) throws java.io.IOException
      Throws:
      java.io.IOException