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
  • Konstruktordetails

    • AbstractPdfMojo

      public AbstractPdfMojo()
  • Methodendetails

    • getOutputDirectory

      protected abstract File getOutputDirectory()
    • getWorkingDirectory

      protected abstract File getWorkingDirectory()
    • isIncludeReports

      protected abstract boolean isIncludeReports()
    • prepareTempSiteDirectory

      protected abstract void prepareTempSiteDirectory(File tmpSiteDir) throws IOException
      Löst aus:
      IOException
    • getSiteDirectoryTmp

      protected File getSiteDirectoryTmp() throws IOException
      Gibt zurück:
      the default tmpSiteDirectory.
      Löst aus:
      IOException - if any
      Seit:
      1.1