You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by ol...@apache.org on 2012/12/03 00:32:26 UTC

svn commit: r1416291 [23/48] - in /incubator/onami/site/configuration: ./ apidocs/ apidocs/assets/ apidocs/assets/images/ apidocs/reference/ apidocs/reference/org/ apidocs/reference/org/apache/ apidocs/reference/org/apache/onami/ apidocs/reference/org/...

Propchange: incubator/onami/site/configuration/cobertura/coverage.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/coverage.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/css/help.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/css/help.css?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/css/help.css (added)
+++ incubator/onami/site/configuration/cobertura/css/help.css Sun Dec  2 23:31:59 2012
@@ -0,0 +1,22 @@
+dl {
+	float: left;
+	width: 100%;
+}
+
+dt {
+	border-top: 1px solid #808080;
+	float: left;
+	font-weight: bold;
+	margin: 0;
+	padding: 1em;
+	width: 20%;
+}
+
+dd {
+	border-top: 1px solid #808080;
+	float: left;
+	font-style: italic;
+	margin: 0;
+	padding: 1em;
+	width: 60%;
+}
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/css/help.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/css/help.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/css/main.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/css/main.css?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/css/main.css (added)
+++ incubator/onami/site/configuration/cobertura/css/main.css Sun Dec  2 23:31:59 2012
@@ -0,0 +1,131 @@
+@import url("help.css");
+@import url("source-viewer.css");
+@import url("tooltip.css");
+
+.hidden {
+	display: none;
+}
+
+a.dfn {
+	border-bottom: 1px dotted #00aa00;
+	cursor: help;
+}
+
+a.dfn:active, a.dfn:link, a.dfn:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.dfn:hover {
+	color: #0000ff;
+	text-decoration: none;
+}
+
+body {
+	font-family: verdana, arial, helvetica;
+}
+
+h1, h2, h3, h4, h5, h6 {
+	margin-bottom: 0.5em;
+}
+
+h5 {
+	margin-top: 0.5em;
+}
+
+div.footer {
+	font-size: 68%;
+	margin-top: 1.5em;
+}
+
+div.percentgraph
+{
+	background-color: #f02020;
+	border: #808080 1px solid;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+	width: 100px;
+}
+
+div.percentgraph div.greenbar
+{
+	background-color: #00f000;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph div.na
+{
+	background-color: #eaeaea;
+	height: 1.3em;
+	margin: 0px;
+	padding: 0px;
+}
+
+div.percentgraph span.text
+{
+	display: block;
+	position: absolute;
+	text-align: center;
+	width: 100px;
+}
+
+div.separator {
+	height: 10px;
+}
+
+table tr td, table tr th {
+	font-size: 68%;
+}
+
+td.value table tr td {
+    font-size: 11px;
+}
+
+table.percentgraph {
+	border: 0px;
+	font-size: 130%;
+	margin: 0px;
+	margin-left: auto;
+	margin-right: 0px;
+	padding: 0px;
+}
+
+table.percentgraph tr.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
+
+table.percentgraph td.percentgraph {
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+	padding-left: 4px;
+}
+
+table.report {
+	border-collapse: collapse;
+	width: 100%;
+}
+
+table.report td {
+	border: #d0d0d0 1px solid;
+}
+
+table.report td.heading {
+    background: #dcecff;
+	font-weight: bold;
+	text-align: center;
+}
+
+table.report td.heading:hover {
+    background: #c0ffc0;
+	cursor: pointer;
+}
+
+table.report td.value {
+	text-align: right;
+}
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/css/main.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/css/sortabletable.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/css/sortabletable.css?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/css/sortabletable.css (added)
+++ incubator/onami/site/configuration/cobertura/css/sortabletable.css Sun Dec  2 23:31:59 2012
@@ -0,0 +1,50 @@
+.sort-table {
+	font:		Icon;
+	border:		1px Solid ThreeDShadow;
+	background:	Window;
+	color:		WindowText;
+}
+
+.sort-table thead {
+	background:	ButtonFace;
+}
+
+.sort-table td {
+	padding:	2px 5px;
+}
+
+.sort-table thead td {
+	border:			1px solid;
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	cursor:			default;
+}
+
+.sort-table thead td:active {
+	border-color:	ButtonShadow ButtonHighlight
+					ButtonHighlight ButtonShadow;
+	padding:		3px 4px 1px 6px;
+}
+
+.sort-table thead td[_sortType=None]:active {
+	border-color:	ButtonHighlight ButtonShadow
+					ButtonShadow ButtonHighlight;
+	padding:		2px 5px;
+}
+
+.sort-arrow {
+	width:					11px;
+	height:					11px;
+	background-position:	center center;
+	background-repeat:		no-repeat;
+	margin:					0 2px;
+}
+
+.sort-arrow.descending {
+	background-image:		url("../images/downsimple.png");
+
+}
+
+.sort-arrow.ascending {
+	background-image:		url("../images/upsimple.png");
+}
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/css/sortabletable.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/css/source-viewer.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/css/source-viewer.css?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/css/source-viewer.css (added)
+++ incubator/onami/site/configuration/cobertura/css/source-viewer.css Sun Dec  2 23:31:59 2012
@@ -0,0 +1,73 @@
+pre.src {
+    background: #ffffff;
+    margin-top: 0px;
+    margin-bottom: 0px;
+}
+
+table.src {
+	border: #dcdcdc 1px solid;
+	font-size: 16px;
+}
+
+td.numLine {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.numLineCover {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHits {
+    background: #f0f0f0;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsCovered {
+    background: #80ff80;
+    border-right: #dcdcdc 1px solid;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.nbHitsUncovered {
+    background: #ff9090;
+    border-right: #dcdcdc 1px solid;
+    font-weight: bold;
+    padding-right: 3px;
+    text-align: right;
+}
+
+td.src {
+    width: 100%;
+}
+
+span.comment {
+    color: #b22222;
+    font-style: italic;
+}
+
+span.keyword {
+    color: #2020bf;
+    font-weight: bold;
+}
+
+span.srcUncovered {
+    background: #ff9090;
+}
+
+span.string {
+    color: #2a00ff;
+}
+
+span.text_italic {
+	font-size: 12px;
+    font-style: italic;
+}
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/css/source-viewer.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/css/tooltip.css
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/css/tooltip.css?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/css/tooltip.css (added)
+++ incubator/onami/site/configuration/cobertura/css/tooltip.css Sun Dec  2 23:31:59 2012
@@ -0,0 +1,49 @@
+a.hastooltip {
+	border-bottom: 1px dotted #00aa00;
+	color: #000000;
+	cursor: help;
+	font-style: normal;
+	position: relative; /* This is the key */
+	text-decoration: none;
+	z-index: 24; /* What does this do? */
+}
+
+a.hastooltip:active {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:link {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip:hover {
+	background-color: #a0b8ff;
+	color: #000000;
+	text-decoration: none;
+	z-index: 25;
+}
+
+a.hastooltip:visited {
+	color: #000000;
+	text-decoration: none;
+}
+
+a.hastooltip span {
+	display: none;
+}
+
+a.hastooltip:hover span {
+	background-color: #eeeeee;
+	border: 1px solid #000000;
+	color: #000000;
+	display: block;
+	padding: 5px;
+	left: -15.2em;
+	position: absolute;
+	text-align: center;
+	text-decoration: none;
+	top: 2em;
+	width: 20em;
+}
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/css/tooltip.css
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-packages.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-packages.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-packages.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-packages.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css" />
+</head>
+<body>
+<h5>Packages</h5>
+<table width="100%">
+<tr>
+<td nowrap="nowrap"><a href="frame-summary.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles.html"' target="summary">All</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.configuration.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.html"' target="summary">org.apache.onami.configuration</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.configuration.configuration.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.html"' target="summary">org.apache.onami.configuration.configuration</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.configuration.configuration.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html"' target="summary">org.apache.onami.configuration.configuration.binder</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.configuration.converters.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.converters.html"' target="summary">org.apache.onami.configuration.converters</a></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a href="frame-summary-org.apache.onami.configuration.variables.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.variables.html"' target="summary">org.apache.onami.configuration.variables</a></td>
+</tr>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-packages.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,26 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.configuration.configuration.binder
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.binder.PropertyValueBindingBuilder.html">PropertyValueBindingBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.binder.XMLPropertiesFormatBindingBuilder.html">XMLPropertiesFormatBindingBuilder</a> <i>(N/A)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,32 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.configuration.configuration
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.ConfigurationModule.html">ConfigurationModule</a> <i>(65 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.KeyValue.html">KeyValue</a> <i>(87 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.PropertiesIterator.html">PropertiesIterator</a> <i>(92 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.PropertiesURLReader.html">PropertiesURLReader</a> <i>(0 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.configuration.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,86 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.configuration.converters
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.AbstractConverter.html">AbstractConverter</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BigDecimalConverter.html">BigDecimalConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BigIntegerConverter.html">BigIntegerConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BitSetConverter.html">BitSetConverter</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.CharsetConverter.html">CharsetConverter</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.ClobConverter.html">ClobConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.CurrencyConverter.html">CurrencyConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.DateConverter.html">DateConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.DecimalFormatConverter.html">DecimalFormatConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.FileConverter.html">FileConverter</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.InetAddressConverter.html">InetAddressConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.LocaleConverter.html">LocaleConverter</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.PatternConverter.html">PatternConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.PropertiesConverter.html">PropertiesConverter</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLDateConverter.html">SQLDateConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLTimeConverter.html">SQLTimeConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLTimestampConverter.html">SQLTimestampConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SimpleDateFormatConverter.html">SimpleDateFormatConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.TimeZoneConverter.html">TimeZoneConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.URIConverter.html">URIConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.URLConverter.html">URLConverter</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.UUIDConverter.html">UUIDConverter</a> <i>(0 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.converters.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.configuration
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.Rocoto.html">Rocoto</a> <i>(95 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+org.apache.onami.configuration.variables
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.AbstractAppender.html">AbstractAppender</a> <i>(93 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.AntStyleParser.html">AntStyleParser</a> <i>(98 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Appender.html">Appender</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.KeyAppender.html">KeyAppender</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.MixinAppender.html">MixinAppender</a> <i>(80 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Parser.html">Parser</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Resolver.html">Resolver</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.TextAppender.html">TextAppender</a> <i>(83 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Tree.html">Tree</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.VariablesMap.html">VariablesMap</a> <i>(65 %)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles-org.apache.onami.configuration.variables.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-sourcefiles.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-sourcefiles.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-sourcefiles.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-sourcefiles.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,137 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report Classes</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+</head>
+<body>
+<h5>
+All Packages
+</h5>
+<div class="separator">&nbsp;</div>
+<h5>Classes</h5>
+<table width="100%">
+<tbody>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.AbstractAppender.html">AbstractAppender</a> <i>(93 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.AbstractConverter.html">AbstractConverter</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.AntStyleParser.html">AntStyleParser</a> <i>(98 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Appender.html">Appender</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BigDecimalConverter.html">BigDecimalConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BigIntegerConverter.html">BigIntegerConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.BitSetConverter.html">BitSetConverter</a> <i>(88 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.CharsetConverter.html">CharsetConverter</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.ClobConverter.html">ClobConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.ConfigurationModule.html">ConfigurationModule</a> <i>(65 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.CurrencyConverter.html">CurrencyConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.DateConverter.html">DateConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.DecimalFormatConverter.html">DecimalFormatConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.FileConverter.html">FileConverter</a> <i>(100 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.InetAddressConverter.html">InetAddressConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.KeyAppender.html">KeyAppender</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.KeyValue.html">KeyValue</a> <i>(87 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.LocaleConverter.html">LocaleConverter</a> <i>(85 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.MixinAppender.html">MixinAppender</a> <i>(80 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Parser.html">Parser</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.PatternConverter.html">PatternConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.PropertiesConverter.html">PropertiesConverter</a> <i>(75 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.PropertiesIterator.html">PropertiesIterator</a> <i>(92 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.PropertiesURLReader.html">PropertiesURLReader</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.binder.PropertyValueBindingBuilder.html">PropertyValueBindingBuilder</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Resolver.html">Resolver</a> <i>(N/A)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.Rocoto.html">Rocoto</a> <i>(95 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLDateConverter.html">SQLDateConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLTimeConverter.html">SQLTimeConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SQLTimestampConverter.html">SQLTimestampConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.SimpleDateFormatConverter.html">SimpleDateFormatConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.TextAppender.html">TextAppender</a> <i>(83 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.TimeZoneConverter.html">TimeZoneConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.Tree.html">Tree</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.URIConverter.html">URIConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.URLConverter.html">URLConverter</a> <i>(66 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.converters.UUIDConverter.html">UUIDConverter</a> <i>(0 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.variables.VariablesMap.html">VariablesMap</a> <i>(65 %)</i></td>
+</tr>
+<tr>
+<td nowrap="nowrap"><a target="summary" href="org.apache.onami.configuration.configuration.binder.XMLPropertiesFormatBindingBuilder.html">XMLPropertiesFormatBindingBuilder</a> <i>(N/A)</i></td>
+</tr>
+</tbody>
+</table>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-sourcefiles.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,44 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.configuration.configuration.binder</h5>
+<div class="separator">&nbsp;</div>
+<table class="report" id="packageResults">
+<thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.configuration.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html"'>org.apache.onami.configuration.configuration.binder</a></td><td class="value">2</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return 
 false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<table class="report" id="classResults">
+<thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="org.apache.onami.configuration.configuration.binder.PropertyValueBindingBuilder.html">PropertyValueBindingBuilder</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html"
  onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.configuration.binder.XMLPropertiesFormatBindingBuilder.html">XMLPropertiesFormatBindingBuilder</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href
 ="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["String", "Percentage", "Percentage", "FormattedNumber"]);
+classTable.sort(0);
+</script>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 03/12/12 00:27.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.binder.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,50 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.configuration.configuration</h5>
+<div class="separator">&nbsp;</div>
+<table class="report" id="packageResults">
+<thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.configuration.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.html"'>org.apache.onami.configuration.configuration</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">56 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:56px"><span class="text">60/107</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">45 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:45px"><span class="text">11/24</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6551724137931034;</span>1,655</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.configuration.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html"'>org.apache.onami.configuration.configuration.binder</a></td><td class="value">2</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return 
 false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<table class="report" id="classResults">
+<thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="org.apache.onami.configuration.configuration.ConfigurationModule.html">ConfigurationModule</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">63 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:63px"><span class="text">36/57</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">66 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:66px"><span class="text">8/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6666666666666667;</span>1,667</td></tr>
+  <tr><td><a href="org.apache.onami.configuration.configuration.ConfigurationModule.html">ConfigurationModule$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">4/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6666666666666667;</span>1,667</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.configuration.KeyValue.html">KeyValue</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">87 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:87px"><span class="text">7/8</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.25;</span>1,25</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.configuration.PropertiesIterator.html">PropertiesIterator</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">92 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:92px"><span class="text">13/14</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">3/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.3333333333333333;</span>1,333</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.configuration.PropertiesURLReader.html">PropertiesURLReader</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/24</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/8</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.5;</span>2,5</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["String", "Percentage", "Percentage", "FormattedNumber"]);
+classTable.sort(0);
+</script>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 03/12/12 00:27.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.configuration.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,84 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.configuration.converters</h5>
+<div class="separator">&nbsp;</div>
+<table class="report" id="packageResults">
+<thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.converters.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.converters.html"'>org.apache.onami.configuration.converters</a></td><td class="value">22</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">50/155</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">17/52</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.4074074074074074;</span>3,407</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<table class="report" id="classResults">
+<thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="org.apache.onami.configuration.converters.AbstractConverter.html">AbstractConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">3/3</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.BigDecimalConverter.html">BigDecimalConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.BigIntegerConverter.html">BigIntegerConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.BitSetConverter.html">BitSetConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">88 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:88px"><span class="text">15/17</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">9/12</span></div></div></td></tr></table></td><td class="value"><span class="hidden">9.0;</span>9</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.CharsetConverter.html">CharsetConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">3/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">1/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.ClobConverter.html">ClobConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.CurrencyConverter.html">CurrencyConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.DateConverter.html">DateConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/50</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/26</span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.DecimalFormatConverter.html">DecimalFormatConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.FileConverter.html">FileConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">2/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.InetAddressConverter.html">InetAddressConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.LocaleConverter.html">LocaleConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">85 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:85px"><span class="text">6/7</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">1/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.0;</span>3</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.PatternConverter.html">PatternConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.PropertiesConverter.html">PropertiesConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">75 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:75px"><span class="text">9/12</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">50 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:50px"><span class="text">1/2</span></div></div></td></tr></table></td><td class="value"><span class="hidden">5.0;</span>5</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.SQLDateConverter.html">SQLDateConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.SQLTimeConverter.html">SQLTimeConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.SQLTimestampConverter.html">SQLTimestampConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.SimpleDateFormatConverter.html">SimpleDateFormatConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.TimeZoneConverter.html">TimeZoneConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/2</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.URIConverter.html">URIConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.URLConverter.html">URLConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">66 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:66px"><span class="text">12/18</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">62 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:62px"><span class="text">5/8</span></div></div></td></tr></table></td><td class="value"><span class="hidden">11.0;</span>11</td></tr>
+
+  <tr><td><a href="org.apache.onami.configuration.converters.UUIDConverter.html">UUIDConverter</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">0 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:0px"><span class="text">0/4</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">4.0;</span>4</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["String", "Percentage", "Percentage", "FormattedNumber"]);
+classTable.sort(0);
+</script>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 03/12/12 00:27.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.converters.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html
URL: http://svn.apache.org/viewvc/incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html?rev=1416291&view=auto
==============================================================================
--- incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html (added)
+++ incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html Sun Dec  2 23:31:59 2012
@@ -0,0 +1,48 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
+<title>Coverage Report</title>
+<link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/>
+<link title="Style" type="text/css" rel="stylesheet" href="css/sortabletable.css"/>
+<script type="text/javascript" src="js/popup.js"></script>
+<script type="text/javascript" src="js/sortabletable.js"></script>
+<script type="text/javascript" src="js/customsorttypes.js"></script>
+</head>
+<body>
+<h5>Coverage Report - org.apache.onami.configuration</h5>
+<div class="separator">&nbsp;</div>
+<table class="report" id="packageResults">
+<thead><tr>  <td class="heading">Package</td>  <td class="heading"># Classes</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.html"'>org.apache.onami.configuration</a></td><td class="value">3</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">95 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:95px"><span class="text">22/23</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">57 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:57px"><span class="text">8/14</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.4;</span>2,4</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.configuration.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.html"'>org.apache.onami.configuration.configuration</a></td><td class="value">5</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">56 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:56px"><span class="text">60/107</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">45 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:45px"><span class="text">11/24</span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.6551724137931034;</span>1,655</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.configuration.binder.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.configuration.binder.html"'>org.apache.onami.configuration.configuration.binder</a></td><td class="value">2</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return 
 false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">1.0;</span>1</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.converters.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.converters.html"'>org.apache.onami.configuration.converters</a></td><td class="value">22</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">50/155</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">32 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:32px"><span class="text">17/52</span></div></div></td></tr></table></td><td class="value"><span class="hidden">3.4074074074074074;</span>3,407</td></tr>
+  <tr><td><a href="frame-summary-org.apache.onami.configuration.variables.html" onclick='parent.sourceFileList.location.href="frame-sourcefiles-org.apache.onami.configuration.variables.html"'>org.apache.onami.configuration.variables</a></td><td class="value">10</td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">80 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:80px"><span class="text">204/253</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">71 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:71px"><span class="text">105/146</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.21875;</span>2,219</td></tr>
+</tbody>
+</table>
+<script type="text/javascript">
+var packageTable = new SortableTable(document.getElementById("packageResults"),
+    ["String", "Number", "Percentage", "Percentage", "FormattedNumber"]);
+packageTable.sort(0);
+</script>
+<div class="separator">&nbsp;</div>
+<table class="report" id="classResults">
+<thead><tr>  <td class="heading">Classes in this Package</td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Line Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Branch Coverage</a></td>  <td class="heading"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">Complexity</a></td></tr></thead>
+<tbody>
+  <tr><td><a href="org.apache.onami.configuration.Rocoto.html">Rocoto</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">13/13</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">4/4</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.4;</span>2,4</td></tr>
+  <tr><td><a href="org.apache.onami.configuration.Rocoto.html">Rocoto$1</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">100 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:100px"><span class="text">1/1</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></td><td class="percentgraph"><div class="percentgraph"><div class="na" style="width:100px"><span class="text"><a class="dfn" href="help.html" onclick="popupwindow('help.html'); return false;">N/A</a></span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.4;</span>2,4</td></tr>
+  <tr><td><a href="org.apache.onami.configuration.Rocoto.html">Rocoto$2</a></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">88 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:88px"><span class="text">8/9</span></div></div></td></tr></table></td><td><table cellpadding="0px" cellspacing="0px" class="percentgraph"><tr class="percentgraph"><td align="right" class="percentgraph" width="40">40 %</td><td class="percentgraph"><div class="percentgraph"><div class="greenbar" style="width:40px"><span class="text">4/10</span></div></div></td></tr></table></td><td class="value"><span class="hidden">2.4;</span>2,4</td></tr>
+
+</tbody>
+</table>
+<script type="text/javascript">
+var classTable = new SortableTable(document.getElementById("classResults"),
+    ["String", "Percentage", "Percentage", "FormattedNumber"]);
+classTable.sort(0);
+</script>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 03/12/12 00:27.</div>
+</body>
+</html>
\ No newline at end of file

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/onami/site/configuration/cobertura/frame-summary-org.apache.onami.configuration.html
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision