src2xml
Class Main

java.lang.Object
  extended by src2xml.Main

public class Main
extends java.lang.Object

The application Main class.


Field Summary
static java.lang.String eol
           
static int ERR_ARGS
           
static int ERR_CONFIG
           
static int ERR_OP
           
static java.lang.String resPath
           
 
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
 

Field Detail

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
Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
The application main function. It can be divided in the following parts:

Parameters:
args - the command line arguments