Package org.nlpub.watset.cli
Class Application
java.lang.Object
org.nlpub.watset.cli.Application
- All Implemented Interfaces:
Runnable
Watset command-line interface.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Status of command-line argument parsing. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Application
public Application()Create an instance of the Watset command-line interface.
-
-
Method Details
-
main
Watset command-line interface entry point.- Parameters:
args
- the command-line arguments
-
parse
Parse the command-line arguments.- Parameters:
args
- the command-line arguments- Returns:
- the status
-
run
public void run()Run the parsed command. -
run
Run the specified command.- Parameters:
command
- the command
-