src2xml
Class Main
java.lang.Object
src2xml.Main
public class Main
- extends java.lang.Object
The application Main class.
Constructor Summary |
Main()
|
Method Summary |
static void |
main(java.lang.String[] args)
The application main function. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
eol
public static final java.lang.String eol
resPath
public static final java.lang.String resPath
- See Also:
- Constant Field Values
ERR_ARGS
public static final int ERR_ARGS
- See Also:
- Constant Field Values
ERR_CONFIG
public static final int ERR_CONFIG
- See Also:
- Constant Field Values
ERR_OP
public static final int ERR_OP
- See Also:
- Constant Field Values
Main
public Main()
main
public static void main(java.lang.String[] args)
- The application main function.
It can be divided in the following parts:
- 1) Retrieving command line arguments
- 2) Prepare input files list
- 3) Create the CSS file if necessary
- 4) Prepare region readers from XML configuration file
- 5) Process all input files
- Parameters:
args
- the command line arguments