aboutsummaryrefslogtreecommitdiff
path: root/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html')
-rw-r--r--docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html85
1 files changed, 73 insertions, 12 deletions
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
index 8b7d5fd1..3e7e240b 100644
--- a/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html
+++ b/docs/full/at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.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>ConfigurationImpl (PDF-AS 4.0.0-SNAPSHOT Library)</title>
-<meta name="date" content="2014-02-05">
+<title>ConfigurationImpl (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="ConfigurationImpl (PDF-AS 4.0.0-SNAPSHOT Library)";
+ parent.document.title="ConfigurationImpl (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">
@@ -164,33 +164,52 @@ implements at.gv.egiz.pdfas.common.settings.ISettings, <a href="../../../../../.
<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/impl/configuration/ConfigurationImpl.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>&nbsp;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>&nbsp;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/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</a>&lt;<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>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html#getFirstLevelKeys(java.lang.String)">getFirstLevelKeys</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>&nbsp;prefix)</code>&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<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/impl/configuration/ConfigurationImpl.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>&nbsp;key)</code>
<div class="block">Gets a specific Value</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code><a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html#getValuesPrefix(java.lang.String)">getValuesPrefix</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>&nbsp;prefix)</code>&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<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/impl/configuration/ConfigurationImpl.html#getWorkingDirectory()">getWorkingDirectory</a></strong>()</code>&nbsp;</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../../at/gv/egiz/pdfas/lib/impl/configuration/ConfigurationImpl.html#hasPrefix(java.lang.String)">hasPrefix</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>&nbsp;prefix)</code>&nbsp;</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/impl/configuration/ConfigurationImpl.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>&nbsp;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/impl/configuration/ConfigurationImpl.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>&nbsp;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/impl/configuration/ConfigurationImpl.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>&nbsp;key,
@@ -357,7 +376,7 @@ implements at.gv.egiz.pdfas.common.settings.ISettings, <a href="../../../../../.
<a name="getWorkingDirectory()">
<!-- -->
</a>
-<ul class="blockListLast">
+<ul class="blockList">
<li class="blockList">
<h4>getWorkingDirectory</h4>
<pre>public&nbsp;<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>&nbsp;getWorkingDirectory()</pre>
@@ -367,6 +386,48 @@ implements at.gv.egiz.pdfas.common.settings.ISettings, <a href="../../../../../.
</dl>
</li>
</ul>
+<a name="cloneProfile(java.lang.String, java.lang.String)">
+<!-- -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>cloneProfile</h4>
+<pre>public&nbsp;void&nbsp;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>&nbsp;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>&nbsp;clonedPrefix)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#cloneProfile(java.lang.String, java.lang.String)">Configuration</a></code></strong></div>
+<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><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#cloneProfile(java.lang.String, java.lang.String)">cloneProfile</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html" title="interface in at.gv.egiz.pdfas.lib.api">Configuration</a></code></dd>
+<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>public&nbsp;void&nbsp;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>&nbsp;configurationPrefix)</pre>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#removeProfile(java.lang.String)">Configuration</a></code></strong></div>
+<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><strong>Specified by:</strong></dt>
+<dd><code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#removeProfile(java.lang.String)">removeProfile</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html" title="interface in at.gv.egiz.pdfas.lib.api">Configuration</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>configurationPrefix</code> - The configuration key prefix</dd></dl>
+</li>
+</ul>
</li>
</ul>
</li>
@@ -390,7 +451,7 @@ implements at.gv.egiz.pdfas.common.settings.ISettings, <a href="../../../../../.
<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">