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 --- .../lib/impl/configuration/ConfigurationImpl.html | 500 --------------------- 1 file changed, 500 deletions(-) delete mode 100644 docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html') diff --git a/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html b/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html deleted file mode 100644 index 61baff59..00000000 --- a/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html +++ /dev/null @@ -1,500 +0,0 @@ - - - - - - -ConfigurationImpl (PDF-AS 4.0.0-RC5 Library) - - - - - - - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - -
-
at.gv.egiz.pdfas.lib.impl.configuration
-

Class ConfigurationImpl

-
-
- -
-
    -
  • -
    -
    All Implemented Interfaces:
    -
    at.gv.egiz.pdfas.common.settings.ISettings, Configuration
    -
    -
    -
    -
    public class ConfigurationImpl
    -extends Object
    -implements at.gv.egiz.pdfas.common.settings.ISettings, Configuration
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Field Detail

      - - - -
        -
      • -

        overwrittenProperties

        -
        protected Properties overwrittenProperties
        -
      • -
      - - - -
        -
      • -

        settings

        -
        protected at.gv.egiz.pdfas.common.settings.Settings settings
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        ConfigurationImpl

        -
        public ConfigurationImpl(at.gv.egiz.pdfas.common.settings.Settings settings)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        setValue

        -
        public void setValue(String key,
        -            String value)
        -
        Description copied from interface: Configuration
        -
        Sets or overrides a configuration value
        -
        -
        Specified by:
        -
        setValue in interface Configuration
        -
        Parameters:
        key - The configuration key
        value - The configuration value
        -
      • -
      - - - -
        -
      • -

        getValue

        -
        public String getValue(String key)
        -
        Description copied from interface: Configuration
        -
        Gets a specific Value
        -
        -
        Specified by:
        -
        getValue in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        Specified by:
        -
        getValue in interface Configuration
        -
        Parameters:
        key - The configuration key
        -
        Returns:
        The configured value
        -
      • -
      - - - -
        -
      • -

        hasValue

        -
        public boolean hasValue(String key)
        -
        Description copied from interface: Configuration
        -
        Is the configuration key set
        -
        -
        Specified by:
        -
        hasValue in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        Specified by:
        -
        hasValue in interface Configuration
        -
        Parameters:
        key - The configuration key
        -
        Returns:
        true | false
        -
      • -
      - - - -
        -
      • -

        getValuesPrefix

        -
        public Map<String,String> getValuesPrefix(String prefix)
        -
        -
        Specified by:
        -
        getValuesPrefix in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        -
      • -
      - - - -
        -
      • -

        getFirstLevelKeys

        -
        public Vector<String> getFirstLevelKeys(String prefix)
        -
        -
        Specified by:
        -
        getFirstLevelKeys in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        -
      • -
      - - - -
        -
      • -

        hasPrefix

        -
        public boolean hasPrefix(String prefix)
        -
        -
        Specified by:
        -
        hasPrefix in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        -
      • -
      - - - -
        -
      • -

        getWorkingDirectory

        -
        public String getWorkingDirectory()
        -
        -
        Specified by:
        -
        getWorkingDirectory in interface at.gv.egiz.pdfas.common.settings.ISettings
        -
        -
      • -
      - - - -
        -
      • -

        cloneProfile

        -
        public void cloneProfile(String originalPrefix,
        -                String clonedPrefix)
        -
        Description copied from interface: Configuration
        -
        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");
        -
        -
        Specified by:
        -
        cloneProfile in interface Configuration
        -
        Parameters:
        originalPrefix - The original configuration key prefix
        clonedPrefix - The cloned configuration key prefix
        -
      • -
      - - - -
        -
      • -

        removeProfile

        -
        public void removeProfile(String configurationPrefix)
        -
        Description copied from interface: Configuration
        -
        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");
        -
        -
        Specified by:
        -
        removeProfile in interface Configuration
        -
        Parameters:
        configurationPrefix - The configuration key prefix
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
PDF-AS 4.0.0-RC5 Library 4.0.0-RC5 [6160ba3da2c670365ea08880ac2a3a6eb2468137]
-
- - - - -- cgit v1.2.3