aboutsummaryrefslogtreecommitdiff
path: root/docs/full/at/gv/egiz/pdfas/lib/api/Configuration.html
diff options
context:
space:
mode:
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.html31
1 files changed, 13 insertions, 18 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..d8b76c84 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,15 @@
<!-- NewPage -->
<html lang="en">
<head>
-<!-- Generated by javadoc (version 1.7.0_51) on Wed Feb 05 09:35:05 CET 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">
+<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 20 10:22:00 CET 2014 -->
+<title>Configuration</title>
+<meta name="date" content="2014-02-20">
<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";
}
//-->
</script>
@@ -28,13 +27,11 @@
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/Configuration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<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>
<div class="subNav">
<ul class="navList">
@@ -118,21 +115,21 @@
<th class="colLast" scope="col">Method and Description</th>
</tr>
<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/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>&nbsp;key)</code>
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#getValue(java.lang.String)">getValue</a></strong>(java.lang.String&nbsp;key)</code>
<div class="block">Gets a specific Value</div>
</td>
</tr>
<tr class="rowColor">
<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>&nbsp;key)</code>
+<td class="colLast"><code><strong><a href="../../../../../../at/gv/egiz/pdfas/lib/api/Configuration.html#hasValue(java.lang.String)">hasValue</a></strong>(java.lang.String&nbsp;key)</code>
<div class="block">Is the configuration key set</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>&nbsp;key,
- <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;value)</code>
+<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>(java.lang.String&nbsp;key,
+ java.lang.String&nbsp;value)</code>
<div class="block">Sets or overrides a configuration value</div>
</td>
</tr>
@@ -157,7 +154,7 @@
<ul class="blockList">
<li class="blockList">
<h4>getValue</h4>
-<pre><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;getValue(<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)</pre>
+<pre>java.lang.String&nbsp;getValue(java.lang.String&nbsp;key)</pre>
<div class="block">Gets a specific Value</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The configuration key</dd>
<dt><span class="strong">Returns:</span></dt><dd>The configured value</dd></dl>
@@ -169,7 +166,7 @@
<ul class="blockList">
<li class="blockList">
<h4>hasValue</h4>
-<pre>boolean&nbsp;hasValue(<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)</pre>
+<pre>boolean&nbsp;hasValue(java.lang.String&nbsp;key)</pre>
<div class="block">Is the configuration key set</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>key</code> - The configuration key</dd>
<dt><span class="strong">Returns:</span></dt><dd>true | false</dd></dl>
@@ -181,8 +178,8 @@
<ul class="blockListLast">
<li class="blockList">
<h4>setValue</h4>
-<pre>void&nbsp;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>&nbsp;key,
- <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;value)</pre>
+<pre>void&nbsp;setValue(java.lang.String&nbsp;key,
+ java.lang.String&nbsp;value)</pre>
<div class="block">Sets or overrides a configuration value</div>
<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>
@@ -204,13 +201,11 @@
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
-<li><a href="class-use/Configuration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li>
<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>
<div class="subNav">
<ul class="navList">