public class EncodingGenerator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.Integer |
ZERO |
Constructor and Description |
---|
EncodingGenerator(java.io.File targetDirectory,
java.io.File sourceDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
generate(java.lang.String prefix) |
void |
generateAll() |
void |
generatedFormatA(java.util.Properties specifications,
java.io.BufferedReader input,
java.io.OutputStream output) |
void |
generatePropertyIndex() |
static void |
main(java.lang.String[] args) |
public EncodingGenerator(java.io.File targetDirectory, java.io.File sourceDirectory) throws java.io.IOException
java.io.IOException
public void generatedFormatA(java.util.Properties specifications, java.io.BufferedReader input, java.io.OutputStream output) throws java.io.IOException
java.io.IOException
public void generateAll() throws java.io.IOException
java.io.IOException
public void generate(java.lang.String prefix) throws java.io.IOException
java.io.IOException
public void generatePropertyIndex() throws java.io.IOException
java.io.IOException
public static void main(java.lang.String[] args) throws java.io.IOException
java.io.IOException