|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
com.agilejava.docbkx.maven.AbstractTransformerMojo
com.agilejava.docbkx.maven.AbstractEclipseMojo
public abstract class AbstractEclipseMojo
The base class of a Mojo generating Eclipse documentation.
| Field Summary |
|---|
| Fields inherited from class com.agilejava.docbkx.maven.AbstractTransformerMojo |
|---|
catalogs |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
AbstractEclipseMojo()
|
|
| Method Summary | |
|---|---|
void |
adjustTransformer(javax.xml.transform.Transformer transformer,
java.lang.String sourceFilename,
java.io.File targetFile)
This implementation will set the root.filename property, based on the targetFile's name. |
| 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 |
| Constructor Detail |
|---|
public AbstractEclipseMojo()
| Method Detail |
|---|
public void adjustTransformer(javax.xml.transform.Transformer transformer,
java.lang.String sourceFilename,
java.io.File targetFile)
manifest.in.base.dir to a value different than '0', in
order to make sure that the Eclipse files are not getting generated to
Maven's basedir, but to the target directory instead.
adjustTransformer in class AbstractTransformerMojo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||