Uses of Class
org.tanukisoftware.wrapper.WrapperProcessConfig
Packages that use WrapperProcessConfig
-
Uses of WrapperProcessConfig in org.tanukisoftware.wrapper
Methods in org.tanukisoftware.wrapper that return WrapperProcessConfigModifier and TypeMethodDescriptionWrapperProcessConfig.setCreateForActiveUser
(boolean isInteractive) Specifies if the ChildProcesses should be launched in the current session.WrapperProcessConfig.setDetached
(boolean detached) Sets the detached flag.WrapperProcessConfig.setEnvironment
(Map environment) Sets the environment for the child process.WrapperProcessConfig.setSoftShutdownTimeout
(int softShutdownTimeout) Sets the timeout for the soft shtudown in seconds.WrapperProcessConfig.setStartType
(int startType) Sets the start type.WrapperProcessConfig.setWorkingDirectory
(File workingDirectory) Sets the working directory.Methods in org.tanukisoftware.wrapper with parameters of type WrapperProcessConfigModifier and TypeMethodDescriptionstatic 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.