From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- .../lib/impl/configuration/ConfigurationImpl.html | 439 +++++++++++++++++++++ 1 file changed, 439 insertions(+) create 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 new file mode 100644 index 00000000..8b7d5fd1 --- /dev/null +++ b/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html @@ -0,0 +1,439 @@ + + + + + + +ConfigurationImpl (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
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
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3