From 7194ad1f6a22507867f471fd6c8a37c6596d4b8a Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Tue, 15 Jul 2014 10:30:34 +0200 Subject: Removed old config --- .../at/gv/egiz/pdfas/lib/api/Configuration.html | 312 --------------------- 1 file changed, 312 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html b/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html deleted file mode 100644 index 565d0dad..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html +++ /dev/null @@ -1,312 +0,0 @@ - - - - - - -Configuration (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.api
-

Interface Configuration

-
-
-
-
    -
  • -
    -
    All Known Implementing Classes:
    -
    ConfigurationImpl
    -
    -
    -
    -
    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
      voidcloneProfile(String originalPrefix, - String clonedPrefix) -
      Clone configuration values at runtime only - All configuration values with originalPrefix are copied and - inserted as clonedPrefix - - Example usage might be the generation of dynamic signature profiles: - cloneProfile(PdfAsConfigurationConstants.SIG_OBJECT_PREFIX + "SIGNATURBLOCK_DE", - PdfAsConfigurationConstants.SIG_OBJECT_PREFIX + "MY_DYNAMIC_PROFILE");
      -
      StringgetValue(String key) -
      Gets a specific Value
      -
      booleanhasValue(String key) -
      Is the configuration key set
      -
      voidremoveProfile(String configurationPrefix) -
      Removes all dynamically configured values with a given prefix.
      -
      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
        -
      • -
      - - - -
        -
      • -

        cloneProfile

        -
        void cloneProfile(String originalPrefix,
        -                String clonedPrefix)
        -
        Clone configuration values at runtime only - All configuration values with originalPrefix are copied and - inserted as clonedPrefix - - Example usage might be the generation of dynamic signature profiles: - cloneProfile(PdfAsConfigurationConstants.SIG_OBJECT_PREFIX + "SIGNATURBLOCK_DE", - PdfAsConfigurationConstants.SIG_OBJECT_PREFIX + "MY_DYNAMIC_PROFILE");
        -
        Parameters:
        originalPrefix - The original configuration key prefix
        clonedPrefix - The cloned configuration key prefix
        -
      • -
      - - - -
        -
      • -

        removeProfile

        -
        void removeProfile(String configurationPrefix)
        -
        Removes all dynamically configured values with a given prefix. - - It can be used to remove a profile during runtime. - - Example usage might be the generation of dynamic signature profiles: - removeProfile(PdfAsConfigurationConstants.SIG_OBJECT_PREFIX + "MY_DYNAMIC_PROFILE");
        -
        Parameters:
        configurationPrefix - The configuration key prefix
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3