Uses of Class
org.tanukisoftware.wrapper.WrapperLicenseError
Packages that use WrapperLicenseError
-
Uses of WrapperLicenseError in org.tanukisoftware.wrapper
Methods in org.tanukisoftware.wrapper that throw WrapperLicenseErrorModifier and TypeMethodDescriptionstatic WrapperProcessA more powerful replacement to the java.lang.Runtime.exec method.static WrapperProcessA 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.WrapperProcessConfig.getEnvironment()Returns a Map containing the environment which will be used to launch the child process.static booleanWrapperProcessConfig.isSupported(int startType) Indicates whether the specified start type is supported on the current plattform.