You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2015/08/22 17:33:16 UTC

svn commit: r1697093 [23/29] - in /incubator/tamaya/site/trunk: ./ content/ content/javadoc/api/java7/ content/javadoc/api/java7/org/apache/tamaya/ content/javadoc/api/java7/org/apache/tamaya/spi/ content/javadoc/api/java8/ content/javadoc/api/java8/or...

Modified: incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html?rev=1697093&r1=1697092&r2=1697093&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html (original)
+++ incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html Sat Aug 22 15:33:14 2015
@@ -2,9 +2,13 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>DefaultConfiguration</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:49 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DefaultConfiguration (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
+<meta name="keywords" content="org.apache.tamaya.core.internal.DefaultConfiguration class">
+<meta name="keywords" content="get()">
+<meta name="keywords" content="getProperties()">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +16,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultConfiguration";
+            parent.document.title="DefaultConfiguration (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -40,9 +44,10 @@ var activeTableTab = "activeTableTab";
 <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/DefaultConfiguration.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
@@ -96,7 +101,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.tamaya.core.internal.DefaultConfiguration</li>
@@ -108,15 +113,15 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.tamaya.Configuration</dd>
+<dd><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">DefaultConfiguration</span>
-extends java.lang.Object
-implements org.apache.tamaya.Configuration</pre>
-<div class="block">Implementation of the Configuration API. This class uses the current <code>ConfigurationContext</code> to evaluate the
- chain of <code>PropertySource</code> and <code>PropertyFilter</code>
+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="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></pre>
+<div class="block">Implementation of the Configuration API. This class uses the current <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a> to evaluate the
+ chain of <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>
  instance to evaluate the current Configuration.</div>
 </li>
 </ul>
@@ -136,7 +141,7 @@ implements org.apache.tamaya.Configurati
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#DefaultConfiguration-org.apache.tamaya.spi.ConfigurationContext-">DefaultConfiguration</a></span>(org.apache.tamaya.spi.ConfigurationContext&nbsp;configurationContext)</code>
+<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#DefaultConfiguration-org.apache.tamaya.spi.ConfigurationContext-">DefaultConfiguration</a></span>(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a>&nbsp;configurationContext)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
@@ -156,46 +161,25 @@ implements org.apache.tamaya.Configurati
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>java.lang.String</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#get-java.lang.String-">get</a></span>(java.lang.String&nbsp;key)</code>
+<td class="colFirst"><code><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></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#get-java.lang.String-">get</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>&nbsp;key)</code>
 <div class="block">This method evaluates the given configuration key.</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#get-java.lang.String-java.lang.Class-">get</a></span>(java.lang.String&nbsp;key,
-   java.lang.Class&lt;T&gt;&nbsp;type)</code>
-<div class="block">Accesses the current String value for the given key and tries to convert it
- using the <code>PropertyConverter</code> instances provided by the current
- <code>ConfigurationContext</code>.</div>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#get-java.lang.String-org.apache.tamaya.TypeLiteral-">get</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>&nbsp;key,
+   <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;T&gt;&nbsp;type)</code>
+<div class="block">Accesses the current String value for the given key (see <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOptional-java.lang.String-" title="class or interface in org.apache.tamaya"><code>Configuration.getOptional(String)</code></a>) and tries to convert it
+ using the <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current
+ <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#get-java.lang.String-org.apache.tamaya.TypeLiteral-">get</a></span>(java.lang.String&nbsp;key,
-   org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;type)</code>
-<div class="block">Accesses the current String value for the given key and tries to convert it
- using the <code>PropertyConverter</code> instances provided by the current
- <code>ConfigurationContext</code>.</div>
-</td>
-</tr>
-<tr id="i3" class="rowColor">
-<td class="colFirst"><code>java.util.Map&lt;java.lang.String,java.lang.String&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#getProperties--">getProperties</a></span>()</code>
-<div class="block">Get the current properties, composed by the loaded <code>PropertySource</code> and filtered
- by registered <code>PropertyFilter</code>.</div>
-</td>
-</tr>
-<tr id="i4" class="altColor">
-<td class="colFirst"><code>&lt;T&gt;&nbsp;T</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#query-org.apache.tamaya.ConfigQuery-">query</a></span>(org.apache.tamaya.ConfigQuery&lt;T&gt;&nbsp;query)</code>
-<div class="block">Query a configuration.</div>
-</td>
-</tr>
-<tr id="i5" class="rowColor">
-<td class="colFirst"><code>org.apache.tamaya.Configuration</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#with-org.apache.tamaya.ConfigOperator-">with</a></span>(org.apache.tamaya.ConfigOperator&nbsp;operator)</code>
-<div class="block">Extension point for adjusting configuration.</div>
+<div class="block">Get the current properties, composed by the loaded <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and filtered
+ by registered <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>.</div>
 </td>
 </tr>
 </table>
@@ -203,8 +187,15 @@ implements org.apache.tamaya.Configurati
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.tamaya.Configuration">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.tamaya.<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></h3>
+<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#get-java.lang.String-java.lang.Class-" title="class or interface in org.apache.tamaya">get</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getBoolean-java.lang.String-" title="class or interface in org.apache.tamaya">getBoolean</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getDouble-java.lang.String-" title="class or interface in org.apache.tamaya">getDouble</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getInteger-java.lang.String-" title="class or interface in org.apache.tamaya">getInteger</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/C
 onfiguration.html?is-external=true#getLong-java.lang.String-" title="class or interface in org.apache.tamaya">getLong</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOptional-java.lang.String-" title="class or interface in org.apache.tamaya">getOptional</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOptional-java.lang.String-java.lang.Class-" title="class or interface in org.apache.tamaya">getOptional</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOptional-java.lang.String-org.apache.tamaya.TypeLiteral-" title="class or interface in org.apache.tamaya">getOptional</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#query-org.apache.tam
 aya.ConfigQuery-" title="class or interface in org.apache.tamaya">query</a>, <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#with-org.apache.tamaya.ConfigOperator-" title="class or interface in org.apache.tamaya">with</a></code></li>
 </ul>
 </li>
 </ul>
@@ -226,7 +217,7 @@ implements org.apache.tamaya.Configurati
 <ul class="blockListLast">
 <li class="blockList">
 <h4>DefaultConfiguration</h4>
-<pre>public&nbsp;DefaultConfiguration(org.apache.tamaya.spi.ConfigurationContext&nbsp;configurationContext)</pre>
+<pre>public&nbsp;DefaultConfiguration(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a>&nbsp;configurationContext)</pre>
 <div class="block">Constructor.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -248,15 +239,15 @@ implements org.apache.tamaya.Configurati
 <ul class="blockList">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;java.lang.String&nbsp;get(java.lang.String&nbsp;key)</pre>
+<pre>public&nbsp;<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>&nbsp;get(<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>&nbsp;key)</pre>
 <div class="block">This method evaluates the given configuration key. Hereby if goes down the chain or PropertySource instances
- provided by the current <code>ConfigurationContext</code>. The first non-null-value returned
+ provided by the current <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>. The first non-null-value returned
  is taken as an intermediate value. Finally the value is filtered through the
- <code>PropertyFilter</code> instances installed, before it is returned as the final result of
+ <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a> instances installed, before it is returned as the final result of
  this method.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>get</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#get-java.lang.String-" title="class or interface in org.apache.tamaya">get</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>key</code> - the property's key, not null.</dd>
 <dt><span class="returnLabel">Returns:</span></dt>
@@ -270,56 +261,31 @@ implements org.apache.tamaya.Configurati
 <ul class="blockList">
 <li class="blockList">
 <h4>getProperties</h4>
-<pre>public&nbsp;java.util.Map&lt;java.lang.String,java.lang.String&gt;&nbsp;getProperties()</pre>
-<div class="block">Get the current properties, composed by the loaded <code>PropertySource</code> and filtered
- by registered <code>PropertyFilter</code>.</div>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<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>,<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>&gt;&nbsp;getProperties()</pre>
+<div class="block">Get the current properties, composed by the loaded <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and filtered
+ by registered <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getProperties</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getProperties--" title="class or interface in org.apache.tamaya">getProperties</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd>
 <dt><span class="returnLabel">Returns:</span></dt>
 <dd>the final properties.</dd>
 </dl>
 </li>
 </ul>
-<a name="get-java.lang.String-java.lang.Class-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>get</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(java.lang.String&nbsp;key,
-                 java.lang.Class&lt;T&gt;&nbsp;type)</pre>
-<div class="block">Accesses the current String value for the given key and tries to convert it
- using the <code>PropertyConverter</code> instances provided by the current
- <code>ConfigurationContext</code>.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>get</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
-<dt><span class="paramLabel">Type Parameters:</span></dt>
-<dd><code>T</code> - the value type</dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>key</code> - the property's absolute, or relative path, e.g. @code
-             a/b/c/d.myProperty}.</dd>
-<dd><code>type</code> - The target type required, not null.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the converted value, never null.</dd>
-</dl>
-</li>
-</ul>
 <a name="get-java.lang.String-org.apache.tamaya.TypeLiteral-">
 <!--   -->
 </a>
-<ul class="blockList">
+<ul class="blockListLast">
 <li class="blockList">
 <h4>get</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(java.lang.String&nbsp;key,
-                 org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;type)</pre>
-<div class="block">Accesses the current String value for the given key and tries to convert it
- using the <code>PropertyConverter</code> instances provided by the current
- <code>ConfigurationContext</code>.</div>
+<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;get(<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>&nbsp;key,
+                 <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;T&gt;&nbsp;type)</pre>
+<div class="block">Accesses the current String value for the given key (see <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOptional-java.lang.String-" title="class or interface in org.apache.tamaya"><code>Configuration.getOptional(String)</code></a>) and tries to convert it
+ using the <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current
+ <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>get</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true#get-java.lang.String-org.apache.tamaya.TypeLiteral-" title="class or interface in org.apache.tamaya">get</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd>
 <dt><span class="paramLabel">Type Parameters:</span></dt>
 <dd><code>T</code> - the value type</dd>
 <dt><span class="paramLabel">Parameters:</span></dt>
@@ -331,45 +297,6 @@ implements org.apache.tamaya.Configurati
 </dl>
 </li>
 </ul>
-<a name="with-org.apache.tamaya.ConfigOperator-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>with</h4>
-<pre>public&nbsp;org.apache.tamaya.Configuration&nbsp;with(org.apache.tamaya.ConfigOperator&nbsp;operator)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.Configuration</code></span></div>
-<div class="block">Extension point for adjusting configuration.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>with</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>operator</code> - A configuration operator, e.g. a filter, or an adjuster
-                 combining configurations.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the new adjusted configuration returned by the <code>operator</code>, never <code>null</code>.</dd>
-</dl>
-</li>
-</ul>
-<a name="query-org.apache.tamaya.ConfigQuery-">
-<!--   -->
-</a>
-<ul class="blockListLast">
-<li class="blockList">
-<h4>query</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;T&nbsp;query(org.apache.tamaya.ConfigQuery&lt;T&gt;&nbsp;query)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.Configuration</code></span></div>
-<div class="block">Query a configuration.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>query</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.Configuration</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>query</code> - the query, never <code>null</code>.</dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the result returned by the <code>query</code></dd>
-</dl>
-</li>
-</ul>
 </li>
 </ul>
 </li>
@@ -389,9 +316,10 @@ implements org.apache.tamaya.Configurati
 <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/DefaultConfiguration.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
@@ -438,5 +366,6 @@ implements org.apache.tamaya.Configurati
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a href="http://apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationContext.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationContext.html?rev=1697093&r1=1697092&r2=1697093&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationContext.html (original)
+++ incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationContext.html Sat Aug 22 15:33:14 2015
@@ -2,9 +2,16 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>DefaultConfigurationContext</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:49 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DefaultConfigurationContext (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
+<meta name="keywords" content="org.apache.tamaya.core.internal.DefaultConfigurationContext class">
+<meta name="keywords" content="getPropertySources()">
+<meta name="keywords" content="getPropertyConverters()">
+<meta name="keywords" content="getPropertyFilters()">
+<meta name="keywords" content="getPropertyValueCombinationPolicy()">
+<meta name="keywords" content="toBuilder()">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +19,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultConfigurationContext";
+            parent.document.title="DefaultConfigurationContext (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -40,16 +47,17 @@ var activeTableTab = "activeTableTab";
 <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/DefaultConfigurationContext.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/tamaya/core/internal/DefaultConfigurationContext.html" target="_top">Frames</a></li>
@@ -96,7 +104,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.tamaya.core.internal.DefaultConfigurationContext</li>
@@ -108,13 +116,13 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.tamaya.spi.ConfigurationContext</dd>
+<dd><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">DefaultConfigurationContext</span>
-extends java.lang.Object
-implements org.apache.tamaya.spi.ConfigurationContext</pre>
+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="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></pre>
 <div class="block">Default Implementation of a simple ConfigurationContext.</div>
 </li>
 </ul>
@@ -136,8 +144,8 @@ implements org.apache.tamaya.spi.Configu
 <tr class="altColor">
 <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#DefaultConfigurationContext--">DefaultConfigurationContext</a></span>()</code>
 <div class="block">The first time the Configuration system gets invoked we do initialize
- all our <code>PropertySource</code>s and
- <code>PropertyFilter</code>s which are known at startup.</div>
+ all our <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a>s and
+ <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>s which are known at startup.</div>
 </td>
 </tr>
 </table>
@@ -156,59 +164,43 @@ implements org.apache.tamaya.spi.Configu
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>&lt;T&gt;&nbsp;void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#addPropertyConverter-org.apache.tamaya.TypeLiteral-org.apache.tamaya.spi.PropertyConverter-">addPropertyConverter</a></span>(org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;typeToConvert,
-                    org.apache.tamaya.spi.PropertyConverter&lt;T&gt;&nbsp;propertyConverter)</code>
-<div class="block">This method can be used for programmatically adding <code>PropertyConverter</code>s.</div>
-</td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;?&gt;,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a>&lt;?&gt;&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyConverters--">getPropertyConverters</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#addPropertySources-org.apache.tamaya.spi.PropertySource...-">addPropertySources</a></span>(org.apache.tamaya.spi.PropertySource...&nbsp;propertySourcesToAdd)</code>
-<div class="block">This method can be used for programmatically adding <code>PropertySource</code>s.</div>
-</td>
+<td class="colFirst"><code>&lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a>&lt;T&gt;&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyConverters-org.apache.tamaya.TypeLiteral-">getPropertyConverters</a></span>(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;T&gt;&nbsp;targetType)</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>java.util.Map&lt;org.apache.tamaya.TypeLiteral&lt;?&gt;,java.util.List&lt;org.apache.tamaya.spi.PropertyConverter&lt;?&gt;&gt;&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyConverters--">getPropertyConverters</a></span>()</code>
-<div class="block">
- This method returns the Map of registered PropertyConverters
- per type.</div>
-</td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyFilter</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyFilters--">getPropertyFilters</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>&lt;T&gt;&nbsp;java.util.List&lt;org.apache.tamaya.spi.PropertyConverter&lt;T&gt;&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyConverters-org.apache.tamaya.TypeLiteral-">getPropertyConverters</a></span>(org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;targetType)</code>
-<div class="block">
- This method returns the registered PropertyConverters for a given type.</div>
-</td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertySource</a>&gt;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertySources--">getPropertySources</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i4" class="altColor">
-<td class="colFirst"><code>java.util.List&lt;org.apache.tamaya.spi.PropertyFilter&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyFilters--">getPropertyFilters</a></span>()</code>
-<div class="block">Access the current PropertyFilter instances.</div>
-</td>
+<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyValueCombinationPolicy.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValueCombinationPolicy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyValueCombinationPolicy--">getPropertyValueCombinationPolicy</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i5" class="rowColor">
-<td class="colFirst"><code>java.util.List&lt;org.apache.tamaya.spi.PropertySource&gt;</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertySources--">getPropertySources</a></span>()</code>
-<div class="block">This method returns the current list of registered PropertySources ordered via their ordinal.</div>
-</td>
-</tr>
-<tr id="i6" class="altColor">
-<td class="colFirst"><code>org.apache.tamaya.spi.PropertyValueCombinationPolicy</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#getPropertyValueCombinationPolicy--">getPropertyValueCombinationPolicy</a></span>()</code>
-<div class="block">Access the <code>PropertyValueCombinationPolicy</code> used to evaluate the final
- property values.</div>
-</td>
+<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContextBuilder.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContextBuilder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html#toBuilder--">toBuilder</a></span>()</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.tamaya.spi.ConfigurationContext">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.tamaya.spi.<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></h3>
+<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertySources-java.util.function.Predicate-" title="class or interface in org.apache.tamaya.spi">getPropertySources</a></code></li>
 </ul>
 </li>
 </ul>
@@ -232,8 +224,8 @@ implements org.apache.tamaya.spi.Configu
 <h4>DefaultConfigurationContext</h4>
 <pre>public&nbsp;DefaultConfigurationContext()</pre>
 <div class="block">The first time the Configuration system gets invoked we do initialize
- all our <code>PropertySource</code>s and
- <code>PropertyFilter</code>s which are known at startup.</div>
+ all our <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a>s and
+ <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>s which are known at startup.</div>
 </li>
 </ul>
 </li>
@@ -244,191 +236,81 @@ implements org.apache.tamaya.spi.Configu
 <!--   -->
 </a>
 <h3>Method Detail</h3>
-<a name="addPropertySources-org.apache.tamaya.spi.PropertySource...-">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>addPropertySources</h4>
-<pre>public&nbsp;void&nbsp;addPropertySources(org.apache.tamaya.spi.PropertySource...&nbsp;propertySourcesToAdd)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block">This method can be used for programmatically adding <code>PropertySource</code>s.
- It is not needed for normal 'usage' by end users, but only for Extension Developers!</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>addPropertySources</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>propertySourcesToAdd</code> - the PropertySources to add</dd>
-</dl>
-</li>
-</ul>
 <a name="getPropertySources--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertySources</h4>
-<pre>public&nbsp;java.util.List&lt;org.apache.tamaya.spi.PropertySource&gt;&nbsp;getPropertySources()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block">This method returns the current list of registered PropertySources ordered via their ordinal.
- PropertySources with a lower ordinal come last. The PropertySource with the
- highest ordinal comes first.
- If two PropertySources have the same ordinal number they will get sorted
- using their class name just to ensure the user at least gets the same ordering
- after a JVM restart, hereby names before are added last.
- PropertySources are loaded when this method is called the first time, which basically is
- when the first time configuration is accessed.</div>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertySource</a>&gt;&nbsp;getPropertySources()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getPropertySources</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a sorted list of registered PropertySources.  The returned list need not be modifiable</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertySources--" title="class or interface in org.apache.tamaya.spi">getPropertySources</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="addPropertyConverter-org.apache.tamaya.TypeLiteral-org.apache.tamaya.spi.PropertyConverter-">
+<a name="getPropertyConverters--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>addPropertyConverter</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;void&nbsp;addPropertyConverter(org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;typeToConvert,
-                                     org.apache.tamaya.spi.PropertyConverter&lt;T&gt;&nbsp;propertyConverter)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block">This method can be used for programmatically adding <code>PropertyConverter</code>s.
- It is not needed for normal 'usage' by end users, but only for Extension Developers!</div>
+<h4>getPropertyConverters</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;?&gt;,<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a>&lt;?&gt;&gt;&gt;&nbsp;getPropertyConverters()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>addPropertyConverter</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>typeToConvert</code> - the type which the converter is for</dd>
-<dd><code>propertyConverter</code> - the PropertyConverters to add for this type</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertyConverters--" title="class or interface in org.apache.tamaya.spi">getPropertyConverters</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="getPropertyConverters--">
+<a name="getPropertyConverters-org.apache.tamaya.TypeLiteral-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getPropertyConverters</h4>
-<pre>public&nbsp;java.util.Map&lt;org.apache.tamaya.TypeLiteral&lt;?&gt;,java.util.List&lt;org.apache.tamaya.spi.PropertyConverter&lt;?&gt;&gt;&gt;&nbsp;getPropertyConverters()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block"><p>
- This method returns the Map of registered PropertyConverters
- per type.
- The List for each type is ordered via their <code>Priority</code> and
- cladd name. Refer also to <code>ConfigurationContext.getPropertyConverters()</code>.
- </p>
- <p>
- A simplified scenario could be like:
- <pre>
-  {
-      Date.class -> {StandardDateConverter, TimezoneDateConverter, MyCustomDateConverter }
-      Boolean.class -> {StandardBooleanConverter, FrenchBooleanConverter}
-      Integer.class -> {DynamicDefaultConverter}
-  }
- </pre>
- </p></div>
+<pre>public&nbsp;&lt;T&gt;&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyConverter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyConverter</a>&lt;T&gt;&gt;&nbsp;getPropertyConverters(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a>&lt;T&gt;&nbsp;targetType)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getPropertyConverters</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>map with sorted list of registered PropertySources per type.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertyConverters-org.apache.tamaya.TypeLiteral-" title="class or interface in org.apache.tamaya.spi">getPropertyConverters</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="getPropertyConverters-org.apache.tamaya.TypeLiteral-">
+<a name="getPropertyFilters--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getPropertyConverters</h4>
-<pre>public&nbsp;&lt;T&gt;&nbsp;java.util.List&lt;org.apache.tamaya.spi.PropertyConverter&lt;T&gt;&gt;&nbsp;getPropertyConverters(org.apache.tamaya.TypeLiteral&lt;T&gt;&nbsp;targetType)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block"><p>
- This method returns the registered PropertyConverters for a given type.
- The List for each type is ordered via their <code>Priority</code>.
- </p>
-
- <p>
- PropertyConverters with a higher Priority come first. The PropertyConverter with the
- lowest Priority comes last.
- If two PropertyConverter have the same ordinal number they will get sorted
- using their class name just to ensure the user at least gets the same ordering
- after a JVM restart.
- </p>
-
- <p>
- Additionally if a PropertyProvider is accessed, which is not registered the implementation
- should try to figure out, if there could be a default implementation as follows:
- <ol>
-     <le>Look for static factory methods: <code>of(String), valueOf(String), getInstance(String),
-     instanceOf(String), fomr(String)</code></le>
-     <le>Look for a matching constructor: <code>T(String)</code>.</le>
- </ol>
- If a correspoding factory method or constructor could be found, a corresponding
- PropertyConverter should be created and registered automatically for the given
- type.
- </p>
-
- <p>
- The scenario could be like:
- <pre>
-  {
-      Date.class -> {MyCustomDateConverter,StandardDateConverter, TimezoneDateConverter}
-      Boolean.class -> {StandardBooleanConverter, FrenchBooleanConverter}
-      Integer.class -> {DynamicDefaultConverter}
-  }
- </pre>
- </p>
-
- <p>
- The converters returned for a type should be used as a chain, whereas the result of the
- first converter that is able to convert the configured value, is taken as the chain's result.
- No more converters are called after a converter has successfully converted the input into
- the required target type.
- </p></div>
+<h4>getPropertyFilters</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyFilter</a>&gt;&nbsp;getPropertyFilters()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getPropertyConverters</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a sorted list of registered PropertySources per type.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertyFilters--" title="class or interface in org.apache.tamaya.spi">getPropertyFilters</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="getPropertyFilters--">
+<a name="getPropertyValueCombinationPolicy--">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getPropertyFilters</h4>
-<pre>public&nbsp;java.util.List&lt;org.apache.tamaya.spi.PropertyFilter&gt;&nbsp;getPropertyFilters()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block">Access the current PropertyFilter instances.</div>
+<h4>getPropertyValueCombinationPolicy</h4>
+<pre>public&nbsp;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyValueCombinationPolicy.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValueCombinationPolicy</a>&nbsp;getPropertyValueCombinationPolicy()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getPropertyFilters</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the list of registered PropertyFilters, never null.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#getPropertyValueCombinationPolicy--" title="class or interface in org.apache.tamaya.spi">getPropertyValueCombinationPolicy</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
-<a name="getPropertyValueCombinationPolicy--">
+<a name="toBuilder--">
 <!--   -->
 </a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>getPropertyValueCombinationPolicy</h4>
-<pre>public&nbsp;org.apache.tamaya.spi.PropertyValueCombinationPolicy&nbsp;getPropertyValueCombinationPolicy()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></span></div>
-<div class="block">Access the <code>PropertyValueCombinationPolicy</code> used to evaluate the final
- property values.</div>
+<h4>toBuilder</h4>
+<pre>public&nbsp;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContextBuilder.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContextBuilder</a>&nbsp;toBuilder()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getPropertyValueCombinationPolicy</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationContext</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the <code>PropertyValueCombinationPolicy</code> used, never null.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true#toBuilder--" title="class or interface in org.apache.tamaya.spi">toBuilder</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -451,16 +333,17 @@ implements org.apache.tamaya.spi.Configu
 <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/DefaultConfigurationContext.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/tamaya/core/internal/DefaultConfigurationContext.html" target="_top">Frames</a></li>
@@ -500,5 +383,6 @@ implements org.apache.tamaya.spi.Configu
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a href="http://apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>

Modified: incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationProvider.html
URL: http://svn.apache.org/viewvc/incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationProvider.html?rev=1697093&r1=1697092&r2=1697093&view=diff
==============================================================================
--- incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationProvider.html (original)
+++ incubator/tamaya/site/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfigurationProvider.html Sat Aug 22 15:33:14 2015
@@ -2,9 +2,15 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>DefaultConfigurationProvider</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:49 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>DefaultConfigurationProvider (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
+<meta name="keywords" content="org.apache.tamaya.core.internal.DefaultConfigurationProvider class">
+<meta name="keywords" content="getConfiguration()">
+<meta name="keywords" content="getConfigurationContext()">
+<meta name="keywords" content="getConfigurationContextBuilder()">
+<meta name="keywords" content="setConfigurationContext()">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,13 +18,13 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DefaultConfigurationProvider";
+            parent.document.title="DefaultConfigurationProvider (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10};
 var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -40,15 +46,16 @@ var activeTableTab = "activeTableTab";
 <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/DefaultConfigurationProvider.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultServiceContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -96,7 +103,7 @@ var activeTableTab = "activeTableTab";
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li>java.lang.Object</li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li>org.apache.tamaya.core.internal.DefaultConfigurationProvider</li>
@@ -108,15 +115,15 @@ var activeTableTab = "activeTableTab";
 <li class="blockList">
 <dl>
 <dt>All Implemented Interfaces:</dt>
-<dd>org.apache.tamaya.spi.ConfigurationProviderSpi</dd>
+<dd><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></dd>
 </dl>
 <hr>
 <br>
 <pre>public class <span class="typeNameLabel">DefaultConfigurationProvider</span>
-extends java.lang.Object
-implements org.apache.tamaya.spi.ConfigurationProviderSpi</pre>
-<div class="block">Implementation of the Configuration API. This class uses the current <code>ConfigurationContext</code> to evaluate the
- chain of <code>PropertySource</code> and <code>PropertyFilter</code>
+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="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></pre>
+<div class="block">Implementation of the Configuration API. This class uses the current <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a> to evaluate the
+ chain of <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertySource.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and <a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/PropertyFilter.html?is-external=true" title="class or interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>
  instance to evaluate the current Configuration.</div>
 </li>
 </ul>
@@ -154,44 +161,35 @@ implements org.apache.tamaya.spi.Configu
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr id="i0" class="altColor">
-<td class="colFirst"><code>org.apache.tamaya.Configuration</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfiguration--">getConfiguration</a></span>()</code>
-<div class="block">Access the current <code>Configuration</code>.</div>
-</td>
+<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
-<td class="colFirst"><code>org.apache.tamaya.spi.ConfigurationContext</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfigurationContext--">getConfigurationContext</a></span>()</code>
-<div class="block">Get access to the current <code>ConfigurationContext</code>.</div>
-</td>
+<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfigurationContext--">getConfigurationContext</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
-<td class="colFirst"><code>org.apache.tamaya.spi.ConfigurationContextBuilder</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfigurationContextBuilder--">getConfigurationContextBuilder</a></span>()</code>
-<div class="block">Creates a new <code>ConfigurationContextBuilder</code> instance.</div>
-</td>
+<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContextBuilder.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContextBuilder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#getConfigurationContextBuilder--">getConfigurationContextBuilder</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
-<td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#isConfigurationContextSettable--">isConfigurationContextSettable</a></span>()</code>
-<div class="block">Method that allows to determine if a new <code>ConfigurationContext</code> can be applied
- programmatically.</div>
-</td>
-</tr>
-<tr id="i4" class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#setConfigurationContext-org.apache.tamaya.spi.ConfigurationContext-">setConfigurationContext</a></span>(org.apache.tamaya.spi.ConfigurationContext&nbsp;context)</code>
-<div class="block">This method allows to replace the current <code>ConfigurationContext</code> with a new
- instance.</div>
-</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html#setConfigurationContext-org.apache.tamaya.spi.ConfigurationContext-">setConfigurationContext</a></span>(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
-<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.tamaya.spi.ConfigurationProviderSpi">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.tamaya.spi.<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></h3>
+<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true#isConfigurationContextSettable--" title="class or interface in org.apache.tamaya.spi">isConfigurationContextSettable</a></code></li>
 </ul>
 </li>
 </ul>
@@ -230,14 +228,10 @@ implements org.apache.tamaya.spi.Configu
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfiguration</h4>
-<pre>public&nbsp;org.apache.tamaya.Configuration&nbsp;getConfiguration()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></span></div>
-<div class="block">Access the current <code>Configuration</code>.</div>
+<pre>public&nbsp;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a>&nbsp;getConfiguration()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getConfiguration</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the current <code>Configuration</code> instance, never null.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true#getConfiguration--" title="class or interface in org.apache.tamaya.spi">getConfiguration</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -247,14 +241,10 @@ implements org.apache.tamaya.spi.Configu
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfigurationContext</h4>
-<pre>public&nbsp;org.apache.tamaya.spi.ConfigurationContext&nbsp;getConfigurationContext()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></span></div>
-<div class="block">Get access to the current <code>ConfigurationContext</code>.</div>
+<pre>public&nbsp;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a>&nbsp;getConfigurationContext()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getConfigurationContext</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>the current <code>ConfigurationContext</code>, never null.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true#getConfigurationContext--" title="class or interface in org.apache.tamaya.spi">getConfigurationContext</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -264,56 +254,23 @@ implements org.apache.tamaya.spi.Configu
 <ul class="blockList">
 <li class="blockList">
 <h4>getConfigurationContextBuilder</h4>
-<pre>public&nbsp;org.apache.tamaya.spi.ConfigurationContextBuilder&nbsp;getConfigurationContextBuilder()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></span></div>
-<div class="block">Creates a new <code>ConfigurationContextBuilder</code> instance.</div>
+<pre>public&nbsp;<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContextBuilder.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContextBuilder</a>&nbsp;getConfigurationContextBuilder()</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>getConfigurationContextBuilder</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>a new <code>ConfigurationContextBuilder</code>, never null.</dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true#getConfigurationContextBuilder--" title="class or interface in org.apache.tamaya.spi">getConfigurationContextBuilder</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></code></dd>
 </dl>
 </li>
 </ul>
 <a name="setConfigurationContext-org.apache.tamaya.spi.ConfigurationContext-">
 <!--   -->
 </a>
-<ul class="blockList">
-<li class="blockList">
-<h4>setConfigurationContext</h4>
-<pre>public&nbsp;void&nbsp;setConfigurationContext(org.apache.tamaya.spi.ConfigurationContext&nbsp;context)</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></span></div>
-<div class="block">This method allows to replace the current <code>ConfigurationContext</code> with a new
- instance. This can be used to update the context with a new one, e.g. because some of the configuration
- data has changed and must be updated. It is the responsibility of the ConfigurationProvider to trigger
- corresponding update event for the current <code>ConfigurationContext</code> or
- <code>Configuration</code>.</div>
-<dl>
-<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>setConfigurationContext</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></dd>
-<dt><span class="paramLabel">Parameters:</span></dt>
-<dd><code>context</code> - the new ConfigurationContext to be applied.</dd>
-</dl>
-</li>
-</ul>
-<a name="isConfigurationContextSettable--">
-<!--   -->
-</a>
 <ul class="blockListLast">
 <li class="blockList">
-<h4>isConfigurationContextSettable</h4>
-<pre>public&nbsp;boolean&nbsp;isConfigurationContextSettable()</pre>
-<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></span></div>
-<div class="block">Method that allows to determine if a new <code>ConfigurationContext</code> can be applied
- programmatically.</div>
+<h4>setConfigurationContext</h4>
+<pre>public&nbsp;void&nbsp;setConfigurationContext(<a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a>&nbsp;context)</pre>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
-<dd><code>isConfigurationContextSettable</code>&nbsp;in interface&nbsp;<code>org.apache.tamaya.spi.ConfigurationProviderSpi</code></dd>
-<dt><span class="returnLabel">Returns:</span></dt>
-<dd>true, if <code>ConfigurationProviderSpi.setConfigurationContext(org.apache.tamaya.spi.ConfigurationContext)</code> is supported
- by the current implementation.</dd>
-<dt><span class="seeLabel">See Also:</span></dt>
-<dd><code>ConfigurationProviderSpi.setConfigurationContext(org.apache.tamaya.spi.ConfigurationContext)</code></dd>
+<dd><code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true#setConfigurationContext-org.apache.tamaya.spi.ConfigurationContext-" title="class or interface in org.apache.tamaya.spi">setConfigurationContext</a></code>&nbsp;in interface&nbsp;<code><a href="http://tamaya.incubator.apache.org/tamaya-java8/tamaya-api/apidocs/org/apache/tamaya/spi/ConfigurationProviderSpi.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationProviderSpi</a></code></dd>
 </dl>
 </li>
 </ul>
@@ -336,15 +293,16 @@ implements org.apache.tamaya.spi.Configu
 <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/DefaultConfigurationProvider.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-files/index-1.html">Index</a></li>
+<li><a href="../../../../../index-all.html">Index</a></li>
 <li><a href="../../../../../help-doc.html">Help</a></li>
 </ul>
 </div>
 <div class="subNav">
 <ul class="navList">
-<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
 <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultServiceContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
@@ -385,5 +343,6 @@ implements org.apache.tamaya.spi.Configu
 <!--   -->
 </a></div>
 <!-- ======== END OF BOTTOM NAVBAR ======= -->
+<p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a href="http://apache.org">Apache Software Foundation</a>. All rights reserved.</small></p>
 </body>
 </html>