public class ValueProcess extends Object
Modifier and Type | Field and Description |
---|---|
private String |
arguments
Arguments passed to the executable.
|
private Process |
process
Process information.
|
private String |
processName
The name of the executable to run.
|
Constructor and Description |
---|
ValueProcess(String processName,
String arguments,
Process process)
Creates an instance of GlassFish server process entity.
|
Modifier and Type | Method and Description |
---|---|
String |
getArguments()
Get arguments passed to the executable.
|
Process |
getProcess()
Get process information.
|
String |
getProcessName()
Get name of the executable to run.
|
String |
toString()
Convert stored process information to
String . |
private String processName
private String arguments
private Process process
ValueProcess(String processName, String arguments, Process process)
RunnerLocal
method
call
.
method.
processName
- The name of the executable to run..arguments
- Arguments passed to the executable.public String getProcessName()
public String getArguments()
public Process getProcess()
Copyright © 2013. All Rights Reserved.