Package org.apache.maven.plugins.pdf
Klasse AbstractPdfMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugins.pdf.AbstractPdfMojo
- Alle implementierten Schnittstellen:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
- Bekannte direkte Unterklassen:
PdfMojo
public abstract class AbstractPdfMojo
extends org.apache.maven.plugin.AbstractMojo
Common code to create pdf, either module pdf or reactor aggregate.
- Seit:
- 1.5
-
Feldübersicht
Von Schnittstelle geerbte Felder org.apache.maven.plugin.Mojo
ROLE
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract File
protected File
protected abstract File
protected abstract boolean
protected abstract void
prepareTempSiteDirectory
(File tmpSiteDir) Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden org.apache.maven.plugin.Mojo
execute
-
Konstruktordetails
-
AbstractPdfMojo
public AbstractPdfMojo()
-
-
Methodendetails
-
getOutputDirectory
-
getWorkingDirectory
-
isIncludeReports
protected abstract boolean isIncludeReports() -
prepareTempSiteDirectory
- Löst aus:
IOException
-
getSiteDirectoryTmp
- Gibt zurück:
- the default tmpSiteDirectory.
- Löst aus:
IOException
- if any- Seit:
- 1.1
-