|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pmease.quickbuild.builder.Builder
com.pmease.quickbuild.builder.CommandBuilder
Implements for a command line builder
Constructor Summary | |
CommandBuilder()
|
Method Summary | |
java.lang.String |
constructBuildCmd(Build build)
Construct command to run ant |
java.lang.String |
constructBuildCmdDir(Build build)
Constructs the directory to run build command in |
java.lang.String |
getCommand()
OGNL: Specify the build command. |
java.lang.String |
getDirToRunCmd()
OGNL: The directory to run the build command in. |
void |
setCommand(java.lang.String command)
|
void |
setDirToRunCmd(java.lang.String dirToRunCmd)
|
Methods inherited from class com.pmease.quickbuild.builder.Builder |
equals, execute, getBuildSuccessCondition, getBuildSuccessConditionChoices, getEditor, getEnvironments, getName, getNameChoices, getResult, hashCode, logContainsLine, setBuildSuccessCondition, setEditor, setEnvironments, setName, setResult, validate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandBuilder()
Method Detail |
public java.lang.String getCommand()
public void setCommand(java.lang.String command)
public java.lang.String getDirToRunCmd()
public void setDirToRunCmd(java.lang.String dirToRunCmd)
public java.lang.String constructBuildCmd(Build build)
constructBuildCmd
in class Builder
public java.lang.String constructBuildCmdDir(Build build)
Builder
constructBuildCmdDir
in class Builder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |