jfun.jaskell.shell
Class ExecOptions

java.lang.Object
  extended by 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

Constructor Summary
ExecOptions()
           
 
Method Summary
 java.lang.String getCommand()
           
 java.io.File getDir()
           
 java.util.Map getEnvp()
           
 void setCommand(java.lang.String command)
           
 void setDir(java.io.File dir)
           
 void setEnvp(java.util.Map envp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecOptions

public ExecOptions()
Method Detail

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)