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.
|
java.util.Map |
WrapperProcessConfig.getEnvironment()
Returns a Map containing the environment which will be used to launch
the child process.
|
static boolean |
WrapperProcessConfig.isSupported(int startType)
Indicates whether the specified start type is supported on the current
plattform.
|
Copyright 1999, 2024 Tanuki Software Inc., All Rights Reserved.