Uses of Class
org.tanukisoftware.wrapper.WrapperJNIError
-
Packages that use WrapperJNIError Package Description org.tanukisoftware.wrapper -
-
Uses of WrapperJNIError in org.tanukisoftware.wrapper
Methods in org.tanukisoftware.wrapper that throw WrapperJNIError Modifier and Type Method Description static WrapperProcessWrapperManager. exec(String command)A more powerful replacement to the java.lang.Runtime.exec method.static WrapperProcessWrapperManager. exec(String[] cmdArray)A more powerful replacement to the java.lang.Runtime.exec method.static WrapperProcessWrapperManager. exec(String[] cmdArray, WrapperProcessConfig config)A more powerful replacement to the java.lang.Runtime.exec method.static WrapperProcessWrapperManager. exec(String command, WrapperProcessConfig config)A more powerful replacement to the java.lang.Runtime.exec method.
-