Liferay 7.0-ce-b4

com.liferay.portal.kernel.process
Class ProcessConfig

java.lang.Object
  extended by com.liferay.portal.kernel.process.ProcessConfig
All Implemented Interfaces:
Serializable

public class ProcessConfig
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class ProcessConfig.Builder
           
 
Method Summary
 List<String> getArguments()
           
 String getBootstrapClassPath()
           
 String[] getBootstrapClassPathElements()
           
 String getJavaExecutable()
           
 ClassLoader getReactClassLoader()
           
 String getRuntimeClassPath()
           
 String[] getRuntimeClassPathElements()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getArguments

public List<String> getArguments()

getBootstrapClassPath

public String getBootstrapClassPath()

getBootstrapClassPathElements

public String[] getBootstrapClassPathElements()

getJavaExecutable

public String getJavaExecutable()

getReactClassLoader

public ClassLoader getReactClassLoader()

getRuntimeClassPath

public String getRuntimeClassPath()

getRuntimeClassPathElements

public String[] getRuntimeClassPathElements()

Liferay 7.0-ce-b4