|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base interface for commands that work with a model.
Method Summary | |
void |
execute(org.apache.tools.ant.Task task,
Database model)
Executes this command. |
boolean |
isRequiringModel()
Specifies whether this command requires a model, i.e. |
Method Detail |
public boolean isRequiringModel()
execute(Task, Database)
cannot be null
.
true
if this command requires a modelpublic void execute(org.apache.tools.ant.Task task, Database model) throws org.apache.tools.ant.BuildException
task
- The executing taskmodel
- The database model
org.apache.tools.ant.BuildException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |