public abstract class CommandStep extends java.lang.Object implements IProcessStep
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
command |
protected java.lang.String |
extension |
protected boolean |
verbose |
| Constructor and Description |
|---|
CommandStep(java.util.Properties options,
java.lang.String command,
java.lang.String extension,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
adjustInf(java.io.File input,
java.util.Properties inf,
java.util.List<java.util.Properties> containers)
Adjust any properties in the eclipse.inf as appropriate for this step
|
protected static int |
execute(java.lang.String[] cmd) |
protected static int |
execute(java.lang.String[] cmd,
boolean verbose) |
java.util.Properties |
getOptions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStepName, postProcess, preProcess, recursionEffectprotected java.lang.String command
protected java.lang.String extension
protected boolean verbose
public CommandStep(java.util.Properties options,
java.lang.String command,
java.lang.String extension,
boolean verbose)
protected static int execute(java.lang.String[] cmd)
protected static int execute(java.lang.String[] cmd,
boolean verbose)
public java.util.Properties getOptions()
public boolean adjustInf(java.io.File input,
java.util.Properties inf,
java.util.List<java.util.Properties> containers)
IProcessStepadjustInf in interface IProcessStepcontainers - inf properties for containing jars, innermost jar is first on the listtrue if the properties file was adjusted, and false othewise