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

svn commit: r962708 [23/30] - in /websites/staging/tamaya/trunk/content: ./ documentation/ javadoc/api/java7/ javadoc/api/java7/org/apache/tamaya/ javadoc/api/java7/org/apache/tamaya/spi/ javadoc/api/java8/ javadoc/api/java8/org/apache/tamaya/ javadoc/...

Modified: websites/staging/tamaya/trunk/content/javadoc/core/java7/stylesheet.css
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java7/stylesheet.css (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java7/stylesheet.css Sat Aug 22 15:35:30 2015
@@ -2,19 +2,16 @@
 /*
 Overall document style
 */
-
-@import url('resources/fonts/dejavu.css');
-
 body {
     background-color:#ffffff;
     color:#353833;
-    font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
-    font-size:14px;
+    font-family:Arial, Helvetica, sans-serif;
+    font-size:76%;
     margin:0;
 }
 a:link, a:visited {
     text-decoration:none;
-    color:#4A6782;
+    color:#4c6b87;
 }
 a:hover, a:focus {
     text-decoration:none;
@@ -22,7 +19,7 @@ a:hover, a:focus {
 }
 a:active {
     text-decoration:none;
-    color:#4A6782;
+    color:#4c6b87;
 }
 a[name] {
     color:#353833;
@@ -32,51 +29,41 @@ a[name]:hover {
     color:#353833;
 }
 pre {
-    font-family:'DejaVu Sans Mono', monospace;
-    font-size:14px;
+    font-size:1.3em;
 }
 h1 {
-    font-size:20px;
+    font-size:1.8em;
 }
 h2 {
-    font-size:18px;
+    font-size:1.5em;
 }
 h3 {
-    font-size:16px;
-    font-style:italic;
+    font-size:1.4em;
 }
 h4 {
-    font-size:13px;
+    font-size:1.3em;
 }
 h5 {
-    font-size:12px;
+    font-size:1.2em;
 }
 h6 {
-    font-size:11px;
+    font-size:1.1em;
 }
 ul {
     list-style-type:disc;
 }
 code, tt {
-    font-family:'DejaVu Sans Mono', monospace;
-    font-size:14px;
-    padding-top:4px;
-    margin-top:8px;
-    line-height:1.4em;
+    font-size:1.2em;
 }
 dt code {
-    font-family:'DejaVu Sans Mono', monospace;
-    font-size:14px;
-    padding-top:4px;
+    font-size:1.2em;
 }
 table tr td dt code {
-    font-family:'DejaVu Sans Mono', monospace;
-    font-size:14px;
+    font-size:1.2em;
     vertical-align:top;
-    padding-top:4px;
 }
 sup {
-    font-size:8px;
+    font-size:.6em;
 }
 /*
 Document title and Copyright styles
@@ -89,9 +76,9 @@ Document title and Copyright styles
 .aboutLanguage {
     float:right;
     padding:0px 21px;
-    font-size:11px;
+    font-size:.8em;
     z-index:200;
-    margin-top:-9px;
+    margin-top:-7px;
 }
 .legalCopy {
     margin-left:.5em;
@@ -105,6 +92,9 @@ Document title and Copyright styles
 }
 .tab {
     background-color:#0066FF;
+    background-image:url(resources/titlebar.gif);
+    background-position:left top;
+    background-repeat:no-repeat;
     color:#ffffff;
     padding:8px;
     width:5em;
@@ -114,15 +104,17 @@ Document title and Copyright styles
 Navigation bar styles
 */
 .bar {
-    background-color:#4D7A97;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
     color:#FFFFFF;
     padding:.8em .5em .4em .8em;
     height:auto;/*height:1.8em;*/
-    font-size:11px;
+    font-size:1em;
     margin:0;
 }
 .topNav {
-    background-color:#4D7A97;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -131,11 +123,11 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
-    font-size:12px; 
 }
 .bottomNav {
     margin-top:10px;
-    background-color:#4D7A97;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
     color:#FFFFFF;
     float:left;
     padding:0;
@@ -144,20 +136,18 @@ Navigation bar styles
     height:2.8em;
     padding-top:10px;
     overflow:hidden;
-    font-size:12px;
 }
 .subNav {
     background-color:#dee3e9;
+    border-bottom:1px solid #9eadc0;
     float:left;
     width:100%;
     overflow:hidden;
-    font-size:12px;
 }
 .subNav div {
     clear:left;
     float:left;
     padding:0 0 5px 6px;
-    text-transform:uppercase;
 }
 ul.navList, ul.subNavList {
     float:left;
@@ -167,33 +157,27 @@ ul.navList, ul.subNavList {
 ul.navList li{
     list-style:none;
     float:left;
-    padding: 5px 6px;
-    text-transform:uppercase;
+    padding:3px 6px;
 }
 ul.subNavList li{
     list-style:none;
     float:left;
+    font-size:90%;
 }
 .topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
     color:#FFFFFF;
     text-decoration:none;
-    text-transform:uppercase;
 }
 .topNav a:hover, .bottomNav a:hover {
     text-decoration:none;
     color:#bb7a2a;
-    text-transform:uppercase;
 }
 .navBarCell1Rev {
-    background-color:#F8981D;
-    color:#253441;
+    background-image:url(resources/tab.gif);
+    background-color:#a88834;
+    color:#FFFFFF;
     margin: auto 5px;
-}
-.skipNav {
-    position:absolute;
-    top:auto;
-    left:-9999px;
-    overflow:hidden;
+    border:1px solid #c9aa44;
 }
 /*
 Page header and footer styles
@@ -207,11 +191,8 @@ Page header and footer styles
     margin:10px;
     position:relative;
 }
-.indexHeader span{
-    margin-right:15px;
-}
 .indexHeader h1 {
-    font-size:13px;
+    font-size:1.3em;
 }
 .title {
     color:#2c4557;
@@ -221,7 +202,7 @@ Page header and footer styles
     margin:5px 0 0 0;
 }
 .header ul {
-    margin:0 0 15px 0;
+    margin:0 0 25px 0;
     padding:0;
 }
 .footer ul {
@@ -229,22 +210,24 @@ Page header and footer styles
 }
 .header ul li, .footer ul li {
     list-style:none;
-    font-size:13px;
+    font-size:1.2em;
 }
 /*
 Heading styles
 */
 div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
     background-color:#dee3e9;
-    border:1px solid #d0d9e0;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
     margin:0 0 6px -8px;
-    padding:7px 5px;
+    padding:2px 5px;
 }
 ul.blockList ul.blockList ul.blockList li.blockList h3 {
     background-color:#dee3e9;
-    border:1px solid #d0d9e0;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
     margin:0 0 6px -8px;
-    padding:7px 5px;
+    padding:2px 5px;
 }
 ul.blockList ul.blockList li.blockList h3 {
     padding:0;
@@ -264,10 +247,10 @@ Page layout container styles
 .indexContainer {
     margin:10px;
     position:relative;
-    font-size:12px;
+    font-size:1.0em;
 }
 .indexContainer h2 {
-    font-size:13px;
+    font-size:1.1em;
     padding:0 0 3px 0;
 }
 .indexContainer ul {
@@ -276,18 +259,15 @@ Page layout container styles
 }
 .indexContainer ul li {
     list-style:none;
-    padding-top:2px;
 }
 .contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
-    font-size:12px;
+    font-size:1.1em;
     font-weight:bold;
     margin:10px 0 0 0;
     color:#4E4E4E;
 }
 .contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
-    margin:5px 0 10px 0px;
-    font-size:14px;
-    font-family:'DejaVu Sans Mono',monospace;
+    margin:10px 0 10px 20px;
 }
 .serializedFormContainer dl.nameValue dt {
     margin-left:1px;
@@ -326,24 +306,25 @@ ul.blockList, ul.blockListLast {
 }
 ul.blockList li.blockList, ul.blockListLast li.blockList {
     list-style:none;
-    margin-bottom:15px;
-    line-height:1.4;
+    margin-bottom:25px;
 }
 ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
     padding:0px 20px 5px 10px;
-    border:1px solid #ededed; 
-    background-color:#f8f8f8;
+    border:1px solid #9eadc0;
+    background-color:#f9f9f9;
 }
 ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
     padding:0 0 5px 8px;
     background-color:#ffffff;
-    border:none;
+    border:1px solid #9eadc0;
+    border-top:none;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
     margin-left:0;
     padding-left:0;
     padding-bottom:15px;
     border:none;
+    border-bottom:1px solid #9eadc0;
 }
 ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
     list-style:none;
@@ -357,155 +338,107 @@ table tr td dl, table tr td dl dt, table
 /*
 Table styles
 */
-.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary {
+.contentContainer table, .classUseContainer table, .constantValuesContainer table {
+    border-bottom:1px solid #9eadc0;
     width:100%;
-    border-left:1px solid #EEE; 
-    border-right:1px solid #EEE; 
-    border-bottom:1px solid #EEE; 
 }
-.overviewSummary, .memberSummary  {
-    padding:0px;
+.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+    width:100%;
+}
+.contentContainer .description table, .contentContainer .details table {
+    border-bottom:none;
+}
+.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
+    vertical-align:top;
+    padding-right:20px;
+}
+.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
+.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
+.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
+.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
+    padding-right:3px;
 }
-.overviewSummary caption, .memberSummary caption, .typeSummary caption,
-.useSummary caption, .constantsSummary caption, .deprecatedSummary caption {
+.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
     position:relative;
     text-align:left;
     background-repeat:no-repeat;
-    color:#253441;
+    color:#FFFFFF;
     font-weight:bold;
     clear:none;
     overflow:hidden;
     padding:0px;
-    padding-top:10px;
-    padding-left:1px;
     margin:0px;
-    white-space:pre;
 }
-.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
-.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link,
-.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
-.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
-.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
-.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active,
-.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
-.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited {
+caption a:link, caption a:hover, caption a:active, caption a:visited {
     color:#FFFFFF;
 }
-.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
-.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span {
-    white-space:nowrap;
-    padding-top:5px;
-    padding-left:12px;
-    padding-right:12px;
-    padding-bottom:7px;
-    display:inline-block;
-    float:left;
-    background-color:#F8981D;
-    border: none;
-    height:16px;
-}
-.memberSummary caption span.activeTableTab span {
+.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
     white-space:nowrap;
-    padding-top:5px;
-    padding-left:12px;
-    padding-right:12px;
-    margin-right:3px;
-    display:inline-block;
+    padding-top:8px;
+    padding-left:8px;
+    display:block;
     float:left;
-    background-color:#F8981D;
-    height:16px;
+    background-image:url(resources/titlebar.gif);
+    height:18px;
 }
-.memberSummary caption span.tableTab span {
-    white-space:nowrap;
-    padding-top:5px;
-    padding-left:12px;
-    padding-right:12px;
-    margin-right:3px;
-    display:inline-block;
+.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
+    width:10px;
+    background-image:url(resources/titlebar_end.gif);
+    background-repeat:no-repeat;
+    background-position:top right;
+    position:relative;
     float:left;
-    background-color:#4D7A97;
-    height:16px;
 }
-.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab {
-    padding-top:0px;
-    padding-left:0px;
-    padding-right:0px;
-    background-image:none;
-    float:none;
-    display:inline;
+ul.blockList ul.blockList li.blockList table {
+    margin:0 0 12px 0px;
+    width:100%;
 }
-.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
-.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd {
-    display:none;
-    width:5px;
-    position:relative;
-    float:left;
-    background-color:#F8981D;
+.tableSubHeadingColor {
+    background-color: #EEEEFF;
 }
-.memberSummary .activeTableTab .tabEnd {
-    display:none;
-    width:5px;
-    margin-right:3px;
-    position:relative; 
-    float:left;
-    background-color:#F8981D;
+.altColor {
+    background-color:#eeeeef;
 }
-.memberSummary .tableTab .tabEnd {
-    display:none;
-    width:5px;
-    margin-right:3px;
-    position:relative;
-    background-color:#4D7A97;
-    float:left;
-
+.rowColor {
+    background-color:#ffffff;
 }
-.overviewSummary td, .memberSummary td, .typeSummary td,
-.useSummary td, .constantsSummary td, .deprecatedSummary td {
+.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
     text-align:left;
-    padding:0px 0px 12px 10px;
-    width:100%;
+    padding:3px 3px 3px 7px;
 }
-th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th,
-td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{
-    vertical-align:top;
-    padding-right:0px;
-    padding-top:8px;
-    padding-bottom:3px;
-}
-th.colFirst, th.colLast, th.colOne, .constantsSummary th {
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
     background:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
     text-align:left;
-    padding:8px 3px 3px 7px;
+    padding:3px 3px 3px 7px;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
 }
 td.colFirst, th.colFirst {
+    border-left:1px solid #9eadc0;
     white-space:nowrap;
-    font-size:13px;
 }
 td.colLast, th.colLast {
-    font-size:13px;
+    border-right:1px solid #9eadc0;
 }
 td.colOne, th.colOne {
-    font-size:13px;
-}
-.overviewSummary td.colFirst, .overviewSummary th.colFirst,
-.overviewSummary td.colOne, .overviewSummary th.colOne,
-.memberSummary td.colFirst, .memberSummary th.colFirst,
-.memberSummary td.colOne, .memberSummary th.colOne,
-.typeSummary td.colFirst{
-    width:25%;
-    vertical-align:top;
-}
-td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
-    font-weight:bold;
+    border-right:1px solid #9eadc0;
+    border-left:1px solid #9eadc0;
 }
-.tableSubHeadingColor {
-    background-color:#EEEEFF;
+table.overviewSummary  {
+    padding:0px;
+    margin-left:0px;
 }
-.altColor {
-    background-color:#FFFFFF;
+table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
+table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+    width:25%;
+    vertical-align:middle;
 }
-.rowColor {
-    background-color:#EEEEEF;
+table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
+    width:25%;
+    vertical-align:middle;
 }
 /*
 Content styles
@@ -520,24 +453,6 @@ Content styles
 .docSummary {
     padding:0;
 }
-
-ul.blockList ul.blockList ul.blockList li.blockList h3 {
-    font-style:normal;
-}
-
-div.block {
-    font-size:14px;
-    font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
-}
-
-td.colLast div {
-    padding-top:0px;
-}
-
-
-td.colLast a {
-    padding-bottom:3px;
-}
 /*
 Formatting effect styles
 */
@@ -548,27 +463,12 @@ Formatting effect styles
 h1.hidden {
     visibility:hidden;
     overflow:hidden;
-    font-size:10px;
+    font-size:.9em;
 }
 .block {
     display:block;
-    margin:3px 10px 2px 0px;
-    color:#474747;
+    margin:3px 0 0 0;
 }
-.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink,
-.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel,
-.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink {
+.strong {
     font-weight:bold;
 }
-.deprecationComment, .emphasizedPhrase, .interfaceName {
-    font-style:italic;
-}
-
-div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase,
-div.block div.block span.interfaceName {
-    font-style:normal;
-}
-
-div.contentContainer ul.blockList li.blockList h2{
-    padding-bottom:0px;
-}

Modified: websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-frame.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-frame.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-frame.html Sat Aug 22 15:35:30 2015
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>All Classes</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:50 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -19,10 +20,10 @@
 <li><a href="org/apache/tamaya/core/internal/converters/ByteConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">ByteConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/CharConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">CharConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/ClassConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">ClassConverter</a></li>
-<li><a href="org/apache/tamaya/core/ConfigurationFunctions.html" title="class in org.apache.tamaya.core" target="classFrame">ConfigurationFunctions</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/CurrencyConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">CurrencyConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfiguration.html" title="class in org.apache.tamaya.core.internal" target="classFrame">DefaultConfiguration</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal" target="classFrame">DefaultConfigurationContext</a></li>
+<li><a href="org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal" target="classFrame">DefaultConfigurationContextBuilder</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal" target="classFrame">DefaultConfigurationProvider</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultServiceContext.html" title="class in org.apache.tamaya.core.internal" target="classFrame">DefaultServiceContext</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/DoubleConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">DoubleConverter</a></li>
@@ -35,10 +36,8 @@
 <li><a href="org/apache/tamaya/core/internal/converters/LocalDateTimeConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">LocalDateTimeConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/LocalTimeConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">LocalTimeConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/LongConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">LongConverter</a></li>
-<li><a href="org/apache/tamaya/core/internal/MetaConfig.html" title="class in org.apache.tamaya.core.internal" target="classFrame">MetaConfig</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/NumberConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">NumberConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/PropertyConverterManager.html" title="class in org.apache.tamaya.core.internal" target="classFrame">PropertyConverterManager</a></li>
-<li><a href="org/apache/tamaya/core/internal/ReflectionUtil.html" title="class in org.apache.tamaya.core.internal" target="classFrame">ReflectionUtil</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/ShortConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">ShortConverter</a></li>
 <li><a href="org/apache/tamaya/core/propertysource/SimplePropertySource.html" title="class in org.apache.tamaya.core.propertysource" target="classFrame">SimplePropertySource</a></li>
 <li><a href="org/apache/tamaya/core/propertysource/SystemPropertySource.html" title="class in org.apache.tamaya.core.propertysource" target="classFrame">SystemPropertySource</a></li>

Modified: websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-noframe.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-noframe.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/allclasses-noframe.html Sat Aug 22 15:35:30 2015
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>All Classes</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:50 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>All Classes (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -19,10 +20,10 @@
 <li><a href="org/apache/tamaya/core/internal/converters/ByteConverter.html" title="class in org.apache.tamaya.core.internal.converters">ByteConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/CharConverter.html" title="class in org.apache.tamaya.core.internal.converters">CharConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/ClassConverter.html" title="class in org.apache.tamaya.core.internal.converters">ClassConverter</a></li>
-<li><a href="org/apache/tamaya/core/ConfigurationFunctions.html" title="class in org.apache.tamaya.core">ConfigurationFunctions</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/CurrencyConverter.html" title="class in org.apache.tamaya.core.internal.converters">CurrencyConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfiguration.html" title="class in org.apache.tamaya.core.internal">DefaultConfiguration</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfigurationContext.html" title="class in org.apache.tamaya.core.internal">DefaultConfigurationContext</a></li>
+<li><a href="org/apache/tamaya/core/internal/DefaultConfigurationContextBuilder.html" title="class in org.apache.tamaya.core.internal">DefaultConfigurationContextBuilder</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultConfigurationProvider.html" title="class in org.apache.tamaya.core.internal">DefaultConfigurationProvider</a></li>
 <li><a href="org/apache/tamaya/core/internal/DefaultServiceContext.html" title="class in org.apache.tamaya.core.internal">DefaultServiceContext</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/DoubleConverter.html" title="class in org.apache.tamaya.core.internal.converters">DoubleConverter</a></li>
@@ -35,10 +36,8 @@
 <li><a href="org/apache/tamaya/core/internal/converters/LocalDateTimeConverter.html" title="class in org.apache.tamaya.core.internal.converters">LocalDateTimeConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/LocalTimeConverter.html" title="class in org.apache.tamaya.core.internal.converters">LocalTimeConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/LongConverter.html" title="class in org.apache.tamaya.core.internal.converters">LongConverter</a></li>
-<li><a href="org/apache/tamaya/core/internal/MetaConfig.html" title="class in org.apache.tamaya.core.internal">MetaConfig</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/NumberConverter.html" title="class in org.apache.tamaya.core.internal.converters">NumberConverter</a></li>
 <li><a href="org/apache/tamaya/core/internal/PropertyConverterManager.html" title="class in org.apache.tamaya.core.internal">PropertyConverterManager</a></li>
-<li><a href="org/apache/tamaya/core/internal/ReflectionUtil.html" title="class in org.apache.tamaya.core.internal">ReflectionUtil</a></li>
 <li><a href="org/apache/tamaya/core/internal/converters/ShortConverter.html" title="class in org.apache.tamaya.core.internal.converters">ShortConverter</a></li>
 <li><a href="org/apache/tamaya/core/propertysource/SimplePropertySource.html" title="class in org.apache.tamaya.core.propertysource">SimplePropertySource</a></li>
 <li><a href="org/apache/tamaya/core/propertysource/SystemPropertySource.html" title="class in org.apache.tamaya.core.propertysource">SystemPropertySource</a></li>

Modified: websites/staging/tamaya/trunk/content/javadoc/core/java8/constant-values.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/constant-values.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/constant-values.html Sat Aug 22 15:35:30 2015
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>Constant Field Values</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>Constant Field Values (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values";
+            parent.document.title="Constant Field Values (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
@@ -34,9 +35,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-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>
@@ -132,7 +134,7 @@
 <tr class="altColor">
 <td class="colFirst"><a name="org.apache.tamaya.core.provider.JavaConfigurationProvider.DEFAULT_PROPERTIES_FILE_NAME">
 <!--   -->
-</a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
+</a><code>public&nbsp;static&nbsp;final&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></code></td>
 <td><code><a href="org/apache/tamaya/core/provider/JavaConfigurationProvider.html#DEFAULT_PROPERTIES_FILE_NAME">DEFAULT_PROPERTIES_FILE_NAME</a></code></td>
 <td class="colLast"><code>"META-INF/javaconfiguration.properties"</code></td>
 </tr>
@@ -153,9 +155,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-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>
@@ -187,5 +190,6 @@
 <!--   -->
 </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: websites/staging/tamaya/trunk/content/javadoc/core/java8/deprecated-list.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/deprecated-list.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/deprecated-list.html Sat Aug 22 15:35:30 2015
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>Deprecated List</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:50 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Deprecated List (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List";
+            parent.document.title="Deprecated List (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
@@ -34,9 +35,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-tree.html">Tree</a></li>
 <li class="navBarCell1Rev">Deprecated</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>
@@ -84,9 +86,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-tree.html">Tree</a></li>
 <li class="navBarCell1Rev">Deprecated</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>
@@ -118,5 +121,6 @@
 <!--   -->
 </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: websites/staging/tamaya/trunk/content/javadoc/core/java8/help-doc.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/help-doc.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/help-doc.html Sat Aug 22 15:35:30 2015
@@ -2,9 +2,10 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>API Help</title>
-<meta name="date" content="2015-05-02">
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:50 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>API Help (Apache Tamaya Java 8 Core 0.1-incubating API)</title>
+<meta name="date" content="2015-08-06">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help";
+            parent.document.title="API Help (Apache Tamaya Java 8 Core 0.1-incubating API)";
         }
     }
     catch(err) {
@@ -34,9 +35,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-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 class="navBarCell1Rev">Help</li>
 </ul>
 </div>
@@ -136,6 +138,10 @@
 </ul>
 </li>
 <li class="blockList">
+<h2>Use</h2>
+<p>Each documented package, class and interface has its own Use page.  This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A.  You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.</p>
+</li>
+<li class="blockList">
 <h2>Tree (Class Hierarchy)</h2>
 <p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with <code>java.lang.Object</code>. The interfaces do not inherit from <code>java.lang.Object</code>.</p>
 <ul>
@@ -149,7 +155,7 @@
 </li>
 <li class="blockList">
 <h2>Index</h2>
-<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
+<p>The <a href="index-all.html">Index</a> contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.</p>
 </li>
 <li class="blockList">
 <h2>Prev/Next</h2>
@@ -185,9 +191,10 @@
 <li><a href="overview-summary.html">Overview</a></li>
 <li>Package</li>
 <li>Class</li>
+<li>Use</li>
 <li><a href="overview-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 class="navBarCell1Rev">Help</li>
 </ul>
 </div>
@@ -219,5 +226,6 @@
 <!--   -->
 </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: websites/staging/tamaya/trunk/content/javadoc/core/java8/index.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/index.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/index.html Sat Aug 22 15:35:30 2015
@@ -2,8 +2,9 @@
 <!-- NewPage -->
 <html lang="de">
 <head>
-<!-- Generated by javadoc (1.8.0) on Sat May 02 00:16:12 CEST 2015 -->
-<title>Generated Documentation (Untitled)</title>
+<!-- Generated by javadoc (1.8.0_45) on Thu Aug 06 20:00:50 CEST 2015 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Apache Tamaya Java 8 Core 0.1-incubating API</title>
 <script type="text/javascript">
     targetPage = "" + window.location.search;
     if (targetPage != "" && targetPage != "undefined")

Modified: websites/staging/tamaya/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html
==============================================================================
--- websites/staging/tamaya/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html (original)
+++ websites/staging/tamaya/trunk/content/javadoc/core/java8/org/apache/tamaya/core/internal/DefaultConfiguration.html Sat Aug 22 15:35:30 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>