public class ProcessExecution extends Object
| Constructor and Description |
|---|
ProcessExecution(DataloadProcess process,
String executable) |
ProcessExecution(DataloadProcess process,
String executable,
Map<String,String> params) |
ProcessExecution(DataloadProcess process,
String executable,
Map<String,String> params,
Map<String,String> hiddenParams) |
| Modifier and Type | Method and Description |
|---|---|
String |
getExecutable() |
Map<String,String> |
getHiddenParams() |
Map<String,String> |
getParams() |
String |
toString() |
public ProcessExecution(DataloadProcess process, String executable)
public ProcessExecution(DataloadProcess process, String executable, Map<String,String> params)
Copyright © 2017. All rights reserved.