org.apache.tools.ant.taskdefs.optional.jsp.compilers
Class DefaultCompilerAdapter

java.lang.Object
  |
  +--org.apache.tools.ant.taskdefs.optional.jsp.compilers.DefaultCompilerAdapter
All Implemented Interfaces:
CompilerAdapter
Direct Known Subclasses:
JasperC

public abstract class DefaultCompilerAdapter
extends java.lang.Object
implements CompilerAdapter

This is the default implementation for the CompilerAdapter interface. This is currently very light on the ground since only one compiler type is supported.

Author:
Matthew Watson mattw@i3sp.com

Constructor Summary
DefaultCompilerAdapter()
           
 
Method Summary
 JspC getJspc()
           
 void setJspc(JspC attributes)
          Sets the compiler attributes, which are stored in the Jspc task.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.tools.ant.taskdefs.optional.jsp.compilers.CompilerAdapter
execute
 

Constructor Detail

DefaultCompilerAdapter

public DefaultCompilerAdapter()
Method Detail

setJspc

public void setJspc(JspC attributes)
Description copied from interface: CompilerAdapter
Sets the compiler attributes, which are stored in the Jspc task.
Specified by:
setJspc in interface CompilerAdapter

getJspc

public JspC getJspc()


Copyright © 2001 i3SP Pty. Ltd. All Rights Reserved.