Uses of Class
org.tanukisoftware.wrapper.WrapperProcess

Packages that use WrapperProcess
org.tanukisoftware.wrapper   
 

Uses of WrapperProcess in org.tanukisoftware.wrapper
 

Methods in org.tanukisoftware.wrapper that return WrapperProcess
static WrapperProcess WrapperManager.exec(String command)
          A more powerful replacement to the java.lang.Runtime.exec method.
static WrapperProcess WrapperManager.exec(String[] cmdArray)
          A more powerful replacement to the java.lang.Runtime.exec method.
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.