|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CodeGenerator
The interface implemented by the concrete code generator task.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
TerpAware.Delegate |
| Method Summary | |
|---|---|
CommandOption |
createCommand()
Add a code generator command to the invocation. |
ModelFileOption |
createModelFile()
Add a code generator model file to the invocation. |
ModelProperty |
createModelProperty()
Add a code generator model property to the invocation. |
Version |
getVersion()
Returns the code generator version. |
void |
setSpawn(boolean bSpawn)
Tells the code generator task to execute as a separate process. |
void |
setWarningsAsErrors(boolean bWE)
Tells the code generator task to treat warnings as errors. |
| Methods inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
getIf, getUnless, satisfiesConditions, setIf, setUnless |
| Methods inherited from interface com.codemesh.terp.ant.TerpContextHolder |
|---|
getContext, setContext |
| Method Detail |
|---|
Version getVersion()
void setSpawn(boolean bSpawn)
bSpawn - true to spawn a code generator process, false to execute in-process.void setWarningsAsErrors(boolean bWE)
bWE - true to treat code generator warnings as errors.CommandOption createCommand()
ModelProperty createModelProperty()
ModelFileOption createModelFile()
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||