From 835256964f3fa64587a0e05b859d012d125be308 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Thu, 20 Feb 2014 10:54:04 +0100 Subject: Documentation update --- .../at/gv/egiz/pdfas/lib/api/PdfAsFactory.html | 41 ++++++++++------------ 1 file changed, 18 insertions(+), 23 deletions(-) (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html index 535de94a..7c10e953 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html +++ b/docs/full/at/gv/egiz/pdfas/lib/api/PdfAsFactory.html @@ -2,16 +2,15 @@ - - -PdfAsFactory (PDF-AS 4.0.0-SNAPSHOT Library) - + +PdfAsFactory + @@ -28,13 +27,11 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
    @@ -137,7 +134,7 @@ extends static PdfAs -createPdfAs(File configuration) +createPdfAs(java.io.File configuration)
    Create a new instance of PDF-AS
    @@ -157,7 +154,7 @@ extends static void -deployDefaultConfiguration(File targetDirectory) +deployDefaultConfiguration(java.io.File targetDirectory)
    Deploy default configuration to targetDirectory The targetDirectory will be deleted and
    @@ -168,13 +165,13 @@ extends dontConfigureLog4j()  -static String +static java.lang.String getSCMRevision()
    Gets the PDF-AS SCM Revision
    -static String +static java.lang.String getVersion()
    Gets the PDF-AS Version
    @@ -184,8 +181,8 @@ extends -

    Methods inherited from class java.lang.Object

    -clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait +

    Methods inherited from class java.lang.Object

    +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait @@ -233,7 +230,7 @@ extends
  • createPdfAs

    -
    public static PdfAs createPdfAs(File configuration)
    +
    public static PdfAs createPdfAs(java.io.File configuration)
    Create a new instance of PDF-AS
    Parameters:
    configuration - The PDF-AS configuration
    Returns:
    @@ -271,14 +268,14 @@ extends
  • deployDefaultConfiguration

    -
    public static void deployDefaultConfiguration(File targetDirectory)
    -                                       throws Exception
    +
    public static void deployDefaultConfiguration(java.io.File targetDirectory)
    +                                       throws java.lang.Exception
    Deploy default configuration to targetDirectory The targetDirectory will be deleted and
    Parameters:
    targetDirectory -
    Throws:
    -
    Exception
    +
    java.lang.Exception
  • @@ -287,7 +284,7 @@ extends
  • getSCMRevision

    -
    public static String getSCMRevision()
    +
    public static java.lang.String getSCMRevision()
    Gets the PDF-AS SCM Revision
    Returns:
  • @@ -298,7 +295,7 @@ extends
  • getVersion

    -
    public static String getVersion()
    +
    public static java.lang.String getVersion()
    Gets the PDF-AS Version
    Returns:
    PDF-AS Verison string
  • @@ -320,13 +317,11 @@ extends Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • -
    PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]