| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public void | |
| public void | |
| public File | |
| public String[] | |
| public PrintStream | getErrorStream()
Implements jnr. Get your runtime's current ErrorStream |
| public InputStream | |
| public PrintStream | |
| public int | getPID()
Implements jnr. Get your runtime's process ID. This is only intended for non-native POSIX support (e.g. environments where JNA cannot load or security restricted environments). |
| public boolean | |
| public void | unimplementedError(String
the POSIX method that failed methodName)Implements jnr. Specify that posix method is unimplemented. |
| public void | warn(POSIXHandler.
Implements jnr.
|
| PythonPOSIXHandler | back to summary |
|---|---|
| public PythonPOSIXHandler() | |
| error | back to summary |
|---|---|
| public void error(Errno error, String extraData) Implements jnr.
| |
| error | back to summary |
|---|---|
| public void error(Errno error, String methodName, String extraData) Implements jnr.
| |
| getCurrentWorkingDirectory | back to summary |
|---|---|
| public File getCurrentWorkingDirectory() Implements jnr.
| |
| getEnv | back to summary |
|---|---|
| public String[] getEnv() Implements jnr.
| |
| getErrorStream | back to summary |
|---|---|
| public PrintStream getErrorStream() Implements jnr. Doc from jnr. Get your runtime's current ErrorStream
| |
| getInputStream | back to summary |
|---|---|
| public InputStream getInputStream() Implements jnr.
| |
| getOutputStream | back to summary |
|---|---|
| public PrintStream getOutputStream() Implements jnr.
| |
| getPID | back to summary |
|---|---|
| public int getPID() Implements jnr. Doc from jnr. Get your runtime's process ID. This is only intended for non-native POSIX support (e.g. environments where JNA cannot load or security restricted environments). In JRuby we found a number of packages which would rather have some identity for the runtime than nothing. Note If you do not want this to work you impl can just call
| |
| isVerbose | back to summary |
|---|---|
| public boolean isVerbose() Implements jnr.
| |
| unimplementedError | back to summary |
|---|---|
| public void unimplementedError(String methodName) Implements jnr. Doc from jnr. Specify that posix method is unimplemented. In JRuby we generate an exception with this. | |
| warn | back to summary |
|---|---|
| public void warn(POSIXHandler. Implements jnr.
| |