diff options
Diffstat (limited to 'docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html')
-rw-r--r-- | docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html | 69 |
1 files changed, 61 insertions, 8 deletions
diff --git a/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html b/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html index 9a55e6b7..cdbdc4c3 100644 --- a/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html +++ b/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html @@ -2,16 +2,16 @@ <!-- NewPage --> <html lang="en"> <head> -<!-- Generated by javadoc (version 1.7.0_51) on Wed Feb 05 09:35:05 CET 2014 --> +<!-- Generated by javadoc (version 1.7.0_55) on Tue Jul 01 10:29:36 CEST 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="ISO-8859-1"> -<title>Configuration (PDF-AS 4.0.0-SNAPSHOT Library)</title> -<meta name="date" content="2014-02-05"> +<title>Configuration (PDF-AS 4.0.0-RC4 Library)</title> +<meta name="date" content="2014-07-01"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Configuration (PDF-AS 4.0.0-SNAPSHOT Library)"; + parent.document.title="Configuration (PDF-AS 4.0.0-RC4 Library)"; } //--> </script> @@ -34,7 +34,7 @@ <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><em><b>PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]</b></em></div> +<div class="aboutLanguage"><em><b>PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]</b></em></div> </div> <div class="subNav"> <ul class="navList"> @@ -118,17 +118,36 @@ <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#cloneProfile(java.lang.String, java.lang.String)">cloneProfile</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalPrefix, + <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clonedPrefix)</code> +<div class="block">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");</div> +</td> +</tr> +<tr class="rowColor"> <td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#getValue(java.lang.String)">getValue</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> <div class="block">Gets a specific Value</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#hasValue(java.lang.String)">hasValue</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</code> <div class="block">Is the configuration key set</div> </td> </tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#removeProfile(java.lang.String)">removeProfile</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> configurationPrefix)</code> +<div class="block">Removes all dynamically configured values with a given prefix.</div> +</td> +</tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#setValue(java.lang.String, java.lang.String)">setValue</a></strong>(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, @@ -178,7 +197,7 @@ <a name="setValue(java.lang.String, java.lang.String)"> <!-- --> </a> -<ul class="blockListLast"> +<ul class="blockList"> <li class="blockList"> <h4>setValue</h4> <pre>void setValue(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key, @@ -187,6 +206,40 @@ <dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The configuration key</dd><dd><code>value</code> - The configuration value</dd></dl> </li> </ul> +<a name="cloneProfile(java.lang.String, java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>cloneProfile</h4> +<pre>void cloneProfile(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> originalPrefix, + <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> clonedPrefix)</pre> +<div class="block">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");</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>originalPrefix</code> - The original configuration key prefix</dd><dd><code>clonedPrefix</code> - The cloned configuration key prefix</dd></dl> +</li> +</ul> +<a name="removeProfile(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>removeProfile</h4> +<pre>void removeProfile(<a href="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> configurationPrefix)</pre> +<div class="block">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");</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>configurationPrefix</code> - The configuration key prefix</dd></dl> +</li> +</ul> </li> </ul> </li> @@ -210,7 +263,7 @@ <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> -<div class="aboutLanguage"><em><b>PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]</b></em></div> +<div class="aboutLanguage"><em><b>PDF-AS 4.0.0-RC4 Library 4.0.0-RC4 [f96fba3394ecb989a464f90c5d91b90bc5773c79]</b></em></div> </div> <div class="subNav"> <ul class="navList"> |