http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/DoubleConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/DoubleConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/DoubleConverter.html index 3a91621..5e6300d 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/DoubleConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/DoubleConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DoubleConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>DoubleConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.DoubleConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DoubleConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="DoubleConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">DoubleConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></pre> <div class="block">Converter, converting from String to Double, using the Java number syntax: (-)?[0-9]*\.[0-9]*. In case of error the value given also is tried being parsed as integral number using <a href="../../../../../../org/apache/tamaya/core/internal/converters/LongConverter.html" title="class in org.apache.tamaya.core.internal.converters"><code>LongConverter</code></a>. Additionally the following values are supported: @@ -166,9 +166,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/DoubleConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -224,22 +222,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>></code></dd> </dl> </li> </ul>
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html index 1658b2f..431e276 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/EnumConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>EnumConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>EnumConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.EnumConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="EnumConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="EnumConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><T></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><T></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">EnumConverter<T></span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><T></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><T></pre> <div class="block">Converter, converting from String to tge given enum type.</div> </li> </ul> @@ -159,9 +159,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/tamaya/core/internal/converters/EnumConverter.html" title="type parameter in EnumConverter">T</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/EnumConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -217,22 +215,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="../../../../../../org/apache/tamaya/core/internal/converters/EnumConverter.html" title="type parameter in EnumConverter">T</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="../../../../../../org/apache/tamaya/core/internal/converters/EnumConverter.html" title="type parameter in EnumConverter">T</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="../../../../../../org/apache/tamaya/core/internal/converters/EnumConverter.html" title="type parameter in EnumConverter">T</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html index 5145027..2f405c8 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/FileConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FileConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>FileConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.FileConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FileConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="FileConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">FileConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></pre> <div class="block">Converter, converting from String to URI, using new URL(value).</div> </li> </ul> @@ -159,9 +159,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/FileConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -217,22 +215,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html index 7ef4775..1e29cdf 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/FloatConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>FloatConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>FloatConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.FloatConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="FloatConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="FloatConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">FloatConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></pre> <div class="block">Converter, converting from String to Float, using the Java number syntax: (-)?[0-9]*\.[0-9]*. In case of error the value given also is tried being parsed as integral number using <a href="../../../../../../org/apache/tamaya/core/internal/converters/LongConverter.html" title="class in org.apache.tamaya.core.internal.converters"><code>LongConverter</code></a>. Additionally the following values are supported: @@ -166,9 +166,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/FloatConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -224,22 +222,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang">Float</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html index e170e1d..50a471c 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/IntegerConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>IntegerConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>IntegerConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.IntegerConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="IntegerConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="IntegerConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">IntegerConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></pre> <div class="block">Converter, converting from String to Integer, the supported format is one of the following: <ul> <li>123 (byte value)</li> @@ -173,9 +173,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/IntegerConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -231,22 +229,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html index b4f0ed7..6495d92 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/LongConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>LongConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>LongConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.LongConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="LongConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="LongConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">LongConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></pre> <div class="block">Converter, converting from String to Long, the supported format is one of the following: <ul> <li>123 (byte value)</li> @@ -173,9 +173,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/LongConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -231,22 +229,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/NumberConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/NumberConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/NumberConverter.html index aaf7e9b..15db83e 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/NumberConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/NumberConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>NumberConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>NumberConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.NumberConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="NumberConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="NumberConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">NumberConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></pre> <div class="block">Converter, converting from String to Number. Valid inputs are: <pre> POSITIVE_INFINITY -> Double.POSITIVE_INFINITY @@ -166,9 +166,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/NumberConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -224,22 +222,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/PathConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/PathConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/PathConverter.html index 8c6bd8a..fdc9802 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/PathConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/PathConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PathConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>PathConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.PathConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PathConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="PathConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">PathConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></pre> <div class="block">Converter, converting from String to URI, using new URL(value).</div> </li> </ul> @@ -159,9 +159,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/PathConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -217,22 +215,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/nio/file/Path.html?is-external=true" title="class or interface in java.nio.file">Path</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/ShortConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/ShortConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/ShortConverter.html index 2602755..0963958 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/ShortConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/ShortConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ShortConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>ShortConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.ShortConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ShortConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="ShortConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">ShortConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></pre> <div class="block">Converter, converting from String to Short, the supported format is one of the following: <ul> <li>123 (byte value)</li> @@ -173,9 +173,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/ShortConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -231,22 +229,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/URIConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/URIConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/URIConverter.html index fa27f0e..69efb5e 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/URIConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/URIConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>URIConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>URIConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.URIConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="URIConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="URIConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">URIConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></pre> <div class="block">Converter, converting from String to URI, using new URI(value).</div> </li> </ul> @@ -159,9 +159,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/URIConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -217,22 +215,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URI.html?is-external=true" title="class or interface in java.net">URI</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/URLConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/URLConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/URLConverter.html index 1096cc7..011583b 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/URLConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/URLConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>URLConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>URLConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.converters.URLConverter class"> <meta name="keywords" content="convert()"> <meta name="keywords" content="equals()"> @@ -16,7 +16,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="URLConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="URLConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { @@ -113,13 +113,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></dd> +<dd><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">URLConverter</span> extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> -implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></pre> +implements <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></pre> <div class="block">Converter, converting from String to URI, using new URL(value).</div> </li> </ul> @@ -159,9 +159,7 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/tamaya/core/internal/converters/URLConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</code> -<div class="block">Convert the given configuration keys from its String representation into the required target type.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> @@ -217,22 +215,10 @@ implements <a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.ht <li class="blockList"> <h4>convert</h4> <pre>public <a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> convert(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> value, - <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a> context)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">PropertyConverter</a></code></span></div> -<div class="block">Convert the given configuration keys from its String representation into the required target type. - The context instance passed also allows to add a list of supported formats, which is very handy in case a - value could not be converted. This list of supported formats can then shown to the user to give some hints - how a value could be configured.</div> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConversionContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConversionContext</a> context)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-">convert</a></code> in interface <code><a href="../../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></code></dd> -<dt><span class="paramLabel">Parameters:</span></dt> -<dd><code>value</code> - configuration key that needs to be converted</dd> -<dd><code>context</code> - the <a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi"><code>ConversionContext</code></a>, containing the String value and the requested configuration key.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>converted keys</dd> -<dt><span class="seeLabel">See Also:</span></dt> -<dd><a href="../../../../../../org/apache/tamaya/spi/ConversionContext.html#addSupportedFormats-java.lang.Class-java.lang.String...-"><code>ConversionContext.addSupportedFormats(Class, String...)</code></a></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true#convert-java.lang.String-org.apache.tamaya.spi.ConversionContext-" title="class or interface in org.apache.tamaya.spi">convert</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a><<a href="http://docs.oracle.com/javase/7/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>></code></dd> </dl> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/converters/class-use/BigDecimalConverter.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/converters/class-use/BigDecimalConverter.html b/apidocs/org/apache/tamaya/core/internal/converters/class-use/BigDecimalConverter.html index 580fbbb..aae2000 100644 --- a/apidocs/org/apache/tamaya/core/internal/converters/class-use/BigDecimalConverter.html +++ b/apidocs/org/apache/tamaya/core/internal/converters/class-use/BigDecimalConverter.html @@ -4,7 +4,7 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.tamaya.core.internal.converters.BigDecimalConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>Uses of Class org.apache.tamaya.core.internal.converters.BigDecimalConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> @@ -12,7 +12,7 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.tamaya.core.internal.converters.BigDecimalConverter (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="Uses of Class org.apache.tamaya.core.internal.converters.BigDecimalConverter (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) {
