org.apache.tools.ant.taskdefs.optional.jsp.compilers
Interface CompilerAdapter
- All Known Implementing Classes:
- DefaultCompilerAdapter
- public interface CompilerAdapter
The interface that all jsp compiler adapters must adher to.
A compiler adapter is an adapter that interprets the jspc's
parameters in preperation to be passed off to the compier this
adapter represents. As all the necessary values are stored in the
Jspc task itself, the only thing all adapters need is the jsp
task, the execute command and a parameterless constructor (for
reflection).
- Author:
- Jay Dickon Glanville jayglanville@home.com, Matthew Watson mattw@i3sp.com
Method Summary |
boolean |
execute()
Executes the task. |
void |
setJspc(JspC attributes)
Sets the compiler attributes, which are stored in the Jspc task. |
setJspc
public void setJspc(JspC attributes)
- Sets the compiler attributes, which are stored in the Jspc task.
execute
public boolean execute()
throws org.apache.tools.ant.BuildException
- Executes the task.
- Returns:
- has the compilation been successful
Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.