From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- docs/at/gv/egiz/pdfas/lib/api/Configuration.html | 255 ----------------------- 1 file changed, 255 deletions(-) delete mode 100644 docs/at/gv/egiz/pdfas/lib/api/Configuration.html (limited to 'docs/at/gv/egiz/pdfas/lib/api/Configuration.html') diff --git a/docs/at/gv/egiz/pdfas/lib/api/Configuration.html b/docs/at/gv/egiz/pdfas/lib/api/Configuration.html deleted file mode 100644 index 914ef0ed..00000000 --- a/docs/at/gv/egiz/pdfas/lib/api/Configuration.html +++ /dev/null @@ -1,255 +0,0 @@ - - - - - - -Configuration (PDF-AS 4.0.0-SNAPSHOT Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - -
-
at.gv.egiz.pdfas.lib.api
-

Interface Configuration

-
-
-
-
    -
  • -
    -
    -
    public interface Configuration
    -
    Configuration interface - - This interface is used to configure one PDF-AS run. It contains the configuration values - from the configuration file. Use this interface to override properties during runtime.
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Summary

      - - - - - - - - - - - - - - - - - - -
      Methods 
      Modifier and TypeMethod and Description
      StringgetValue(String key) -
      Gets a specific Value
      -
      booleanhasValue(String key) -
      Is the configuration key set
      -
      voidsetValue(String key, - String value) -
      Sets or overrides a configuration value
      -
      -
    • -
    -
  • -
-
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getValue

        -
        String getValue(String key)
        -
        Gets a specific Value
        -
        Parameters:
        key - The configuration key
        -
        Returns:
        The configured value
        -
      • -
      - - - -
        -
      • -

        hasValue

        -
        boolean hasValue(String key)
        -
        Is the configuration key set
        -
        Parameters:
        key - The configuration key
        -
        Returns:
        true | false
        -
      • -
      - - - -
        -
      • -

        setValue

        -
        void setValue(String key,
        -            String value)
        -
        Sets or overrides a configuration value
        -
        Parameters:
        key - The configuration key
        value - The configuration value
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [6b692931c81fd0e09d8d21eb81e05a5f08af8342]
-
- - - - -- cgit v1.2.3