Uses of Class
org.nlpub.watset.cli.Application.ParseStatus
-
Packages that use Application.ParseStatus Package Description org.nlpub.watset.cli Command-line interface. -
-
Uses of Application.ParseStatus in org.nlpub.watset.cli
Methods in org.nlpub.watset.cli that return Application.ParseStatus Modifier and Type Method Description Application.ParseStatusApplication. parse(String... args)Parse the command-line arguments.static Application.ParseStatusApplication.ParseStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Application.ParseStatus[]Application.ParseStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-