public static final class CLIHandler.Args extends Object
Modifier and Type | Method and Description |
---|---|
String[] |
getArguments()
Get the command-line arguments.
|
File |
getCurrentDirectory() |
OutputStream |
getErrorStream()
Access to error stream.
|
InputStream |
getInputStream()
Get an input stream that may supply additional data.
|
OutputStream |
getOutputStream()
Get an output stream to which data may be sent.
|
boolean |
isOpen()
Is open? True if the connection is still alive.
|
public String[] getArguments()
public OutputStream getOutputStream()
public OutputStream getErrorStream()
public File getCurrentDirectory()
public InputStream getInputStream()
public boolean isOpen()