org.jruby.ext.posix
public interface POSIXHandler
| Nested Class Summary | |
|---|---|
| static class | POSIXHandler.WARNING_ID |
| Method Summary | |
|---|---|
| void | error(Errno error, 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) |