|
org.netbeans.bootstrap/1 2.52 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.CLIHandler.Args
public static final class CLIHandler.Args
Class that represents available arguments to the CLI handlers.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String[] getArguments()
public OutputStream getOutputStream()
public OutputStream getErrorStream()
public File getCurrentDirectory()
public InputStream getInputStream()
public boolean isOpen()
|
org.netbeans.bootstrap/1 2.52 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||