org.pentaho.reporting.libraries.fonts.encoding.generator
Class EncodingGenerator
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 |
static java.lang.Integer |
ZERO
|
Constructor Summary |
EncodingGenerator(java.io.File targetDirectory,
java.io.File sourceDirectory)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZERO
public static final java.lang.Integer ZERO
EncodingGenerator
public EncodingGenerator(java.io.File targetDirectory,
java.io.File sourceDirectory)
throws java.io.IOException
- Throws:
java.io.IOException
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