|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.ant.devpartner.AbstractToolOption<DevPartnerTool>
com.codemesh.terp.ant.devpartner.boundschecker.OutOption
public class OutOption
The output file option.
| Constructor Summary | |
|---|---|
OutOption()
|
|
| Method Summary | |
|---|---|
void |
addCommands(java.util.List<java.lang.String> commandList,
DevPartnerTool tool,
ToolPhase phase)
Adds the tool switches repreesnted by this option to the list of switches. |
boolean |
appliesTo(DevPartnerTool tool,
ToolPhase phase)
Returns true if this tool option applies to the given tool and tool phase. |
void |
setFile(java.lang.String file)
Set the config file. |
| Methods inherited from class com.codemesh.terp.ant.devpartner.AbstractToolOption |
|---|
expand, expand, getIf, getProject, getUnless, quoteIfNecessary, satisfies, setIf, setProject, setUnless |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutOption()
| Method Detail |
|---|
public void setFile(java.lang.String file)
public void addCommands(java.util.List<java.lang.String> commandList,
DevPartnerTool tool,
ToolPhase phase)
ToolOptionThis method is called by the tool repeatedly with different values for the tool phase to account for these possibilities.
commandList - the list to which the tool switches represented
by this option (if any) are added.tool - the tool for which we're doing this.phase - the tool phase in wihch we're doing this.
public boolean appliesTo(DevPartnerTool tool,
ToolPhase phase)
ToolOption
tool - the tool for which we're asking.phase - the tool phase we're executing.
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||