TAMAYA-178: New site draft with link to API/Javadoc.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/21b98714 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/21b98714 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/21b98714 Branch: refs/heads/asf-site Commit: 21b98714c4b45c94126a5ed61333f2ead9a3b21c Parents: f69bd86 Author: Phil Ottlinger <[email protected]> Authored: Mon Oct 24 22:19:05 2016 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Mon Oct 24 22:22:13 2016 +0200 ---------------------------------------------------------------------- about.html | 44 +- apidocs/allclasses-frame.html | 76 + apidocs/allclasses-noframe.html | 76 + apidocs/constant-values.html | 222 +++ apidocs/deprecated-list.html | 154 ++ apidocs/help-doc.html | 230 +++ apidocs/index-all.html | 1413 ++++++++++++++++++ apidocs/index.html | 77 +- apidocs/org/apache/tamaya/ConfigException.html | 299 ++++ apidocs/org/apache/tamaya/ConfigOperator.html | 238 +++ apidocs/org/apache/tamaya/ConfigQuery.html | 237 +++ apidocs/org/apache/tamaya/Configuration.html | 511 +++++++ .../apache/tamaya/ConfigurationProvider.html | 329 ++++ apidocs/org/apache/tamaya/TypeLiteral.html | 481 ++++++ .../tamaya/class-use/ConfigException.html | 125 ++ .../apache/tamaya/class-use/ConfigOperator.html | 189 +++ .../apache/tamaya/class-use/ConfigQuery.html | 189 +++ .../apache/tamaya/class-use/Configuration.html | 302 ++++ .../tamaya/class-use/ConfigurationProvider.html | 125 ++ .../apache/tamaya/class-use/TypeLiteral.html | 410 +++++ .../core/internal/DefaultConfiguration.html | 643 ++++++++ .../internal/DefaultConfigurationContext.html | 598 ++++++++ .../DefaultConfigurationContextBuilder.html | 643 ++++++++ .../internal/DefaultConfigurationProvider.html | 398 +++++ .../core/internal/DefaultServiceContext.html | 368 +++++ .../tamaya/core/internal/OSGIActivator.html | 302 ++++ .../core/internal/OSGIServiceContext.html | 360 +++++ .../tamaya/core/internal/OSGIServiceLoader.html | 288 ++++ .../internal/PriorityServiceComparator.html | 340 +++++ .../core/internal/PropertyConverterManager.html | 475 ++++++ .../core/internal/PropertyFilterComparator.html | 297 ++++ .../tamaya/core/internal/PropertyFiltering.html | 263 ++++ .../core/internal/PropertySourceComparator.html | 297 ++++ .../tamaya/core/internal/ReflectionUtil.html | 241 +++ .../class-use/DefaultConfiguration.html | 125 ++ .../class-use/DefaultConfigurationContext.html | 125 ++ .../DefaultConfigurationContextBuilder.html | 125 ++ .../class-use/DefaultConfigurationProvider.html | 125 ++ .../class-use/DefaultServiceContext.html | 125 ++ .../core/internal/class-use/OSGIActivator.html | 125 ++ .../internal/class-use/OSGIServiceContext.html | 125 ++ .../internal/class-use/OSGIServiceLoader.html | 125 ++ .../class-use/PriorityServiceComparator.html | 125 ++ .../class-use/PropertyConverterManager.html | 125 ++ .../class-use/PropertyFilterComparator.html | 125 ++ .../internal/class-use/PropertyFiltering.html | 125 ++ .../class-use/PropertySourceComparator.html | 125 ++ .../core/internal/class-use/ReflectionUtil.html | 125 ++ .../converters/BigDecimalConverter.html | 308 ++++ .../converters/BigIntegerConverter.html | 308 ++++ .../internal/converters/BooleanConverter.html | 300 ++++ .../core/internal/converters/ByteConverter.html | 314 ++++ .../core/internal/converters/CharConverter.html | 307 ++++ .../internal/converters/ClassConverter.html | 305 ++++ .../internal/converters/CurrencyConverter.html | 307 ++++ .../internal/converters/DoubleConverter.html | 307 ++++ .../core/internal/converters/EnumConverter.html | 300 ++++ .../internal/converters/FloatConverter.html | 307 ++++ .../internal/converters/IntegerConverter.html | 314 ++++ .../core/internal/converters/LongConverter.html | 314 ++++ .../internal/converters/NumberConverter.html | 307 ++++ .../internal/converters/ShortConverter.html | 314 ++++ .../core/internal/converters/URIConverter.html | 300 ++++ .../core/internal/converters/URLConverter.html | 300 ++++ .../class-use/BigDecimalConverter.html | 125 ++ .../class-use/BigIntegerConverter.html | 125 ++ .../converters/class-use/BooleanConverter.html | 125 ++ .../converters/class-use/ByteConverter.html | 125 ++ .../converters/class-use/CharConverter.html | 125 ++ .../converters/class-use/ClassConverter.html | 125 ++ .../converters/class-use/CurrencyConverter.html | 125 ++ .../converters/class-use/DoubleConverter.html | 125 ++ .../converters/class-use/EnumConverter.html | 125 ++ .../converters/class-use/FloatConverter.html | 125 ++ .../converters/class-use/IntegerConverter.html | 125 ++ .../converters/class-use/LongConverter.html | 125 ++ .../converters/class-use/NumberConverter.html | 125 ++ .../converters/class-use/ShortConverter.html | 125 ++ .../converters/class-use/URIConverter.html | 125 ++ .../converters/class-use/URLConverter.html | 125 ++ .../core/internal/converters/package-frame.html | 36 + .../internal/converters/package-summary.html | 329 ++++ .../core/internal/converters/package-tree.html | 153 ++ .../core/internal/converters/package-use.html | 125 ++ .../tamaya/core/internal/package-frame.html | 34 + .../tamaya/core/internal/package-summary.html | 225 +++ .../tamaya/core/internal/package-tree.html | 151 ++ .../tamaya/core/internal/package-use.html | 125 ++ .../core/propertysource/BasePropertySource.html | 489 ++++++ .../core/propertysource/CLIPropertySource.html | 342 +++++ .../EnvironmentPropertySource.html | 496 ++++++ .../propertysource/SimplePropertySource.html | 413 +++++ .../propertysource/SystemPropertySource.html | 493 ++++++ .../class-use/BasePropertySource.html | 174 +++ .../class-use/CLIPropertySource.html | 125 ++ .../class-use/EnvironmentPropertySource.html | 125 ++ .../class-use/SimplePropertySource.html | 125 ++ .../class-use/SystemPropertySource.html | 125 ++ .../core/propertysource/package-frame.html | 25 + .../core/propertysource/package-summary.html | 175 +++ .../core/propertysource/package-tree.html | 145 ++ .../tamaya/core/propertysource/package-use.html | 161 ++ .../provider/JavaConfigurationProvider.html | 377 +++++ .../class-use/JavaConfigurationProvider.html | 125 ++ .../tamaya/core/provider/package-frame.html | 21 + .../tamaya/core/provider/package-summary.html | 148 ++ .../tamaya/core/provider/package-tree.html | 138 ++ .../tamaya/core/provider/package-use.html | 125 ++ apidocs/org/apache/tamaya/package-frame.html | 32 + apidocs/org/apache/tamaya/package-summary.html | 201 +++ apidocs/org/apache/tamaya/package-tree.html | 158 ++ apidocs/org/apache/tamaya/package-use.html | 246 +++ .../apache/tamaya/spi/ConfigurationContext.html | 464 ++++++ .../tamaya/spi/ConfigurationContextBuilder.html | 560 +++++++ .../tamaya/spi/ConfigurationProviderSpi.html | 339 +++++ .../tamaya/spi/ConversionContext.Builder.html | 480 ++++++ .../apache/tamaya/spi/ConversionContext.html | 463 ++++++ apidocs/org/apache/tamaya/spi/Experimental.html | 170 +++ .../org/apache/tamaya/spi/FilterContext.html | 380 +++++ .../apache/tamaya/spi/PropertyConverter.html | 252 ++++ .../org/apache/tamaya/spi/PropertyFilter.html | 250 ++++ .../org/apache/tamaya/spi/PropertySource.html | 453 ++++++ .../tamaya/spi/PropertySourceProvider.html | 284 ++++ .../org/apache/tamaya/spi/PropertyValue.html | 376 +++++ .../apache/tamaya/spi/PropertyValueBuilder.html | 377 +++++ .../spi/PropertyValueCombinationPolicy.html | 296 ++++ .../org/apache/tamaya/spi/ServiceContext.html | 290 ++++ .../tamaya/spi/ServiceContextManager.html | 273 ++++ .../spi/class-use/ConfigurationContext.html | 363 +++++ .../class-use/ConfigurationContextBuilder.html | 375 +++++ .../spi/class-use/ConfigurationProviderSpi.html | 167 +++ .../class-use/ConversionContext.Builder.html | 205 +++ .../tamaya/spi/class-use/ConversionContext.html | 281 ++++ .../tamaya/spi/class-use/Experimental.html | 176 +++ .../tamaya/spi/class-use/FilterContext.html | 168 +++ .../tamaya/spi/class-use/PropertyConverter.html | 542 +++++++ .../tamaya/spi/class-use/PropertyFilter.html | 270 ++++ .../tamaya/spi/class-use/PropertySource.html | 362 +++++ .../spi/class-use/PropertySourceProvider.html | 193 +++ .../tamaya/spi/class-use/PropertyValue.html | 211 +++ .../spi/class-use/PropertyValueBuilder.html | 182 +++ .../PropertyValueCombinationPolicy.html | 235 +++ .../tamaya/spi/class-use/ServiceContext.html | 219 +++ .../spi/class-use/ServiceContextManager.html | 125 ++ .../org/apache/tamaya/spi/package-frame.html | 42 + .../org/apache/tamaya/spi/package-summary.html | 262 ++++ apidocs/org/apache/tamaya/spi/package-tree.html | 159 ++ apidocs/org/apache/tamaya/spi/package-use.html | 391 +++++ apidocs/overview-frame.html | 27 + apidocs/overview-summary.html | 160 ++ apidocs/overview-tree.html | 221 +++ apidocs/package-list | 6 + apidocs/script.js | 30 + apidocs/serialized-form.html | 186 +++ apidocs/stylesheet.css | 574 +++++++ archive.html | 44 +- blog/2013/first-post.html | 170 +++ blog/2013/fourth-post.html | 163 ++ blog/2013/second-post.html | 147 ++ blog/2013/third-post.html | 163 ++ copy-site.sh | 2 +- css/asciidoctor.css | 512 +++++++ css/base.css | 52 + css/bootstrap.min.css | 7 + css/prettify.css | 1 + favicon.ico | Bin 894 -> 15086 bytes favicons/android-chrome-144x144.png | Bin 0 -> 21238 bytes favicons/android-chrome-192x192.png | Bin 0 -> 34004 bytes favicons/android-chrome-36x36.png | Bin 0 -> 2361 bytes favicons/android-chrome-48x48.png | Bin 0 -> 3627 bytes favicons/android-chrome-72x72.png | Bin 0 -> 6836 bytes favicons/android-chrome-96x96.png | Bin 0 -> 10837 bytes favicons/apple-touch-icon-114x114.png | Bin 0 -> 13188 bytes favicons/apple-touch-icon-120x120.png | Bin 0 -> 14440 bytes favicons/apple-touch-icon-144x144.png | Bin 0 -> 19621 bytes favicons/apple-touch-icon-152x152.png | Bin 0 -> 21329 bytes favicons/apple-touch-icon-180x180.png | Bin 0 -> 28243 bytes favicons/apple-touch-icon-57x57.png | Bin 0 -> 4357 bytes favicons/apple-touch-icon-60x60.png | Bin 0 -> 4710 bytes favicons/apple-touch-icon-72x72.png | Bin 0 -> 6328 bytes favicons/apple-touch-icon-76x76.png | Bin 0 -> 6854 bytes favicons/apple-touch-icon-precomposed.png | Bin 0 -> 31150 bytes favicons/apple-touch-icon.png | Bin 0 -> 28243 bytes favicons/browserconfig.xml | 12 + favicons/favicon-16x16.png | Bin 0 -> 1922 bytes favicons/favicon-194x194.png | Bin 0 -> 31800 bytes favicons/favicon-32x32.png | Bin 0 -> 2932 bytes favicons/favicon-96x96.png | Bin 0 -> 10679 bytes favicons/favicon.ico | Bin 0 -> 15086 bytes favicons/manifest.json | 41 + favicons/mstile-144x144.png | Bin 0 -> 2499 bytes favicons/mstile-150x150.png | Bin 0 -> 2397 bytes favicons/mstile-310x150.png | Bin 0 -> 2638 bytes favicons/mstile-310x310.png | Bin 0 -> 5949 bytes favicons/mstile-70x70.png | Bin 0 -> 1731 bytes feed.xml | 4 +- fonts/glyphicons-halflings-regular.eot | Bin 0 -> 20335 bytes fonts/glyphicons-halflings-regular.svg | 229 +++ fonts/glyphicons-halflings-regular.ttf | Bin 0 -> 41280 bytes fonts/glyphicons-halflings-regular.woff | Bin 0 -> 23320 bytes index.html | 44 +- js/bootstrap.min.js | 6 + js/html5shiv.min.js | 4 + js/jquery-1.11.1.min.js | 4 + js/prettify.js | 30 + logos/egg-logo2.png | Bin 0 -> 7241 bytes 206 files changed, 39501 insertions(+), 37 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/about.html ---------------------------------------------------------------------- diff --git a/about.html b/about.html index 956493d..09a509d 100644 --- a/about.html +++ b/about.html @@ -8,7 +8,7 @@ <meta name="description" content=""/> <meta name="author" content=""/> <meta name="keywords" content=""/> - <meta name="generator" content="JBake ${version}"/> + <meta name="generator" content="'JBake '+'${version}"/> <!-- Le styles --> <link href="css/bootstrap.min.css" rel="stylesheet"/> @@ -21,17 +21,33 @@ <script src="js/html5shiv.min.js"></script> <![endif]--> - <!-- Fav and touch icons --> - <!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png"/> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"/> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"/> - <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"/>--> - <link rel="shortcut icon" href="favicon.ico"/> + <!-- Fav and touch icons from ASF --> + <link rel="shortcut icon" href="favicon.ico"/> + <link rel="apple-touch-icon" sizes="57x57" href="favicons/apple-touch-icon-57x57.png"/> + <link rel="apple-touch-icon" sizes="60x60" href="favicons/apple-touch-icon-60x60.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="favicons/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="76x76" href="favicons/apple-touch-icon-76x76.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="favicons/apple-touch-icon-114x114.png"/> + <link rel="apple-touch-icon" sizes="120x120" href="favicons/apple-touch-icon-120x120.png"/> + <link rel="apple-touch-icon" sizes="144x144" href="favicons/apple-touch-icon-144x144.png"/> + <link rel="apple-touch-icon" sizes="152x152" href="favicons/apple-touch-icon-152x152.png"/> + <link rel="apple-touch-icon" sizes="180x180" href="favicons/apple-touch-icon-180x180.png"/> + <link rel="icon" type="image/png" href="favicons/favicon-32x32.png" sizes="32x32"/> + <link rel="icon" type="image/png" href="favicons/favicon-194x194.png" sizes="194x194"/> + <link rel="icon" type="image/png" href="favicons/favicon-96x96.png" sizes="96x96"/> + <link rel="icon" type="image/png" href="favicons/android-chrome-192x192.png" sizes="192x192"/> + <link rel="icon" type="image/png" href="favicons/favicon-16x16.png" sizes="16x16"/> + <link rel="manifest" href="favicons/manifest.json"/> + <link rel="shortcut icon" href="favicons/favicon.ico"/> + <meta name="msapplication-TileColor" content="#603cba"/> + <meta name="msapplication-TileImage" content="favicons/mstile-144x144.png"/> + <meta name="msapplication-config" content="favicons/browserconfig.xml"/> + <meta name="theme-color" content="#303284"/> </head> <body onload="prettyPrint()"> <div id="wrap"> <div> - + <!-- Fixed navbar --> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> @@ -42,14 +58,19 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="">JBake</a> + <a class="navbar-brand" href="">Apache Tamaya (incubating)</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> - <li><a href="index.html">Home</a></li> + <li><a href="index.html">Home</a></li> + <li><a href="index.html">Documentation</a></li> + <li><a href="/apidocs/index.html">API</a></li> + <li><a href="index.html">Development</a></li> + <li><a href="index.html">Releases</a></li> <li><a href="about.html">About</a></li> <li><a href="feed.xml">Subscribe</a></li> - <li class="dropdown"> +<!-- + <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> @@ -61,6 +82,7 @@ <li><a href="#">One more separated link</a></li> </ul> </li> +--> </ul> </div><!--/.nav-collapse --> </div> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/apidocs/allclasses-frame.html ---------------------------------------------------------------------- diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html new file mode 100644 index 0000000..eb662ce --- /dev/null +++ b/apidocs/allclasses-frame.html @@ -0,0 +1,76 @@ +<!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>All Classes (Apache Tamaya 0.3-incubating-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<h1 class="bar">All Classes</h1> +<div class="indexContainer"> +<ul> +<li><a href="org/apache/tamaya/core/propertysource/BasePropertySource.html" title="class in org.apache.tamaya.core.propertysource" target="classFrame">BasePropertySource</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BigDecimalConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">BigDecimalConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BigIntegerConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">BigIntegerConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BooleanConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">BooleanConverter</a></li> +<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/propertysource/CLIPropertySource.html" title="class in org.apache.tamaya.core.propertysource" target="classFrame">CLIPropertySource</a></li> +<li><a href="org/apache/tamaya/ConfigException.html" title="class in org.apache.tamaya" target="classFrame">ConfigException</a></li> +<li><a href="org/apache/tamaya/ConfigOperator.html" title="interface in org.apache.tamaya" target="classFrame"><span class="interfaceName">ConfigOperator</span></a></li> +<li><a href="org/apache/tamaya/ConfigQuery.html" title="interface in org.apache.tamaya" target="classFrame"><span class="interfaceName">ConfigQuery</span></a></li> +<li><a href="org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya" target="classFrame"><span class="interfaceName">Configuration</span></a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">ConfigurationContext</span></a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationContextBuilder.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">ConfigurationContextBuilder</span></a></li> +<li><a href="org/apache/tamaya/ConfigurationProvider.html" title="class in org.apache.tamaya" target="classFrame">ConfigurationProvider</a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationProviderSpi.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">ConfigurationProviderSpi</span></a></li> +<li><a href="org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi" target="classFrame">ConversionContext</a></li> +<li><a href="org/apache/tamaya/spi/ConversionContext.Builder.html" title="class in org.apache.tamaya.spi" target="classFrame">ConversionContext.Builder</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> +<li><a href="org/apache/tamaya/core/internal/converters/EnumConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">EnumConverter</a></li> +<li><a href="org/apache/tamaya/core/propertysource/EnvironmentPropertySource.html" title="class in org.apache.tamaya.core.propertysource" target="classFrame">EnvironmentPropertySource</a></li> +<li><a href="org/apache/tamaya/spi/Experimental.html" title="annotation in org.apache.tamaya.spi" target="classFrame">Experimental</a></li> +<li><a href="org/apache/tamaya/spi/FilterContext.html" title="class in org.apache.tamaya.spi" target="classFrame">FilterContext</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/FloatConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">FloatConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/IntegerConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">IntegerConverter</a></li> +<li><a href="org/apache/tamaya/core/provider/JavaConfigurationProvider.html" title="class in org.apache.tamaya.core.provider" target="classFrame">JavaConfigurationProvider</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/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/OSGIActivator.html" title="class in org.apache.tamaya.core.internal" target="classFrame">OSGIActivator</a></li> +<li><a href="org/apache/tamaya/core/internal/OSGIServiceContext.html" title="class in org.apache.tamaya.core.internal" target="classFrame">OSGIServiceContext</a></li> +<li><a href="org/apache/tamaya/core/internal/OSGIServiceLoader.html" title="class in org.apache.tamaya.core.internal" target="classFrame">OSGIServiceLoader</a></li> +<li><a href="org/apache/tamaya/core/internal/PriorityServiceComparator.html" title="class in org.apache.tamaya.core.internal" target="classFrame">PriorityServiceComparator</a></li> +<li><a href="org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">PropertyConverter</span></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/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">PropertyFilter</span></a></li> +<li><a href="org/apache/tamaya/core/internal/PropertyFilterComparator.html" title="class in org.apache.tamaya.core.internal" target="classFrame">PropertyFilterComparator</a></li> +<li><a href="org/apache/tamaya/core/internal/PropertyFiltering.html" title="class in org.apache.tamaya.core.internal" target="classFrame">PropertyFiltering</a></li> +<li><a href="org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">PropertySource</span></a></li> +<li><a href="org/apache/tamaya/core/internal/PropertySourceComparator.html" title="class in org.apache.tamaya.core.internal" target="classFrame">PropertySourceComparator</a></li> +<li><a href="org/apache/tamaya/spi/PropertySourceProvider.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">PropertySourceProvider</span></a></li> +<li><a href="org/apache/tamaya/spi/PropertyValue.html" title="class in org.apache.tamaya.spi" target="classFrame">PropertyValue</a></li> +<li><a href="org/apache/tamaya/spi/PropertyValueBuilder.html" title="class in org.apache.tamaya.spi" target="classFrame">PropertyValueBuilder</a></li> +<li><a href="org/apache/tamaya/spi/PropertyValueCombinationPolicy.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">PropertyValueCombinationPolicy</span></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/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi" target="classFrame"><span class="interfaceName">ServiceContext</span></a></li> +<li><a href="org/apache/tamaya/spi/ServiceContextManager.html" title="class in org.apache.tamaya.spi" target="classFrame">ServiceContextManager</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> +<li><a href="org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya" target="classFrame">TypeLiteral</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/URIConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">URIConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/URLConverter.html" title="class in org.apache.tamaya.core.internal.converters" target="classFrame">URLConverter</a></li> +</ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/apidocs/allclasses-noframe.html ---------------------------------------------------------------------- diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html new file mode 100644 index 0000000..7b6828d --- /dev/null +++ b/apidocs/allclasses-noframe.html @@ -0,0 +1,76 @@ +<!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>All Classes (Apache Tamaya 0.3-incubating-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<h1 class="bar">All Classes</h1> +<div class="indexContainer"> +<ul> +<li><a href="org/apache/tamaya/core/propertysource/BasePropertySource.html" title="class in org.apache.tamaya.core.propertysource">BasePropertySource</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BigDecimalConverter.html" title="class in org.apache.tamaya.core.internal.converters">BigDecimalConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BigIntegerConverter.html" title="class in org.apache.tamaya.core.internal.converters">BigIntegerConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/BooleanConverter.html" title="class in org.apache.tamaya.core.internal.converters">BooleanConverter</a></li> +<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/propertysource/CLIPropertySource.html" title="class in org.apache.tamaya.core.propertysource">CLIPropertySource</a></li> +<li><a href="org/apache/tamaya/ConfigException.html" title="class in org.apache.tamaya">ConfigException</a></li> +<li><a href="org/apache/tamaya/ConfigOperator.html" title="interface in org.apache.tamaya"><span class="interfaceName">ConfigOperator</span></a></li> +<li><a href="org/apache/tamaya/ConfigQuery.html" title="interface in org.apache.tamaya"><span class="interfaceName">ConfigQuery</span></a></li> +<li><a href="org/apache/tamaya/Configuration.html" title="interface in org.apache.tamaya"><span class="interfaceName">Configuration</span></a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationContext.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">ConfigurationContext</span></a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationContextBuilder.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">ConfigurationContextBuilder</span></a></li> +<li><a href="org/apache/tamaya/ConfigurationProvider.html" title="class in org.apache.tamaya">ConfigurationProvider</a></li> +<li><a href="org/apache/tamaya/spi/ConfigurationProviderSpi.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">ConfigurationProviderSpi</span></a></li> +<li><a href="org/apache/tamaya/spi/ConversionContext.html" title="class in org.apache.tamaya.spi">ConversionContext</a></li> +<li><a href="org/apache/tamaya/spi/ConversionContext.Builder.html" title="class in org.apache.tamaya.spi">ConversionContext.Builder</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> +<li><a href="org/apache/tamaya/core/internal/converters/EnumConverter.html" title="class in org.apache.tamaya.core.internal.converters">EnumConverter</a></li> +<li><a href="org/apache/tamaya/core/propertysource/EnvironmentPropertySource.html" title="class in org.apache.tamaya.core.propertysource">EnvironmentPropertySource</a></li> +<li><a href="org/apache/tamaya/spi/Experimental.html" title="annotation in org.apache.tamaya.spi">Experimental</a></li> +<li><a href="org/apache/tamaya/spi/FilterContext.html" title="class in org.apache.tamaya.spi">FilterContext</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/FloatConverter.html" title="class in org.apache.tamaya.core.internal.converters">FloatConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/IntegerConverter.html" title="class in org.apache.tamaya.core.internal.converters">IntegerConverter</a></li> +<li><a href="org/apache/tamaya/core/provider/JavaConfigurationProvider.html" title="class in org.apache.tamaya.core.provider">JavaConfigurationProvider</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/converters/NumberConverter.html" title="class in org.apache.tamaya.core.internal.converters">NumberConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/OSGIActivator.html" title="class in org.apache.tamaya.core.internal">OSGIActivator</a></li> +<li><a href="org/apache/tamaya/core/internal/OSGIServiceContext.html" title="class in org.apache.tamaya.core.internal">OSGIServiceContext</a></li> +<li><a href="org/apache/tamaya/core/internal/OSGIServiceLoader.html" title="class in org.apache.tamaya.core.internal">OSGIServiceLoader</a></li> +<li><a href="org/apache/tamaya/core/internal/PriorityServiceComparator.html" title="class in org.apache.tamaya.core.internal">PriorityServiceComparator</a></li> +<li><a href="org/apache/tamaya/spi/PropertyConverter.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">PropertyConverter</span></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/spi/PropertyFilter.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">PropertyFilter</span></a></li> +<li><a href="org/apache/tamaya/core/internal/PropertyFilterComparator.html" title="class in org.apache.tamaya.core.internal">PropertyFilterComparator</a></li> +<li><a href="org/apache/tamaya/core/internal/PropertyFiltering.html" title="class in org.apache.tamaya.core.internal">PropertyFiltering</a></li> +<li><a href="org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">PropertySource</span></a></li> +<li><a href="org/apache/tamaya/core/internal/PropertySourceComparator.html" title="class in org.apache.tamaya.core.internal">PropertySourceComparator</a></li> +<li><a href="org/apache/tamaya/spi/PropertySourceProvider.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">PropertySourceProvider</span></a></li> +<li><a href="org/apache/tamaya/spi/PropertyValue.html" title="class in org.apache.tamaya.spi">PropertyValue</a></li> +<li><a href="org/apache/tamaya/spi/PropertyValueBuilder.html" title="class in org.apache.tamaya.spi">PropertyValueBuilder</a></li> +<li><a href="org/apache/tamaya/spi/PropertyValueCombinationPolicy.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">PropertyValueCombinationPolicy</span></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/spi/ServiceContext.html" title="interface in org.apache.tamaya.spi"><span class="interfaceName">ServiceContext</span></a></li> +<li><a href="org/apache/tamaya/spi/ServiceContextManager.html" title="class in org.apache.tamaya.spi">ServiceContextManager</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> +<li><a href="org/apache/tamaya/TypeLiteral.html" title="class in org.apache.tamaya">TypeLiteral</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/URIConverter.html" title="class in org.apache.tamaya.core.internal.converters">URIConverter</a></li> +<li><a href="org/apache/tamaya/core/internal/converters/URLConverter.html" title="class in org.apache.tamaya.core.internal.converters">URLConverter</a></li> +</ul> +</div> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/21b98714/apidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html new file mode 100644 index 0000000..b85ee9e --- /dev/null +++ b/apidocs/constant-values.html @@ -0,0 +1,222 @@ +<!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>Constant Field Values (Apache Tamaya 0.3-incubating-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Constant Field Values (Apache Tamaya 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</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>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-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> +<li><a href="constant-values.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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Constant Field Values" class="title">Constant Field Values</h1> +<h2 title="Contents">Contents</h2> +<ul> +<li><a href="#org.apache">org.apache.*</a></li> +</ul> +</div> +<div class="constantValuesContainer"><a name="org.apache"> +<!-- --> +</a> +<h2 title="org.apache">org.apache.*</h2> +<ul class="blockList"> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.tamaya.core.propertysource.<a href="org/apache/tamaya/core/propertysource/EnvironmentPropertySource.html" title="class in org.apache.tamaya.core.propertysource">EnvironmentPropertySource</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.tamaya.core.propertysource.EnvironmentPropertySource.DEFAULT_ORDINAL"> +<!-- --> +</a><code>public static final int</code></td> +<td><code><a href="org/apache/tamaya/core/propertysource/EnvironmentPropertySource.html#DEFAULT_ORDINAL">DEFAULT_ORDINAL</a></code></td> +<td class="colLast"><code>300</code></td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.tamaya.core.propertysource.<a href="org/apache/tamaya/core/propertysource/SystemPropertySource.html" title="class in org.apache.tamaya.core.propertysource">SystemPropertySource</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.tamaya.core.propertysource.SystemPropertySource.DEFAULT_ORDINAL"> +<!-- --> +</a><code>public static final int</code></td> +<td><code><a href="org/apache/tamaya/core/propertysource/SystemPropertySource.html#DEFAULT_ORDINAL">DEFAULT_ORDINAL</a></code></td> +<td class="colLast"><code>1000</code></td> +</tr> +</tbody> +</table> +</li> +</ul> +<ul class="blockList"> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.tamaya.core.provider.<a href="org/apache/tamaya/core/provider/JavaConfigurationProvider.html" title="class in org.apache.tamaya.core.provider">JavaConfigurationProvider</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.tamaya.core.provider.JavaConfigurationProvider.DEFAULT_SIMPLE_PROPERTIES_FILE_NAME"> +<!-- --> +</a><code>public static final <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_SIMPLE_PROPERTIES_FILE_NAME">DEFAULT_SIMPLE_PROPERTIES_FILE_NAME</a></code></td> +<td class="colLast"><code>"META-INF/javaconfiguration.properties"</code></td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a name="org.apache.tamaya.core.provider.JavaConfigurationProvider.DEFAULT_XML_PROPERTIES_FILE_NAME"> +<!-- --> +</a><code>public static final <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_XML_PROPERTIES_FILE_NAME">DEFAULT_XML_PROPERTIES_FILE_NAME</a></code></td> +<td class="colLast"><code>"META-INF/javaconfiguration.xml"</code></td> +</tr> +</tbody> +</table> +</li> +</ul> +<ul class="blockList"> +<li class="blockList"> +<table class="constantsSummary" border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> +<caption><span>org.apache.tamaya.spi.<a href="org/apache/tamaya/spi/PropertySource.html" title="interface in org.apache.tamaya.spi">PropertySource</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th scope="col">Constant Field</th> +<th class="colLast" scope="col">Value</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a name="org.apache.tamaya.spi.PropertySource.TAMAYA_ORDINAL"> +<!-- --> +</a><code>public static final <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/spi/PropertySource.html#TAMAYA_ORDINAL">TAMAYA_ORDINAL</a></code></td> +<td class="colLast"><code>"tamaya.ordinal"</code></td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= 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>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-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?constant-values.html" target="_top">Frames</a></li> +<li><a href="constant-values.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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014–2016 <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/21b98714/apidocs/deprecated-list.html ---------------------------------------------------------------------- diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html new file mode 100644 index 0000000..ce13e75 --- /dev/null +++ b/apidocs/deprecated-list.html @@ -0,0 +1,154 @@ +<!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>Deprecated List (Apache Tamaya 0.3-incubating-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Deprecated List (Apache Tamaya 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</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>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-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> +<li><a href="deprecated-list.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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 title="Deprecated API" class="title">Deprecated API</h1> +<h2 title="Contents">Contents</h2> +<ul> +<li><a href="#method">Deprecated Methods</a></li> +</ul> +</div> +<div class="contentContainer"><a name="method"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<table class="deprecatedSummary" border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation"> +<caption><span>Deprecated Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colOne"><a href="org/apache/tamaya/ConfigurationProvider.html#getConfigurationContext--">org.apache.tamaya.ConfigurationProvider.getConfigurationContext()</a> +<div class="block"><span class="deprecationComment">Use <a href="org/apache/tamaya/Configuration.html#getContext--"><code>Configuration.getContext()</code></a> instead of.</span></div> +</td> +</tr> +<tr class="rowColor"> +<td class="colOne"><a href="org/apache/tamaya/spi/ConfigurationProviderSpi.html#getConfigurationContext--">org.apache.tamaya.spi.ConfigurationProviderSpi.getConfigurationContext()</a> +<div class="block"><span class="deprecationComment">Will be removed in favour of <a href="org/apache/tamaya/Configuration.html#getContext--"><code>Configuration.getContext()</code></a>.</span></div> +</td> +</tr> +</tbody> +</table> +</li> +</ul> +</div> +<!-- ======= 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>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-all.html">Index</a></li> +<li><a href="help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li> +<li><a href="deprecated-list.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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014–2016 <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/21b98714/apidocs/help-doc.html ---------------------------------------------------------------------- diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html new file mode 100644 index 0000000..6113ee5 --- /dev/null +++ b/apidocs/help-doc.html @@ -0,0 +1,230 @@ +<!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>API Help (Apache Tamaya 0.3-incubating-SNAPSHOT API)</title> +<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> +<script type="text/javascript" src="script.js"></script> +</head> +<body> +<script type="text/javascript"><!-- + try { + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="API Help (Apache Tamaya 0.3-incubating-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</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>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-all.html">Index</a></li> +<li class="navBarCell1Rev">Help</li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?help-doc.html" target="_top">Frames</a></li> +<li><a href="help-doc.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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h1 class="title">How This API Document Is Organized</h1> +<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div> +</div> +<div class="contentContainer"> +<ul class="blockList"> +<li class="blockList"> +<h2>Overview</h2> +<p>The <a href="overview-summary.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.</p> +</li> +<li class="blockList"> +<h2>Package</h2> +<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:</p> +<ul> +<li>Interfaces (italic)</li> +<li>Classes</li> +<li>Enums</li> +<li>Exceptions</li> +<li>Errors</li> +<li>Annotation Types</li> +</ul> +</li> +<li class="blockList"> +<h2>Class/Interface</h2> +<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p> +<ul> +<li>Class inheritance diagram</li> +<li>Direct Subclasses</li> +<li>All Known Subinterfaces</li> +<li>All Known Implementing Classes</li> +<li>Class/interface declaration</li> +<li>Class/interface description</li> +</ul> +<ul> +<li>Nested Class Summary</li> +<li>Field Summary</li> +<li>Constructor Summary</li> +<li>Method Summary</li> +</ul> +<ul> +<li>Field Detail</li> +<li>Constructor Detail</li> +<li>Method Detail</li> +</ul> +<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p> +</li> +<li class="blockList"> +<h2>Annotation Type</h2> +<p>Each annotation type has its own separate page with the following sections:</p> +<ul> +<li>Annotation Type declaration</li> +<li>Annotation Type description</li> +<li>Required Element Summary</li> +<li>Optional Element Summary</li> +<li>Element Detail</li> +</ul> +</li> +<li class="blockList"> +<h2>Enum</h2> +<p>Each enum has its own separate page with the following sections:</p> +<ul> +<li>Enum declaration</li> +<li>Enum description</li> +<li>Enum Constant Summary</li> +<li>Enum Constant Detail</li> +</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> +<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li> +<li>When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.</li> +</ul> +</li> +<li class="blockList"> +<h2>Deprecated API</h2> +<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p> +</li> +<li class="blockList"> +<h2>Index</h2> +<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> +<p>These links take you to the next or previous class, interface, package, or related page.</p> +</li> +<li class="blockList"> +<h2>Frames/No Frames</h2> +<p>These links show and hide the HTML frames. All pages are available with or without frames.</p> +</li> +<li class="blockList"> +<h2>All Classes</h2> +<p>The <a href="allclasses-noframe.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p> +</li> +<li class="blockList"> +<h2>Serialized Form</h2> +<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p> +</li> +<li class="blockList"> +<h2>Constant Field Values</h2> +<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p> +</li> +</ul> +<span class="emphasizedPhrase">This help file applies to API documentation generated using the standard doclet.</span></div> +<!-- ======= 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>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-all.html">Index</a></li> +<li class="navBarCell1Rev">Help</li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="index.html?help-doc.html" target="_top">Frames</a></li> +<li><a href="help-doc.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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2014–2016 <a href="https://apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
