|
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 FileCreating<C extends Compiler>
The interface implemented by all elements that result in the creation of one or more target files. Any compiler option could theoretically result in the creation of one or more files. A compiler wrapper needs to be aware of the files it creates so it can perform cleanup if necessary.
Implementing this interface allows compiler options to inform the compiler instance of the files that they will result in when used.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
creates(C compiler,
CompilerPhase phase)
Returns a list of filenames representing the files that are created due to the presence of this compiler option. |
| Methods inherited from interface com.codemesh.terp.ant.compiler.CompilerOption |
|---|
addCommands, appliesTo, getIf, getUnless, satisfies, setIf, setUnless |
| Method Detail |
|---|
java.util.List<java.lang.String> creates(C compiler,
CompilerPhase phase)
compiler - the compiler.phase - the compilation phase.
|
terp - the ANT Tasks v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||