org.codehaus.mojo.jspc
Class CompilationMojoSupport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.groovy.maven.mojo.GroovyMojo
org.codehaus.mojo.jspc.CompilationMojoSupport
- All Implemented Interfaces:
- groovy.lang.GroovyObject, org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CompileMojo, TestCompileMojo
public abstract class CompilationMojoSupport
- extends org.codehaus.groovy.maven.mojo.GroovyMojo
Support JSP compilation mojos.
- Version:
- $Id: CompilationMojoSupport.groovy 6803 2008-04-21 12:04:24Z user57 $
Fields inherited from class org.codehaus.groovy.maven.mojo.GroovyMojo |
__timeStamp, __timeStamp__239_neverHappen1222927117793, sanitizeErrors |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.groovy.maven.mojo.GroovyMojo |
afterExecute, beforeExecute, fail, fail, getAnt |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilationMojoSupport
public CompilationMojoSupport()
getWorkingDirectory
public java.lang.String getWorkingDirectory()
setWorkingDirectory
public void setWorkingDirectory(java.lang.String value)
getSources
public org.apache.maven.shared.model.fileset.FileSet getSources()
setSources
public void setSources(org.apache.maven.shared.model.fileset.FileSet value)
getWebFragmentFile
public java.io.File getWebFragmentFile()
setWebFragmentFile
public void setWebFragmentFile(java.io.File value)
getInputWebXml
public java.io.File getInputWebXml()
setInputWebXml
public void setInputWebXml(java.io.File value)
getOutputWebXml
public java.io.File getOutputWebXml()
setOutputWebXml
public void setOutputWebXml(java.io.File value)
getJavaEncoding
public java.lang.String getJavaEncoding()
setJavaEncoding
public void setJavaEncoding(java.lang.String value)
getSource
public java.lang.String getSource()
setSource
public void setSource(java.lang.String value)
getTarget
public java.lang.String getTarget()
setTarget
public void setTarget(java.lang.String value)
getCompile
public boolean getCompile()
isCompile
public boolean isCompile()
setCompile
public void setCompile(boolean value)
getIncludeInProject
public boolean getIncludeInProject()
isIncludeInProject
public boolean isIncludeInProject()
setIncludeInProject
public void setIncludeInProject(boolean value)
getInjectString
public java.lang.String getInjectString()
setInjectString
public void setInjectString(java.lang.String value)
getPackageName
public java.lang.String getPackageName()
setPackageName
public void setPackageName(java.lang.String value)
getVerbose
public int getVerbose()
setVerbose
public void setVerbose(int value)
getShowSuccess
public boolean getShowSuccess()
isShowSuccess
public boolean isShowSuccess()
setShowSuccess
public void setShowSuccess(boolean value)
getSmapDumped
public boolean getSmapDumped()
isSmapDumped
public boolean isSmapDumped()
setSmapDumped
public void setSmapDumped(boolean value)
getSmapSupressed
public boolean getSmapSupressed()
isSmapSupressed
public boolean isSmapSupressed()
setSmapSupressed
public void setSmapSupressed(boolean value)
getListErrors
public boolean getListErrors()
isListErrors
public boolean isListErrors()
setListErrors
public void setListErrors(boolean value)
getValidateXml
public boolean getValidateXml()
isValidateXml
public boolean isValidateXml()
setValidateXml
public void setValidateXml(boolean value)
getTrimSpaces
public boolean getTrimSpaces()
isTrimSpaces
public boolean isTrimSpaces()
setTrimSpaces
public void setTrimSpaces(boolean value)
getFiltering
public boolean getFiltering()
isFiltering
public boolean isFiltering()
setFiltering
public void setFiltering(boolean value)
getClasspathElements
protected abstract java.util.List getClasspathElements()
execute
public void execute()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
getMetaClass
in class org.codehaus.groovy.maven.mojo.GroovyMojo
setMetaClass
public void setMetaClass(groovy.lang.MetaClass metaClass)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
- Overrides:
setMetaClass
in class org.codehaus.groovy.maven.mojo.GroovyMojo
invokeMethod
public java.lang.Object invokeMethod(java.lang.String name,
java.lang.Object args)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
- Overrides:
invokeMethod
in class org.codehaus.groovy.maven.mojo.GroovyMojo
getProperty
public java.lang.Object getProperty(java.lang.String name)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
- Overrides:
getProperty
in class org.codehaus.groovy.maven.mojo.GroovyMojo
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
- Overrides:
setProperty
in class org.codehaus.groovy.maven.mojo.GroovyMojo
Copyright © 2009. All Rights Reserved.