org.codehaus.mojo.jspc.compiler.tomcat6
Class JspCompilerImpl
java.lang.Object
org.codehaus.mojo.jspc.compiler.tomcat6.JspCompilerImpl
- All Implemented Interfaces:
- org.codehaus.mojo.jspc.compiler.JspCompiler
public class JspCompilerImpl
- extends java.lang.Object
- implements org.codehaus.mojo.jspc.compiler.JspCompiler
JSP compiler for Tomcat 6.
- Version:
- $Id: JspCompilerImpl.java 6803 2008-04-21 12:04:24Z user57 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspCompilerImpl
public JspCompilerImpl()
setArgs
public void setArgs(java.lang.String[] args)
- Specified by:
setArgs
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setSmapDumped
public void setSmapDumped(boolean smapDumped)
- Specified by:
setSmapDumped
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setSmapSuppressed
public void setSmapSuppressed(boolean smapSuppressed)
- Specified by:
setSmapSuppressed
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setCompile
public void setCompile(boolean compile)
- Specified by:
setCompile
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setValidateXml
public void setValidateXml(boolean validateXml)
- Specified by:
setValidateXml
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setTrimSpaces
public void setTrimSpaces(boolean trimSpaces)
- Specified by:
setTrimSpaces
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setVerbose
public void setVerbose(int verbose)
- Specified by:
setVerbose
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setCompilerSourceVM
public void setCompilerSourceVM(java.lang.String source)
- Specified by:
setCompilerSourceVM
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
setCompilerTargetVM
public void setCompilerTargetVM(java.lang.String target)
- Specified by:
setCompilerTargetVM
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
compile
public void compile()
throws java.lang.Exception
- Specified by:
compile
in interface org.codehaus.mojo.jspc.compiler.JspCompiler
- Throws:
java.lang.Exception
Copyright © 2009. All Rights Reserved.