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