Class CVD


  • public class CVD
    extends java.lang.Object
    The main class for the CAS Visual Debugger.
    • Field Detail

      • MAN_PATH_PROPERTY

        public static final java.lang.String MAN_PATH_PROPERTY
        The Constant MAN_PATH_PROPERTY.
        See Also:
        Constant Field Values
      • TEXT_FILE_PARAM

        private static final java.lang.String TEXT_FILE_PARAM
        The Constant TEXT_FILE_PARAM.
        See Also:
        Constant Field Values
      • DESC_FILE_PARAM

        private static final java.lang.String DESC_FILE_PARAM
        The Constant DESC_FILE_PARAM.
        See Also:
        Constant Field Values
      • EXECUTE_SWITCH

        private static final java.lang.String EXECUTE_SWITCH
        The Constant EXECUTE_SWITCH.
        See Also:
        Constant Field Values
      • DATA_PATH_PARAM

        private static final java.lang.String DATA_PATH_PARAM
        The Constant DATA_PATH_PARAM.
        See Also:
        Constant Field Values
      • INI_FILE_PARAM

        private static final java.lang.String INI_FILE_PARAM
        The Constant INI_FILE_PARAM.
        See Also:
        Constant Field Values
      • LOOK_AND_FEEL_PARAM

        private static final java.lang.String LOOK_AND_FEEL_PARAM
        The Constant LOOK_AND_FEEL_PARAM.
        See Also:
        Constant Field Values
      • XMI_FILE_PARAM

        private static final java.lang.String XMI_FILE_PARAM
        The Constant XMI_FILE_PARAM.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CVD

        private CVD()
        Instantiates a new cvd.
    • Method Detail

      • createMainFrame

        public static MainFrame createMainFrame()
        Creates the main frame.
        Returns:
        the main frame
      • createMainFrame

        public static MainFrame createMainFrame​(java.io.File iniFile)
        Creates the main frame.
        Parameters:
        iniFile - the ini file
        Returns:
        the main frame
      • createCmdLineParser

        private static final CommandLineParser createCmdLineParser()
        Creates the cmd line parser.
        Returns:
        the command line parser
      • printUsage

        private static final void printUsage()
        Prints the usage.
      • checkCmdLineSyntax

        private static final boolean checkCmdLineSyntax​(CommandLineParser clp)
        Check cmd line syntax.
        Parameters:
        clp - the clp
        Returns:
        true, if successful
      • main

        public static void main​(java.lang.String[] args)
        The main method.
        Parameters:
        args - the arguments