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 Fileprotected Fileprotected abstract Fileprotected abstract booleanprotected abstract voidprepareTempSiteDirectory(File tmpSiteDir) Von Klasse geerbte Methoden org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContextVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon 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
-