From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- docs/at/gv/egiz/pdfas/lib/api/Configuration.html | 255 +++++++++++++++++++++++ 1 file changed, 255 insertions(+) create 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 new file mode 100644 index 00000000..914ef0ed --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/api/Configuration.html @@ -0,0 +1,255 @@ + + + + + + +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