Uses of Class
org.tanukisoftware.wrapper.WrapperProcessConfig

Packages that use WrapperProcessConfig
org.tanukisoftware.wrapper   
 

Uses of WrapperProcessConfig in org.tanukisoftware.wrapper
 

Methods in org.tanukisoftware.wrapper that return WrapperProcessConfig
 WrapperProcessConfig WrapperProcessConfig.setDetached(boolean detached)
          Sets the detached flag.
 WrapperProcessConfig WrapperProcessConfig.setEnvironment(Map environment)
          Sets the environment for the child process.
 WrapperProcessConfig WrapperProcessConfig.setSoftShutdownTimeout(int softShutdownTimeout)
          Sets the timeout for the soft shtudown in seconds.
 WrapperProcessConfig WrapperProcessConfig.setStartType(int startType)
          Sets the start type.
 WrapperProcessConfig WrapperProcessConfig.setWorkingDirectory(File workingDirectory)
          Sets the working directory.
 

Methods in org.tanukisoftware.wrapper with parameters of type WrapperProcessConfig
static WrapperProcess WrapperManager.exec(String[] cmdArray, WrapperProcessConfig config)
          A more powerful replacement to the java.lang.Runtime.exec method.
static WrapperProcess WrapperManager.exec(String command, WrapperProcessConfig config)
          A more powerful replacement to the java.lang.Runtime.exec method.
 



Copyright 1999, 2010 Tanuki Software Inc., All Rights Reserved.