Package | Description |
---|---|
org.tanukisoftware.wrapper |
Modifier and Type | Method and Description |
---|---|
static WrapperProcess |
WrapperManager.exec(java.lang.String command)
A more powerful replacement to the java.lang.Runtime.exec method.
|
static WrapperProcess |
WrapperManager.exec(java.lang.String[] cmdArray)
A more powerful replacement to the java.lang.Runtime.exec method.
|
static WrapperProcess |
WrapperManager.exec(java.lang.String[] cmdArray,
WrapperProcessConfig config)
A more powerful replacement to the java.lang.Runtime.exec method.
|
static WrapperProcess |
WrapperManager.exec(java.lang.String command,
WrapperProcessConfig config)
A more powerful replacement to the java.lang.Runtime.exec method.
|
Copyright 1999, 2024 Tanuki Software Inc., All Rights Reserved.