Package org.daisy.dotify.devtools.cli
Class GenerateTableEntries
- java.lang.Object
-
- org.daisy.dotify.devtools.cli.GenerateTableEntries
-
public class GenerateTableEntries extends Object
Generates template entries for inserting in a translation table. Modify start and end variables below and run. The result is written to standard out and can be copied into a translation table.
-
-
Constructor Summary
Constructors Constructor Description GenerateTableEntries()
-
-
-
Field Detail
-
start
public static final int start
- See Also:
- Constant Field Values
-
end
public static final int end
- See Also:
- Constant Field Values
-
comment
public static final boolean comment
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
- Parameters:
args- the application arguments
-
-