Uses of Interface
edu.uiuc.ncsa.security.util.cli.IOInterface
-
Packages that use IOInterface Package Description edu.uiuc.ncsa.sas SAS = Subject-action service.edu.uiuc.ncsa.sas.cli A basic implementation of theCLIDriver
so that it can be run as an SAS serveredu.uiuc.ncsa.sas.example This has an example of how to extend SAS to create an executable program.edu.uiuc.ncsa.security.util.cli CLI = Command Line Interface, a basic command line for any Java application.edu.uiuc.ncsa.security.util.terminal An implementation of an ISO 6429 terminal. -
-
Uses of IOInterface in edu.uiuc.ncsa.sas
Classes in edu.uiuc.ncsa.sas that implement IOInterface Modifier and Type Class Description class
StringIO
An IO class backed by strings.Methods in edu.uiuc.ncsa.sas that return IOInterface Modifier and Type Method Description IOInterface
Executable. getIO()
IOInterface
SASCLIDriver. getIO()
Methods in edu.uiuc.ncsa.sas with parameters of type IOInterface Modifier and Type Method Description void
Executable. setIO(IOInterface io)
void
SASCLIDriver. setIO(IOInterface io)
Constructors in edu.uiuc.ncsa.sas with parameters of type IOInterface Constructor Description SASCLIDriver(IOInterface ioInterface)
-
Uses of IOInterface in edu.uiuc.ncsa.sas.cli
Methods in edu.uiuc.ncsa.sas.cli that return IOInterface Modifier and Type Method Description IOInterface
SASServerSideCLiDriver. getIO()
Methods in edu.uiuc.ncsa.sas.cli with parameters of type IOInterface Modifier and Type Method Description void
SASServerSideCLiDriver. setIO(IOInterface io)
-
Uses of IOInterface in edu.uiuc.ncsa.sas.example
Methods in edu.uiuc.ncsa.sas.example that return IOInterface Modifier and Type Method Description IOInterface
EchoExecutable. getIO()
Methods in edu.uiuc.ncsa.sas.example with parameters of type IOInterface Modifier and Type Method Description void
EchoExecutable. setIO(IOInterface io)
-
Uses of IOInterface in edu.uiuc.ncsa.security.util.cli
Classes in edu.uiuc.ncsa.security.util.cli that implement IOInterface Modifier and Type Class Description class
BasicIO
Created by Jeff Gaynor
on 5/11/20 at 6:58 AMMethods in edu.uiuc.ncsa.security.util.cli that return IOInterface Modifier and Type Method Description IOInterface
AbstractEditor. getIoInterface()
static IOInterface
CLITool. getIoInterface()
static IOInterface
FormatUtil. getIoInterface()
IOInterface
CLIDriver. getIOInterface()
IOInterface
Commands. getIOInterface()
IOInterface
CommonCommands. getIOInterface()
IOInterface
ConfigurableCommandsImpl. getIOInterface()
Methods in edu.uiuc.ncsa.security.util.cli with parameters of type IOInterface Modifier and Type Method Description static void
FormatUtil. printFormatListHelp(IOInterface io, InputLine inputLine)
static void
FormatUtil. printFormatListHelp(IOInterface io, String indent, InputLine inputLine)
void
AbstractEditor. setIoInterface(IOInterface ioInterface)
static void
CLITool. setIoInterface(IOInterface newIOInterface)
static void
FormatUtil. setIoInterface(IOInterface ioInterface)
Allows to set the format utility to use theIOInterface
.void
CLIDriver. setIOInterface(IOInterface ioInterface)
void
Commands. setIOInterface(IOInterface io)
void
CommonCommands. setIOInterface(IOInterface ioInterface)
void
ConfigurableCommandsImpl. setIOInterface(IOInterface ioInterface)
Constructors in edu.uiuc.ncsa.security.util.cli with parameters of type IOInterface Constructor Description CLIDriver(IOInterface ioInterface)
-
Uses of IOInterface in edu.uiuc.ncsa.security.util.terminal
Classes in edu.uiuc.ncsa.security.util.terminal that implement IOInterface Modifier and Type Class Description class
ISO6429IO
ISO 6429 (cursor addressing spec) compliant implementation of theIOInterface
.
-