Class Application

java.lang.Object
org.nlpub.watset.cli.Application
All Implemented Interfaces:
Runnable

public final class Application extends Object implements Runnable
Watset command-line interface.
  • Constructor Details

    • Application

      public Application()
      Create an instance of the Watset command-line interface.
  • Method Details

    • main

      public static void main(String[] args)
      Watset command-line interface entry point.
      Parameters:
      args - the command-line arguments
    • parse

      public Application.ParseStatus parse(String... args)
      Parse the command-line arguments.
      Parameters:
      args - the command-line arguments
      Returns:
      the status
    • run

      public void run()
      Run the parsed command.
      Specified by:
      run in interface Runnable
    • run

      public void run(String command)
      Run the specified command.
      Parameters:
      command - the command