Package org.apache.uima.tools.cvd
Class CVD
java.lang.Object
org.apache.uima.tools.cvd.CVD
The main class for the CAS Visual Debugger.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
The Constant DATA_PATH_PARAM.private static final String
The Constant DESC_FILE_PARAM.private static final String
The Constant EXECUTE_SWITCH.private static final String
The Constant INI_FILE_PARAM.private static final String
The Constant LOOK_AND_FEEL_PARAM.static final String
The Constant MAN_PATH_PROPERTY.private static final String
The Constant TEXT_FILE_PARAM.private static final String
The Constant XMI_FILE_PARAM. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final boolean
Check cmd line syntax.private static final CommandLineParser
Creates the cmd line parser.static MainFrame
Creates the main frame.static MainFrame
createMainFrame
(File iniFile) Creates the main frame.static void
The main method.private static final void
Prints the usage.
-
Field Details
-
MAN_PATH_PROPERTY
The Constant MAN_PATH_PROPERTY.- See Also:
-
TEXT_FILE_PARAM
The Constant TEXT_FILE_PARAM.- See Also:
-
DESC_FILE_PARAM
The Constant DESC_FILE_PARAM.- See Also:
-
EXECUTE_SWITCH
The Constant EXECUTE_SWITCH.- See Also:
-
DATA_PATH_PARAM
The Constant DATA_PATH_PARAM.- See Also:
-
INI_FILE_PARAM
The Constant INI_FILE_PARAM.- See Also:
-
LOOK_AND_FEEL_PARAM
The Constant LOOK_AND_FEEL_PARAM.- See Also:
-
XMI_FILE_PARAM
The Constant XMI_FILE_PARAM.- See Also:
-
-
Constructor Details
-
CVD
private CVD()Instantiates a new cvd.
-
-
Method Details
-
createMainFrame
Creates the main frame.- Returns:
- the main frame
-
createMainFrame
Creates the main frame.- Parameters:
iniFile
- the ini file- Returns:
- the main frame
-
createCmdLineParser
Creates the cmd line parser.- Returns:
- the command line parser
-
printUsage
private static final void printUsage()Prints the usage. -
checkCmdLineSyntax
Check cmd line syntax.- Parameters:
clp
- the clp- Returns:
- true, if successful
-
main
The main method.- Parameters:
args
- the arguments
-