org.pentaho.reporting.libraries.fonts.encoding.generator
Class EncodingGenerator

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

public class EncodingGenerator
extends Object

A simple sourcecode generator.

Author:
Thomas Morgner

Field Summary
static Integer ZERO
           
 
Constructor Summary
EncodingGenerator(File targetDirectory, File sourceDirectory)
           
 
Method Summary
 void generate(String prefix)
           
 void generateAll()
           
 void generatedFormatA(Properties specifications, BufferedReader input, OutputStream output)
           
 void generatePropertyIndex()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZERO

public static final Integer ZERO
Constructor Detail

EncodingGenerator

public EncodingGenerator(File targetDirectory,
                         File sourceDirectory)
                  throws IOException
Throws:
IOException
Method Detail

generatedFormatA

public void generatedFormatA(Properties specifications,
                             BufferedReader input,
                             OutputStream output)
                      throws IOException
Throws:
IOException

generateAll

public void generateAll()
                 throws IOException
Throws:
IOException

generate

public void generate(String prefix)
              throws IOException
Throws:
IOException

generatePropertyIndex

public void generatePropertyIndex()
                           throws IOException
Throws:
IOException

main

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