public interface POSIXHandler
Modifier and Type | Interface and Description |
---|---|
static class |
POSIXHandler.WARNING_ID |
Modifier and Type | Method and Description |
---|---|
void |
error(jnr.constants.platform.Errno error,
String extraData) |
void |
error(jnr.constants.platform.Errno error,
String methodName,
String extraData) |
File |
getCurrentWorkingDirectory()
Get current working directory of your runtime.
|
String[] |
getEnv()
Get current set of environment variables of your runtime.
|
PrintStream |
getErrorStream()
Get your runtime's current ErrorStream
|
InputStream |
getInputStream()
Get your runtime's current InputStream
|
PrintStream |
getOutputStream()
Get your runtime's current OutputStream
|
int |
getPID()
Get your runtimes process ID.
|
boolean |
isVerbose()
Should we provide verbose output about POSIX activities
|
void |
unimplementedError(String methodName)
Specify that posix method is unimplemented.
|
void |
warn(POSIXHandler.WARNING_ID id,
String message,
Object... data) |
void error(jnr.constants.platform.Errno error, String extraData)
void unimplementedError(String methodName)
void warn(POSIXHandler.WARNING_ID id, String message, Object... data)
boolean isVerbose()
File getCurrentWorkingDirectory()
String[] getEnv()
InputStream getInputStream()
PrintStream getOutputStream()
int getPID()
PrintStream getErrorStream()
Copyright © 2015. All Rights Reserved.