http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html b/apidocs/org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html new file mode 100644 index 0000000..b67f608 --- /dev/null +++ b/apidocs/org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html @@ -0,0 +1,341 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>DefaultConfigValueEvaluator (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> +<meta name="keywords" content="org.apache.tamaya.core.internal.DefaultConfigValueEvaluator class"> +<meta name="keywords" content="evaluteRawValue()"> +<meta name="keywords" content="evaluateRawValues()"> +<meta name="keywords" content="toString()"> +<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> +<script type="text/javascript" src="../../../../../script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="DefaultConfigValueEvaluator (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +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"; +var tableTab = "tableTab"; +var activeTableTab = "activeTableTab"; +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar.top"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.top.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<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/DefaultConfigValueEvaluator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev 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 Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html" target="_top">Frames</a></li> +<li><a href="DefaultConfigValueEvaluator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.tamaya.core.internal</div> +<h2 title="Class DefaultConfigValueEvaluator" class="title">Class DefaultConfigValueEvaluator</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<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.DefaultConfigValueEvaluator</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal">ConfigValueEvaluator</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">DefaultConfigValueEvaluator</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/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal">ConfigValueEvaluator</a></pre> +<div class="block">Implementation of the Configuration API. This class uses the current <a href="http://tamaya.incubator.apache.org/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/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/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> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<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/DefaultConfigValueEvaluator.html#DefaultConfigValueEvaluator--">DefaultConfigValueEvaluator</a></span>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr id="i0" class="altColor"> +<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><<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://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyValue.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValue</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html#evaluateRawValues-org.apache.tamaya.spi.ConfigurationContext-">evaluateRawValues</a></span>(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> context)</code> +<div class="block">Evaluates all property values from a <a href="http://tamaya.incubator.apache.org/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="i1" class="rowColor"> +<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyValue.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValue</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html#evaluteRawValue-java.lang.String-org.apache.tamaya.spi.ConfigurationContext-">evaluteRawValue</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> key, + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> context)</code> +<div class="block">Evaluates single value using a <a href="http://tamaya.incubator.apache.org/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><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/DefaultConfigValueEvaluator.html#toString--">toString</a></span>()</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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#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> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="DefaultConfigValueEvaluator--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>DefaultConfigValueEvaluator</h4> +<pre>public DefaultConfigValueEvaluator()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="evaluteRawValue-java.lang.String-org.apache.tamaya.spi.ConfigurationContext-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>evaluteRawValue</h4> +<pre>public <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyValue.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValue</a> evaluteRawValue(<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> key, + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> context)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html#evaluteRawValue-java.lang.String-org.apache.tamaya.spi.ConfigurationContext-">ConfigValueEvaluator</a></code></span></div> +<div class="block">Evaluates single value using a <a href="http://tamaya.incubator.apache.org/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><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html#evaluteRawValue-java.lang.String-org.apache.tamaya.spi.ConfigurationContext-">evaluteRawValue</a></code> in interface <code><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal">ConfigValueEvaluator</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>key</code> - the config key, not <code>null</code>.</dd> +<dd><code>context</code> - the context, not <code>null</code>.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the value, or null.</dd> +</dl> +</li> +</ul> +<a name="evaluateRawValues-org.apache.tamaya.spi.ConfigurationContext-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>evaluateRawValues</h4> +<pre>public <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><<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://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/PropertyValue.html?is-external=true" title="class or interface in org.apache.tamaya.spi">PropertyValue</a>> evaluateRawValues(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> context)</pre> +<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html#evaluateRawValues-org.apache.tamaya.spi.ConfigurationContext-">ConfigValueEvaluator</a></code></span></div> +<div class="block">Evaluates all property values from a <a href="http://tamaya.incubator.apache.org/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><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html#evaluateRawValues-org.apache.tamaya.spi.ConfigurationContext-">evaluateRawValues</a></code> in interface <code><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal">ConfigValueEvaluator</a></code></dd> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>context</code> - the context, not <code>null</code>.</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>the value, or null.</dd> +</dl> +</li> +</ul> +<a name="toString--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>toString</h4> +<pre>public <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> toString()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> +<dd><code><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></code> in class <code><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></code></dd> +</dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> +<a name="navbar.bottom.firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<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/DefaultConfigValueEvaluator.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev 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 Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../index.html?org/apache/tamaya/core/internal/DefaultConfigValueEvaluator.html" target="_top">Frames</a></li> +<li><a href="DefaultConfigValueEvaluator.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014–2017 <a href="https://apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/f1085b9b/apidocs/org/apache/tamaya/core/internal/DefaultConfiguration.html ---------------------------------------------------------------------- diff --git a/apidocs/org/apache/tamaya/core/internal/DefaultConfiguration.html b/apidocs/org/apache/tamaya/core/internal/DefaultConfiguration.html index 9702aff..754c094 100644 --- a/apidocs/org/apache/tamaya/core/internal/DefaultConfiguration.html +++ b/apidocs/org/apache/tamaya/core/internal/DefaultConfiguration.html @@ -4,18 +4,15 @@ <head> <!-- Generated by javadoc --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>DefaultConfiguration (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)</title> +<title>DefaultConfiguration (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)</title> <meta name="keywords" content="org.apache.tamaya.core.internal.DefaultConfiguration class"> <meta name="keywords" content="get()"> -<meta name="keywords" content="evaluteRawValue()"> <meta name="keywords" content="getOrDefault()"> <meta name="keywords" content="getProperties()"> -<meta name="keywords" content="evaluateUnfilteredMap()"> <meta name="keywords" content="convertValue()"> <meta name="keywords" content="with()"> <meta name="keywords" content="query()"> <meta name="keywords" content="getContext()"> -<meta name="keywords" content="getConfigurationContext()"> <meta name="keywords" content="toString()"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> @@ -24,13 +21,13 @@ <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="DefaultConfiguration (Apache Tamaya Base 0.3-incubating-SNAPSHOT API)"; + parent.document.title="DefaultConfiguration (Apache Tamaya Core Implementation 0.3-incubating-SNAPSHOT API)"; } } catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -61,7 +58,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> +<li><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -121,15 +118,15 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<dd><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></dd> +<dd><a href="http://tamaya.incubator.apache.org/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 <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/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></pre> -<div class="block">Implementation of the Configuration API. This class uses the current <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a> to evaluate the - chain of <a href="../../../../../org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and <a href="../../../../../org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a> +implements <a href="http://tamaya.incubator.apache.org/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/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/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/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> @@ -149,7 +146,7 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <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>(<a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a> 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/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> configurationContext)</code> <div class="block">Constructor.</div> </td> </tr> @@ -172,97 +169,69 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <td class="colFirst"><code>protected <T> T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#convertValue-java.lang.String-java.lang.String-org.apache.tamaya.TypeLiteral-">convertValue</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> key, <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/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type)</code> </td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type)</code> </td> </tr> <tr id="i1" class="rowColor"> -<td class="colFirst"><code>protected <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><<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>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#evaluateUnfilteredMap--">evaluateUnfilteredMap</a></span>()</code> </td> -</tr> -<tr id="i2" class="altColor"> -<td class="colFirst"><code>protected <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><<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>></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#evaluteRawValue-java.lang.String-">evaluteRawValue</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> key)</code> </td> -</tr> -<tr id="i3" class="rowColor"> <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> key)</code> -<div class="block">Access a property.</div> -</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> key)</code> </td> </tr> -<tr id="i4" class="altColor"> +<tr id="i2" class="altColor"> <td class="colFirst"><code><T> 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>(<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> key, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type)</code> <div class="block">Accesses the current String value for the given key and tries to convert it - using the <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current - <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div> + using the <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"><code>PropertyConverter</code></a> instances provided by the current + <a href="http://tamaya.incubator.apache.org/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="i5" class="rowColor"> +<tr id="i3" class="rowColor"> <td class="colFirst"><code><T> 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>(<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> key, - <a href="../../../../../org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type)</code> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type)</code> <div class="block">Accesses the current String value for the given key and tries to convert it - using the <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current - <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div> + using the <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"><code>PropertyConverter</code></a> instances provided by the current + <a href="http://tamaya.incubator.apache.org/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="i6" class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#getConfigurationContext--">getConfigurationContext</a></span>()</code> -<div class="block">Access the configuration's context.</div> -</td> -</tr> -<tr id="i7" class="rowColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a></code></td> -<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#getContext--">getContext</a></span>()</code> -<div class="block">Access a configuration's context.</div> -</td> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/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/DefaultConfiguration.html#getContext--">getContext</a></span>()</code> </td> </tr> -<tr id="i8" class="altColor"> +<tr id="i5" class="rowColor"> <td class="colFirst"><code><T> T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#getOrDefault-java.lang.String-java.lang.Class-T-">getOrDefault</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> key, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, - T defaultValue)</code> -<div class="block">Get the property keys as type T.</div> -</td> + T defaultValue)</code> </td> </tr> -<tr id="i9" class="rowColor"> +<tr id="i6" class="altColor"> <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#getOrDefault-java.lang.String-java.lang.String-">getOrDefault</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> key, - <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> defaultValue)</code> -<div class="block">Access a property.</div> -</td> + <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> defaultValue)</code> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i7" class="rowColor"> <td class="colFirst"><code><T> T</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfiguration.html#getOrDefault-java.lang.String-org.apache.tamaya.TypeLiteral-T-">getOrDefault</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> key, - <a href="../../../../../org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type, - T defaultValue)</code> -<div class="block">Get the property keys as type T.</div> -</td> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type, + T defaultValue)</code> </td> </tr> -<tr id="i11" class="rowColor"> +<tr id="i8" class="altColor"> <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><<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>></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 <a href="../../../../../org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and filtered - by registered <a href="../../../../../org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>.</div> +<div class="block">Get the current properties, composed by the loaded <a href="http://tamaya.incubator.apache.org/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/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> -<tr id="i12" class="altColor"> +<tr id="i9" class="rowColor"> <td class="colFirst"><code><T> 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>(<a href="../../../../../org/apache/tamaya/ConfigQuery.html" title="interface in org.apache.tamaya">ConfigQuery</a><T> query)</code> -<div class="block">Query a configuration.</div> -</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>(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/ConfigQuery.html?is-external=true" title="class or interface in org.apache.tamaya">ConfigQuery</a><T> query)</code> </td> </tr> -<tr id="i13" class="rowColor"> +<tr id="i10" class="altColor"> <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#toString--">toString</a></span>()</code> </td> </tr> -<tr id="i14" class="altColor"> -<td class="colFirst"><code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></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>(<a href="../../../../../org/apache/tamaya/ConfigOperator.html" title="interface in org.apache.tamaya">ConfigOperator</a> operator)</code> -<div class="block">Extension point for adjusting configuration.</div> -</td> +<tr id="i11" class="rowColor"> +<td class="colFirst"><code><a href="http://tamaya.incubator.apache.org/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/DefaultConfiguration.html#with-org.apache.tamaya.ConfigOperator-">with</a></span>(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/ConfigOperator.html?is-external=true" title="class or interface in org.apache.tamaya">ConfigOperator</a> operator)</code> </td> </tr> </table> <ul class="blockList"> @@ -292,7 +261,7 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <ul class="blockListLast"> <li class="blockList"> <h4>DefaultConfiguration</h4> -<pre>public DefaultConfiguration(<a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a> configurationContext)</pre> +<pre>public DefaultConfiguration(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> configurationContext)</pre> <div class="block">Constructor.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -315,27 +284,12 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <li class="blockList"> <h4>get</h4> <pre>public <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> 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> key)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#get-java.lang.String-">Configuration</a></code></span></div> -<div class="block">Access a property.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#get-java.lang.String-">get</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="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> -<dd>the property's keys.</dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#get-java.lang.String-" title="class or interface in org.apache.tamaya">get</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> -<a name="evaluteRawValue-java.lang.String-"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>evaluteRawValue</h4> -<pre>protected <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><<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>> evaluteRawValue(<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> key)</pre> -</li> -</ul> <a name="getOrDefault-java.lang.String-java.lang.String-"> <!-- --> </a> @@ -344,16 +298,9 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <h4>getOrDefault</h4> <pre>public <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> getOrDefault(<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> key, <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> defaultValue)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-java.lang.String-">Configuration</a></code></span></div> -<div class="block">Access a property.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-java.lang.String-">getOrDefault</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="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> -<dd><code>defaultValue</code> - value to be returned, if no value is present.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the property's keys.</dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOrDefault-java.lang.String-java.lang.String-" title="class or interface in org.apache.tamaya">getOrDefault</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -368,21 +315,9 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <pre>public <T> T getOrDefault(<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> key, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type, T defaultValue)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-java.lang.Class-T-">Configuration</a></code></span></div> -<div class="block">Get the property keys as type T. This will implicitly require a corresponding <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> to be available that is capable current providing type T - fromMap the given String keys.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-java.lang.Class-T-">getOrDefault</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> -<dt><span class="paramLabel">Type Parameters:</span></dt> -<dd><code>T</code> - the type of the class modeled by the type parameter</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> -<dd><code>defaultValue</code> - value to be used, if no value is present.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the property value, never null..</dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOrDefault-java.lang.String-java.lang.Class-T-" title="class or interface in org.apache.tamaya">getOrDefault</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -393,25 +328,16 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <li class="blockList"> <h4>getProperties</h4> <pre>public <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><<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>> getProperties()</pre> -<div class="block">Get the current properties, composed by the loaded <a href="../../../../../org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><code>PropertySource</code></a> and filtered - by registered <a href="../../../../../org/apache/tamaya/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><code>PropertyFilter</code></a>.</div> +<div class="block">Get the current properties, composed by the loaded <a href="http://tamaya.incubator.apache.org/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/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><a href="../../../../../org/apache/tamaya/Configuration.html#getProperties--">getProperties</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getProperties--" title="class or interface in org.apache.tamaya">getProperties</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/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="evaluateUnfilteredMap--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>evaluateUnfilteredMap</h4> -<pre>protected <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><<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>> evaluateUnfilteredMap()</pre> -</li> -</ul> <a name="get-java.lang.String-java.lang.Class-"> <!-- --> </a> @@ -421,19 +347,19 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <pre>public <T> T 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> key, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a><T> type)</pre> <div class="block">Accesses the current String value for the given key and tries to convert it - using the <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current - <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div> + using the <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"><code>PropertyConverter</code></a> instances provided by the current + <a href="http://tamaya.incubator.apache.org/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><a href="../../../../../org/apache/tamaya/Configuration.html#get-java.lang.String-java.lang.Class-">get</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/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></code> in interface <code><a href="http://tamaya.incubator.apache.org/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> <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> + a/b/c/d.myProperty}, never <code>null</code>.</dd> +<dd><code>type</code> - The target type required, not <code>null</code>.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>the converted value, never null.</dd> +<dd>the converted value, never <code>null</code>.</dd> </dl> </li> </ul> @@ -444,21 +370,21 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <li class="blockList"> <h4>get</h4> <pre>public <T> T 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> key, - <a href="../../../../../org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type)</pre> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type)</pre> <div class="block">Accesses the current String value for the given key and tries to convert it - using the <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> instances provided by the current - <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><code>ConfigurationContext</code></a>.</div> + using the <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"><code>PropertyConverter</code></a> instances provided by the current + <a href="http://tamaya.incubator.apache.org/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><a href="../../../../../org/apache/tamaya/Configuration.html#get-java.lang.String-org.apache.tamaya.TypeLiteral-">get</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> +<dd><code><a href="http://tamaya.incubator.apache.org/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> in interface <code><a href="http://tamaya.incubator.apache.org/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> <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> +<dd><code>type</code> - The target type required, not <code>null</code>.</dd> <dt><span class="returnLabel">Returns:</span></dt> -<dd>the converted value, never null.</dd> +<dd>the converted value, never <code>null</code>.</dd> </dl> </li> </ul> @@ -470,7 +396,7 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <h4>convertValue</h4> <pre>protected <T> T convertValue(<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> key, <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/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type)</pre> + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type)</pre> </li> </ul> <a name="getOrDefault-java.lang.String-org.apache.tamaya.TypeLiteral-java.lang.Object-"> @@ -482,23 +408,11 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <li class="blockList"> <h4>getOrDefault</h4> <pre>public <T> T getOrDefault(<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> key, - <a href="../../../../../org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a><T> type, + <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/TypeLiteral.html?is-external=true" title="class or interface in org.apache.tamaya">TypeLiteral</a><T> type, T defaultValue)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-org.apache.tamaya.TypeLiteral-T-">Configuration</a></code></span></div> -<div class="block">Get the property keys as type T. This will implicitly require a corresponding <a href="../../../../../org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><code>PropertyConverter</code></a> to be available that is capable current providing type T - fromMap the given String keys.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#getOrDefault-java.lang.String-org.apache.tamaya.TypeLiteral-T-">getOrDefault</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> -<dt><span class="paramLabel">Type Parameters:</span></dt> -<dd><code>T</code> - the type of the type literal</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</code>.</dd> -<dd><code>type</code> - The target type required, not null.</dd> -<dd><code>defaultValue</code> - default value to be used, if no value is present.</dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the property value, never null.</dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getOrDefault-java.lang.String-org.apache.tamaya.TypeLiteral-T-" title="class or interface in org.apache.tamaya">getOrDefault</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -508,17 +422,10 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <ul class="blockList"> <li class="blockList"> <h4>with</h4> -<pre>public <a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a> with(<a href="../../../../../org/apache/tamaya/ConfigOperator.html" title="interface in org.apache.tamaya">ConfigOperator</a> operator)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#with-org.apache.tamaya.ConfigOperator-">Configuration</a></code></span></div> -<div class="block">Extension point for adjusting configuration.</div> +<pre>public <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a> with(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/ConfigOperator.html?is-external=true" title="class or interface in org.apache.tamaya">ConfigOperator</a> operator)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#with-org.apache.tamaya.ConfigOperator-">with</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></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> +<dd><code><a href="http://tamaya.incubator.apache.org/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> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -528,18 +435,10 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <ul class="blockList"> <li class="blockList"> <h4>query</h4> -<pre>public <T> T query(<a href="../../../../../org/apache/tamaya/ConfigQuery.html" title="interface in org.apache.tamaya">ConfigQuery</a><T> query)</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#query-org.apache.tamaya.ConfigQuery-">Configuration</a></code></span></div> -<div class="block">Query a configuration.</div> +<pre>public <T> T query(<a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/ConfigQuery.html?is-external=true" title="class or interface in org.apache.tamaya">ConfigQuery</a><T> query)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#query-org.apache.tamaya.ConfigQuery-">query</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> -<dt><span class="paramLabel">Type Parameters:</span></dt> -<dd><code>T</code> - the type of the configuration.</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> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#query-org.apache.tamaya.ConfigQuery-" title="class or interface in org.apache.tamaya">query</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -549,28 +448,10 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" <ul class="blockList"> <li class="blockList"> <h4>getContext</h4> -<pre>public <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a> getContext()</pre> -<div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../org/apache/tamaya/Configuration.html#getContext--">Configuration</a></code></span></div> -<div class="block">Access a configuration's context.</div> +<pre>public <a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/spi/ConfigurationContext.html?is-external=true" title="class or interface in org.apache.tamaya.spi">ConfigurationContext</a> getContext()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> -<dd><code><a href="../../../../../org/apache/tamaya/Configuration.html#getContext--">getContext</a></code> in interface <code><a href="../../../../../org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya">Configuration</a></code></dd> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the configuration context, never null.</dd> -</dl> -</li> -</ul> -<a name="getConfigurationContext--"> -<!-- --> -</a> -<ul class="blockList"> -<li class="blockList"> -<h4>getConfigurationContext</h4> -<pre>public <a href="../../../../../org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi">ConfigurationContext</a> getConfigurationContext()</pre> -<div class="block">Access the configuration's context.</div> -<dl> -<dt><span class="returnLabel">Returns:</span></dt> -<dd>the configurastion context-</dd> +<dd><code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true#getContext--" title="class or interface in org.apache.tamaya">getContext</a></code> in interface <code><a href="http://tamaya.incubator.apache.org/apidocs/org/apache/tamaya/Configuration.html?is-external=true" title="class or interface in org.apache.tamaya">Configuration</a></code></dd> </dl> </li> </ul> @@ -615,7 +496,7 @@ implements <a href="../../../../../org/apache/tamaya/Configuration.html" title=" </div> <div class="subNav"> <ul class="navList"> -<li>Prev Class</li> +<li><a href="../../../../../org/apache/tamaya/core/internal/ConfigValueEvaluator.html" title="interface in org.apache.tamaya.core.internal"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList">
