Class CVD

java.lang.Object
org.apache.uima.tools.cvd.CVD

public class CVD extends Object
The main class for the CAS Visual Debugger.
  • Field Details

  • Constructor Details

    • CVD

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

    • createMainFrame

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

      public static MainFrame createMainFrame(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(String[] args)
      The main method.
      Parameters:
      args - the arguments