|
||||||||||
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(DatabaseTaskBase task,
Database model)
Executes this command. |
boolean |
isRequiringModel()
Specifies whether this command requires a model, i.e. |
Method Detail |
public boolean isRequiringModel()
execute(DatabaseTaskBase, Database)
cannot be null
.
true
if this command requires a modelpublic void execute(DatabaseTaskBase 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 |