private static class ProcessPanelWorker.ExecutableFile extends java.lang.Object implements ProcessPanelWorker.Processable
Modifier and Type | Class and Description |
---|---|
static class |
ProcessPanelWorker.ExecutableFile.OutputMonitor |
Modifier and Type | Field and Description |
---|---|
private java.util.List |
arguments |
private java.lang.String |
filename |
protected AbstractUIProcessHandler |
handler |
Constructor and Description |
---|
ProcessPanelWorker.ExecutableFile(java.lang.String fn,
java.util.List args) |
Modifier and Type | Method and Description |
---|---|
boolean |
run(AbstractUIProcessHandler handler,
VariableSubstitutor vs) |
private void |
stopMonitor(ProcessPanelWorker.ExecutableFile.OutputMonitor m,
java.lang.Thread t) |
private java.lang.String filename
private java.util.List arguments
protected AbstractUIProcessHandler handler
public ProcessPanelWorker.ExecutableFile(java.lang.String fn, java.util.List args)
public boolean run(AbstractUIProcessHandler handler, VariableSubstitutor vs)
run
in interface ProcessPanelWorker.Processable
handler
- The UI handler for user interaction and to send output to.private void stopMonitor(ProcessPanelWorker.ExecutableFile.OutputMonitor m, java.lang.Thread t)