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 AbstractCommandsImpl Class that collects the startup logic forCommands
implementationsAbstractEditor 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 PMCLITool2 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.CommonCommands2 Utilities that are used by any reasonable implementation of the Commands interface.ConfigurableCommandsImpl Basic implementation of Commands.ConfigurableCommandsImpl2 Basic implementation of Commands that supports loading configurations.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.TestCCI TestCCI.TCL TestCommands A set of commands for debugging theCLIDriver
only. -
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 ConfigurableCommandsImpl2.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.