| Modifier and Type | Field and Description |
|---|---|
protected String |
commandLine |
protected long |
duration |
protected String |
extension |
protected String |
filename |
protected static String |
FileNameTemplate |
protected StateMachine |
machine |
protected String |
outputFilePrefix |
protected Process |
process |
static String |
Prop_LaunchedProcess |
static String |
Prop_PreviousLaunchedProcess |
| Constructor and Description |
|---|
LaunchProcessActivity(String commandLine,
String outputFilePrefix,
String extension,
long duration) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDateString(Calendar cal) |
String |
getFilename() |
String |
getName() |
Process |
getProcess() |
protected String |
getTimeString(Calendar cal) |
void |
init(Properties props) |
void |
run() |
void |
setStateMachine(StateMachine machine) |
protected static final String FileNameTemplate
public static final String Prop_PreviousLaunchedProcess
public static final String Prop_LaunchedProcess
protected String commandLine
protected String outputFilePrefix
protected String extension
protected String filename
protected long duration
protected StateMachine machine
protected Process process
public Process getProcess()
public String getFilename()
public void setStateMachine(StateMachine machine)
setStateMachine in interface Activitypublic void init(Properties props)
Copyright © 2017. All rights reserved.