|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.jspc.AbstractJspcMojo
public abstract class AbstractJspcMojo
Field Summary | |
---|---|
protected java.lang.String |
injectString
The string to look for in the web.xml to replace with the web fragment contents. |
protected java.lang.String |
inputWebXml
The path and location of the original web.xml file |
protected java.lang.String |
javaEncoding
Character encoding |
protected boolean |
listErrors
List Errors option for JcpC. |
protected java.lang.String |
outputWebXml
The final path and file name of the web.xml. |
protected java.lang.String |
packageName
The package in which the jsp files will be contained. |
protected boolean |
setCompile
Sets if you want to compile the jsp classes |
protected boolean |
setSmapDumped
Set Smap Dumped option for JcpC. |
protected boolean |
setSmapSupressed
Set Smap Supressed option for JcpC. |
protected boolean |
showSuccess
Show Success option for JcpC. |
protected java.lang.String |
source
Provide source compatibility with specified release |
protected java.lang.String |
target
Generate class files for specific VM version |
protected boolean |
validateXml
Validate XML option for JcpC. |
protected boolean |
verbose
Verbose option for JcpC. |
protected java.lang.String |
warSourceDirectory
Source directory of the web source. |
protected java.lang.String |
webFragmentFile
The path and location to the web fragment file. |
protected java.lang.String |
workingDirectory
The working directory to create the generated java source files. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
AbstractJspcMojo()
|
Method Summary | |
---|---|
void |
execute()
|
protected abstract java.util.List |
getClasspathElements()
|
java.lang.String |
getPathString(java.util.List pathElements)
|
protected void |
moveClassFiles()
|
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 |
Field Detail |
---|
protected java.lang.String javaEncoding
protected java.lang.String source
protected java.lang.String target
protected java.lang.String workingDirectory
protected boolean setCompile
protected java.lang.String webFragmentFile
protected java.lang.String warSourceDirectory
protected java.lang.String inputWebXml
protected java.lang.String injectString
protected java.lang.String outputWebXml
protected java.lang.String packageName
protected boolean verbose
protected boolean showSuccess
protected boolean setSmapDumped
protected boolean setSmapSupressed
protected boolean listErrors
protected boolean validateXml
Constructor Detail |
---|
public AbstractJspcMojo()
Method Detail |
---|
protected abstract java.util.List getClasspathElements()
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public java.lang.String getPathString(java.util.List pathElements)
protected void moveClassFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |