|
|||||||||
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 String |
injectString
The string to look for in the web.xml to replace with the web fragment contents. |
protected String |
inputWebXml
The path and location of the original web.xml file |
protected String |
javaEncoding
Character encoding |
protected boolean |
listErrors
List Errors option for JcpC. |
protected String |
outputWebXml
The final path and file name of the web.xml. |
protected 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 String |
source
Provide source compatibility with specified release |
protected 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 String |
warSourceDirectory
Source directory of the web source. |
protected String |
webFragmentFile
The path and location to the web fragment file. |
protected 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 List |
getClasspathElements()
|
String |
getPathString(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 String javaEncoding
protected String source
protected String target
protected String workingDirectory
protected boolean setCompile
protected String webFragmentFile
protected String warSourceDirectory
protected String inputWebXml
protected String injectString
protected String outputWebXml
protected 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 List getClasspathElements()
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
public String getPathString(List pathElements)
protected void moveClassFiles()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |