|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.docbook.support.ResourceMojo
public class ResourceMojo
Defines resources-like processing for the jdocbook-style packaging. Handles files such as XSLT, fonts, images and css, moving them to specific locations within the output directory for inclusion in the final package.
Field Summary | |
---|---|
protected java.io.File |
cssSourceDirectory
The directory containing css to be included in package. |
protected java.io.File |
fontSourceDirectory
The directory containing fonts to be included in package. |
protected java.io.File |
imagesSourceDirectory
The directory containing images to be included in package. |
protected java.io.File |
outputDirectory
The directory from which packaging is staged. |
protected java.io.File |
xsltSourceDirectory
The directory containing the XSLT sources. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
ResourceMojo()
|
Method Summary | |
---|---|
void |
execute()
|
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.io.File xsltSourceDirectory
protected java.io.File fontSourceDirectory
protected java.io.File imagesSourceDirectory
protected java.io.File cssSourceDirectory
protected java.io.File outputDirectory
Constructor Detail |
---|
public ResourceMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |