Package edu.uiuc.ncsa.security.util.cli
CLI = Command Line Interface, a basic command line for any Java application. This can
be used for many applications and can even be given cursor addressing support with
the
ISO6429Terminal
.
Created by Jeff Gaynor
on 8/3/22 at 8:14 AM
-
Interface Summary Interface Description Commands All sets of commands implement this interface.ComponentManager Created by Jeff Gaynor
on 2/22/21 at 6:19 AMIOInterface Created by Jeff Gaynor
on 5/11/20 at 6:57 AMSortable Created by Jeff Gaynor
on 5/22/14 at 9:42 AM -
Class Summary Class Description AbstractEditor Created by Jeff Gaynor
on 8/17/20 at 10:23 AMBasicIO Created by Jeff Gaynor
on 5/11/20 at 6:58 AMBasicSorter A very basic sorter.CLIDriver A driver program that does introspection on a set of CLICommandsCLIReflectionUtil Created by Jeff Gaynor
on 5/21/13 at 2:28 PMCLITool Basic class for writing command line tools.CommandLineTokenizer This is a very specific tokenizer for command lines from the Dumb gridFTP client.CommonCommands Utilities that are used by any reasonable implementation of the Commands interface.ConfigurableCommandsImpl Basic implementation of Commands.EditorInputLine Created by Jeff Gaynor
on 8/17/20 at 3:14 PMFormatUtil Created by Jeff Gaynor
on 1/25/21 at 5:32 PMHelpUtil A very simple help facility for CLIs.InputLine A utility to take an input line and turn it into a command line.Message A message that is written by an external sourse.ParserCommands Deprecated. -
Exception Summary Exception Description ArgumentNotFoundException Created by Jeff Gaynor
on 5/17/13 at 11:13 AMCommandNotFoundException Created by Jeff Gaynor
on 5/17/13 at 11:12 AMConfigurableCommandsImpl.ListOnlyNotification ExitException Created by Jeff Gaynor
on 5/30/13 at 10:46 AMMalformedCommandException Created by Jeff Gaynor
on 5/17/13 at 3:20 PMShutdownException Thrown by the command line interpreter to signal a shutdown should happen.