public class PythonPOSIXHandler extends Object implements org.jruby.ext.posix.POSIXHandler
Constructor and Description |
---|
PythonPOSIXHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(com.kenai.constantine.platform.Errno error,
String extraData) |
File |
getCurrentWorkingDirectory() |
String[] |
getEnv() |
PrintStream |
getErrorStream() |
InputStream |
getInputStream() |
PrintStream |
getOutputStream() |
int |
getPID() |
boolean |
isVerbose() |
void |
unimplementedError(String methodName) |
void |
warn(org.jruby.ext.posix.POSIXHandler.WARNING_ID id,
String message,
Object... data) |
public void error(com.kenai.constantine.platform.Errno error, String extraData)
error
in interface org.jruby.ext.posix.POSIXHandler
public void unimplementedError(String methodName)
unimplementedError
in interface org.jruby.ext.posix.POSIXHandler
public void warn(org.jruby.ext.posix.POSIXHandler.WARNING_ID id, String message, Object... data)
warn
in interface org.jruby.ext.posix.POSIXHandler
public boolean isVerbose()
isVerbose
in interface org.jruby.ext.posix.POSIXHandler
public File getCurrentWorkingDirectory()
getCurrentWorkingDirectory
in interface org.jruby.ext.posix.POSIXHandler
public String[] getEnv()
getEnv
in interface org.jruby.ext.posix.POSIXHandler
public InputStream getInputStream()
getInputStream
in interface org.jruby.ext.posix.POSIXHandler
public PrintStream getOutputStream()
getOutputStream
in interface org.jruby.ext.posix.POSIXHandler
public int getPID()
getPID
in interface org.jruby.ext.posix.POSIXHandler
public PrintStream getErrorStream()
getErrorStream
in interface org.jruby.ext.posix.POSIXHandler