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
-
TEXT_FILE_PARAM
-
DESC_FILE_PARAM
-
EXECUTE_SWITCH
-
DATA_PATH_PARAM
-
INI_FILE_PARAM
-
LOOK_AND_FEEL_PARAM
-
XMI_FILE_PARAM
-
-
Constructor Details
-
CVD
private CVD()Instantiates a new cvd.
-
-
Method Details
-
createMainFrame
-
createMainFrame
-
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
-