abstract class AbstractLatexMojo extends org.apache.maven.plugin.AbstractMojo implements ParameterAdapter
| Modifier and Type | Field and Description |
|---|---|
protected File |
baseDirectory
The base directory of this maven project.
|
protected LatexProcessor |
latexProcessor |
protected Settings |
settings
Comrpises all parameters for executing this maven plugin.
|
protected File |
targetDirectory
The target directory of this maven project.
|
protected File |
targetSiteDirectory
The target site directory of this maven project.
|
| Constructor and Description |
|---|
AbstractLatexMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Sets up the parameters and initializes
org.m2latex.core.LatexProcessor. |
getLog, getPluginContext, setLog, setPluginContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTargetSet@Parameter(name="baseDirectory",
defaultValue="${basedir}",
readonly=true)
protected File baseDirectory
Settings.baseDirectory via initialize().@Parameter(name="targetDirectory",
defaultValue="${project.build.directory}",
readonly=true)
protected File targetDirectory
Settings.targetDirectory
via initialize().@Parameter(name="targetSiteDirectory",
defaultValue="${project.reporting.outputDirectory}",
readonly=true)
protected File targetSiteDirectory
Settings.baseDirectory via initialize().@Parameter(name="settings") protected Settings settings
initialize().protected LatexProcessor latexProcessor
public void initialize()
ParameterAdapterorg.m2latex.core.LatexProcessor.initialize in interface ParameterAdapterCopyright © 2016–2018 Simuline Organization (l2r). All rights reserved.