Serialized Form
-
Package com.liferay.petra.process
-
Class com.liferay.petra.process.PathHolder
class PathHolder extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_pathString
String _pathString
-
-
Class com.liferay.petra.process.ProcessConfig
class ProcessConfig extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
_arguments
List<String> _arguments
-
_bootstrapClassPathHolders
PathHolder[] _bootstrapClassPathHolders
-
_environment
Map<String,
String> _environment -
_javaExecutable
String _javaExecutable
-
_runtimeClassPathHolders
PathHolder[] _runtimeClassPathHolders
-
-
Exception com.liferay.petra.process.ProcessException
class ProcessException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception com.liferay.petra.process.TerminationProcessException
class TerminationProcessException extends ProcessException implements Serializable-
Serialized Fields
-
_exitCode
int _exitCode
-
-
-