|
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 Compiler<C extends Compiler>
The interface implemented by all compilers.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
TerpAware.Delegate |
| Method Summary | |
|---|---|
void |
addOption(CompilerOption<C> option)
Add a compiler option to the compiler invocation. |
java.lang.String |
getCode()
Returns the compiler code. |
TerpContext |
getContext()
Returns the terp context in which the conpiler is executing. |
CompilerOptionSet<C> |
getOptions()
Returns all configured compiler options. |
Version |
getVersion()
Returns the compiler version. |
| Methods inherited from interface com.codemesh.terp.ant.TerpAware |
|---|
getIf, getUnless, satisfiesConditions, setIf, setUnless |
| Methods inherited from interface com.codemesh.terp.ant.TerpContextHolder |
|---|
setContext |
| Method Detail |
|---|
TerpContext getContext()
getContext in interface TerpContextHolderjava.lang.String getCode()
Version getVersion()
void addOption(CompilerOption<C> option)
option - the option to add.CompilerOptionSet<C> getOptions()
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||