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 theCLIDriverso 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.sasClasses in edu.uiuc.ncsa.sas that implement IOInterface Modifier and Type Class Description classStringIOAn IO class backed by strings.Methods in edu.uiuc.ncsa.sas that return IOInterface Modifier and Type Method Description IOInterfaceExecutable. getIO()Methods in edu.uiuc.ncsa.sas with parameters of type IOInterface Modifier and Type Method Description voidExecutable. setIO(IOInterface io)
- 
Uses of IOInterface in edu.uiuc.ncsa.sas.cliClasses in edu.uiuc.ncsa.sas.cli that implement IOInterface Modifier and Type Class Description classCLI_IOThis implementation of theIOInterfaceis for SAS command line clients.Methods in edu.uiuc.ncsa.sas.cli that return IOInterface Modifier and Type Method Description IOInterfaceSASCLIDriver. getIO()IOInterfaceSASServerSideCLiDriver. getIO()IOInterfaceSASCLIDriver.DC. getIOInterface()IOInterfaceCLI_IO. getLocalIO()Methods in edu.uiuc.ncsa.sas.cli with parameters of type IOInterface Modifier and Type Method Description voidSASCLIDriver. setIO(IOInterface io)voidSASServerSideCLiDriver. setIO(IOInterface io)voidCLI_IO. setLocalIO(IOInterface localIO)Constructors in edu.uiuc.ncsa.sas.cli with parameters of type IOInterface Constructor Description CLI_IO(IOInterface localIO, Client sasClient)SASCLIDriver(IOInterface ioInterface)SASCLIDriver(IOInterface ioInterface, Client sasClient)
- 
Uses of IOInterface in edu.uiuc.ncsa.sas.exampleMethods in edu.uiuc.ncsa.sas.example that return IOInterface Modifier and Type Method Description IOInterfaceEchoExecutable. getIO()Methods in edu.uiuc.ncsa.sas.example with parameters of type IOInterface Modifier and Type Method Description voidEchoExecutable. setIO(IOInterface io)
- 
Uses of IOInterface in edu.uiuc.ncsa.security.util.cliClasses in edu.uiuc.ncsa.security.util.cli that implement IOInterface Modifier and Type Class Description classBasicIOCreated 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 IOInterfaceAbstractEditor. getIoInterface()static IOInterfaceCLITool2. getIoInterface()static IOInterfaceFormatUtil. getIoInterface()IOInterfaceAbstractCommandsImpl. getIOInterface()IOInterfaceCLIDriver. getIOInterface()IOInterfaceCommands. getIOInterface()IOInterfaceCommonCommands. getIOInterface()IOInterfaceCommonCommands2. getIOInterface()IOInterfaceConfigurableCommandsImpl. getIOInterface()Methods in edu.uiuc.ncsa.security.util.cli with parameters of type IOInterface Modifier and Type Method Description static voidFormatUtil. printFormatListHelp(IOInterface io, InputLine inputLine)static voidFormatUtil. printFormatListHelp(IOInterface io, String indent, InputLine inputLine)voidAbstractEditor. setIoInterface(IOInterface ioInterface)static voidCLITool2. setIoInterface(IOInterface newIOInterface)static voidFormatUtil. setIoInterface(IOInterface ioInterface)Allows to set the format utility to use theIOInterface.voidCLIDriver. setIOInterface(IOInterface ioInterface)This also sets any components you added.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.terminalClasses in edu.uiuc.ncsa.security.util.terminal that implement IOInterface Modifier and Type Class Description classISO6429IOISO 6429 (cursor addressing spec) compliant implementation of theIOInterface.
 
-