jfun.jaskell.shell
Class ExecOptions
java.lang.Object
jfun.jaskell.shell.ExecOptions
- public class ExecOptions
- extends java.lang.Object
Command options for running operating system commands.
- Author:
- Ben Yu
Jan 25, 2006 3:45:10 PM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecOptions
public ExecOptions()
getCommand
public java.lang.String getCommand()
setCommand
public void setCommand(java.lang.String command)
getDir
public java.io.File getDir()
setDir
public void setDir(java.io.File dir)
getEnvp
public java.util.Map getEnvp()
setEnvp
public void setEnvp(java.util.Map envp)