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 StringThe Constant DATA_PATH_PARAM.private static final StringThe Constant DESC_FILE_PARAM.private static final StringThe Constant EXECUTE_SWITCH.private static final StringThe Constant INI_FILE_PARAM.private static final StringThe Constant LOOK_AND_FEEL_PARAM.static final StringThe Constant MAN_PATH_PROPERTY.private static final StringThe Constant TEXT_FILE_PARAM.private static final StringThe Constant XMI_FILE_PARAM. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static final booleanCheck cmd line syntax.private static final CommandLineParserCreates the cmd line parser.static MainFrameCreates the main frame.static MainFramecreateMainFrame(File iniFile) Creates the main frame.static voidThe main method.private static final voidPrints 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
-