Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/taglist.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/taglist.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/taglist.html Sun Jul 17 07:36:02 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-05-29 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-07-17 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160529" /> + <meta name="Date-Revision-yyyymmdd" content="20160717" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Shared Utils – Tag List report</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -40,12 +40,12 @@ <div class="container-fluid"> <div id="banner"> <div class="pull-left"> - <a href="http://www.apache.org/" id="bannerLeft"> - <img src="http://maven.apache.org/images/apache-maven-project.png" /> + <a href="https://www.apache.org/" id="bannerLeft"> + <img src="../../images/apache-maven-project.png" alt="Apache Maven Shared Utils"/> </a> </div> - <div class="pull-right"> <a href="http://maven.apache.org/" id="bannerRight"> - <img src="http://maven.apache.org/images/maven-logo-black-on-white.png" /> + <div class="pull-right"> <a href="../../" id="bannerRight"> + <img src="../../images/maven-logo-black-on-white.png" /> </a> </div> <div class="clear"><hr/></div> @@ -77,9 +77,9 @@ <li class="active ">Tag List report</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-05-29</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-07-17</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.1 + Version: 3.1.0-SNAPSHOT </li> </ul> @@ -389,8 +389,8 @@ <th>Total number of occurrences</th> <th>Tag strings used by tag class</th></tr> <tr class="b"> -<td>Deprecated Work</td> -<td>0</td> +<td><a href="#tag_class_3">Deprecated Work</a></td> +<td>3</td> <td>@deprecated</td></tr> <tr class="a"> <td><a href="#tag_class_1">FIXME Work</a></td> @@ -402,6 +402,22 @@ <td>todo, @todo</td></tr></table> <p>Each tag is detailed below:</p> <div class="section"> +<h3><a name="Deprecated_Work"></a><a name="tag_class_3">Deprecated Work</a></h3> +<p><b>Number of occurrences found in the code: 3</b></p> +<table border="0" class="table table-striped"> +<tr class="a"> +<th>org.apache.maven.shared.utils.PropertyUtils</th> +<th>Line</th></tr> +<tr class="b"> +<td>As of 3.1.0, please use method {@link #loadOptionalProperties(java.net.URL)}. This method should not be used as it suppresses exceptions silently when loading properties fails and returns {@code null} instead of an empty {@code Properties} instance when the given {@code URL} is {@code null}.</td> +<td><a href="./xref/org/apache/maven/shared/utils/PropertyUtils.html#53">53</a></td></tr> +<tr class="a"> +<td>As of 3.1.0, please use method {@link #loadOptionalProperties(java.io.File)}. This method should not be used as it suppresses exceptions silently when loading properties fails and returns {@code null} instead of an empty {@code Properties} instance when the given {@code File} is {@code null}.</td> +<td><a href="./xref/org/apache/maven/shared/utils/PropertyUtils.html#76">76</a></td></tr> +<tr class="b"> +<td>As of 3.1.0, please use method {@link #loadOptionalProperties(java.io.InputStream)}. This method should not be used as it suppresses exceptions silently when loading properties fails.</td> +<td><a href="./xref/org/apache/maven/shared/utils/PropertyUtils.html#99">99</a></td></tr></table></div> +<div class="section"> <h3><a name="FIXME_Work"></a><a name="tag_class_1">FIXME Work</a></h3> <p><b>Number of occurrences found in the code: 4</b></p> <table border="0" class="table table-striped"> @@ -416,7 +432,7 @@ <th>Line</th></tr> <tr class="b"> <td>I'm almost certain this // removal is unnecessary, as getAbsoluteFile() strips them. However, I'm not sure about this UNC stuff. (JT)</td> -<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#1079">1079</a></td></tr> +<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#1105">1105</a></td></tr> <tr class="a"> <th>org.apache.maven.shared.utils.io.MatchPattern</th> <th>Line</th></tr> @@ -447,16 +463,16 @@ <th>Line</th></tr> <tr class="a"> <td>Should an ignore list be passed in?</td> -<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#492">492</a></td></tr> +<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#500">500</a></td></tr> <tr class="b"> <td>Should a recurse flag be passed in? <p/> The given extensions should be like "java" and not like ".java"</td> -<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#493">493</a></td></tr> +<td><a href="./xref/org/apache/maven/shared/utils/io/FileUtils.html#501">501</a></td></tr> <tr class="a"> <th>org.apache.maven.shared.utils.io.FileUtilsTest</th> <th>Line</th></tr> <tr class="b"> <td>Maybe test copy to itself like for copyFile()</td> -<td><a href="./xref-test/org/apache/maven/shared/utils/io/FileUtilsTest.html#343">343</a></td></tr> +<td><a href="./xref-test/org/apache/maven/shared/utils/io/FileUtilsTest.html#347">347</a></td></tr> <tr class="a"> <th>org.apache.maven.shared.utils.io.SymlinkTestSetup</th> <th>Line</th></tr> @@ -480,10 +496,10 @@ <th>Line</th></tr> <tr class="b"> <td>Use these for something smart !</td> -<td><a href="./xref/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html#191">191</a></td></tr> +<td><a href="./xref/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html#197">197</a></td></tr> <tr class="a"> <td>Detecting tags that close immediately seem to be impossible in sax ? http://stackoverflow.com/questions/12968390/detecting-self-closing-tags-in-sax</td> -<td><a href="./xref/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html#220">220</a></td></tr> +<td><a href="./xref/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.html#226">226</a></td></tr> <tr class="b"> <th>org.apache.maven.shared.utils.xml.Xpp3DomBuilderTest</th> <th>Line</th></tr>
Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/team-list.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/team-list.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/team-list.html Sun Jul 17 07:36:02 2016 @@ -1,13 +1,13 @@ <!DOCTYPE html> <!-- - | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-05-29 + | Generated by Apache Maven Doxia Site Renderer 1.7.1 at 2016-07-17 | Rendered using Apache Maven Fluido Skin 1.5 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <meta name="Date-Revision-yyyymmdd" content="20160529" /> + <meta name="Date-Revision-yyyymmdd" content="20160717" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache Maven Shared Utils – Project Team</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5.min.css" /> @@ -40,12 +40,12 @@ <div class="container-fluid"> <div id="banner"> <div class="pull-left"> - <a href="http://www.apache.org/" id="bannerLeft"> - <img src="http://maven.apache.org/images/apache-maven-project.png" /> + <a href="https://www.apache.org/" id="bannerLeft"> + <img src="../../images/apache-maven-project.png" alt="Apache Maven Shared Utils"/> </a> </div> - <div class="pull-right"> <a href="http://maven.apache.org/" id="bannerRight"> - <img src="http://maven.apache.org/images/maven-logo-black-on-white.png" /> + <div class="pull-right"> <a href="../../" id="bannerRight"> + <img src="../../images/maven-logo-black-on-white.png" /> </a> </div> <div class="clear"><hr/></div> @@ -77,9 +77,9 @@ <li class="active ">Project Team</li> - <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-05-29</li> + <li id="publishDate" class="pull-right"><span class="divider">|</span> Last Published: 2016-07-17</li> <li id="projectVersion" class="pull-right"> - Version: 3.0.1 + Version: 3.1.0-SNAPSHOT </li> </ul> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-frame.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-frame.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-frame.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,16 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>All Classes (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <h1 class="bar">All Classes</h1> <div class="indexContainer"> <ul> +<li><a href="org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging" target="classFrame">AnsiMessageBufferTest</a></li> <li><a href="org/apache/maven/shared/utils/cli/shell/BourneShellTest.html" title="class in org.apache.maven.shared.utils.cli.shell" target="classFrame">BourneShellTest</a></li> <li><a href="org/apache/maven/shared/utils/CaseTest.html" title="class in org.apache.maven.shared.utils" target="classFrame">CaseTest</a></li> <li><a href="org/apache/maven/shared/utils/cli/CommandLineUtilsTest.html" title="class in org.apache.maven.shared.utils.cli" target="classFrame">CommandLineUtilsTest</a></li> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-noframe.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-noframe.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/allclasses-noframe.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,16 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>All Classes (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>All Classes (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <h1 class="bar">All Classes</h1> <div class="indexContainer"> <ul> +<li><a href="org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></li> <li><a href="org/apache/maven/shared/utils/cli/shell/BourneShellTest.html" title="class in org.apache.maven.shared.utils.cli.shell">BourneShellTest</a></li> <li><a href="org/apache/maven/shared/utils/CaseTest.html" title="class in org.apache.maven.shared.utils">CaseTest</a></li> <li><a href="org/apache/maven/shared/utils/cli/CommandLineUtilsTest.html" title="class in org.apache.maven.shared.utils.cli">CommandLineUtilsTest</a></li> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/constant-values.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/constant-values.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/constant-values.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Constant Field Values (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Constant Field Values (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Constant Field Values (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Constant Field Values (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/deprecated-list.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/deprecated-list.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/deprecated-list.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Deprecated List (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Deprecated List (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Deprecated List (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Deprecated List (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/help-doc.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/help-doc.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/help-doc.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>API Help (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>API Help (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="API Help (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="API Help (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index-all.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index-all.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index-all.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Index (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Index (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Index (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> @@ -72,6 +72,10 @@ <dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/xml/PrettyPrintXmlWriterTest.html#after()">after()</a></span> - Method in class org.apache.maven.shared.utils.xml.<a href="./org/apache/maven/shared/utils/xml/PrettyPrintXmlWriterTest.html" title="class in org.apache.maven.shared.utils.xml">PrettyPrintXmlWriterTest</a></dt> <dd> </dd> +<dt><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging"><span class="strong">AnsiMessageBufferTest</span></a> - Class in <a href="./org/apache/maven/shared/utils/logging/package-summary.html">org.apache.maven.shared.utils.logging</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#AnsiMessageBufferTest()">AnsiMessageBufferTest()</a></span> - Constructor for class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/xml/Xpp3DomBuilderTest.html#attributeEscaping()">attributeEscaping()</a></span> - Method in class org.apache.maven.shared.utils.xml.<a href="./org/apache/maven/shared/utils/xml/Xpp3DomBuilderTest.html" title="class in org.apache.maven.shared.utils.xml">Xpp3DomBuilderTest</a></dt> <dd> </dd> </dl> @@ -1065,6 +1069,8 @@ </a> <h2 class="title">I</h2> <dl> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#initializeAnsiMessageBuffer()">initializeAnsiMessageBuffer()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/reflection/ReflectorTest.html#invokeNullEmptyEmpty()">invokeNullEmptyEmpty()</a></span> - Method in class org.apache.maven.shared.utils.reflection.<a href="./org/apache/maven/shared/utils/reflection/ReflectorTest.html" title="class in org.apache.maven.shared.utils.reflection">ReflectorTest</a></dt> <dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/reflection/ReflectorTest.html#invokeNullEmptyNull()">invokeNullEmptyNull()</a></span> - Method in class org.apache.maven.shared.utils.reflection.<a href="./org/apache/maven/shared/utils/reflection/ReflectorTest.html" title="class in org.apache.maven.shared.utils.reflection">ReflectorTest</a></dt> @@ -1165,6 +1171,12 @@ <dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadNullURL()">loadNullURL()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> <dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullFile()">loadOptionalNullFile()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullInputStream()">loadOptionalNullInputStream()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullURL()">loadOptionalNullURL()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> +<dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidFile()">loadValidFile()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> <dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidInputStream()">loadValidInputStream()</a></span> - Method in class org.apache.maven.shared.utils.<a href="./org/apache/maven/shared/utils/PropertyUtilsTest.html" title="class in org.apache.maven.shared.utils">PropertyUtilsTest</a></dt> @@ -1265,6 +1277,8 @@ <dd> </dd> <dt><a href="./org/apache/maven/shared/utils/io/package-summary.html">org.apache.maven.shared.utils.io</a> - package org.apache.maven.shared.utils.io</dt> <dd> </dd> +<dt><a href="./org/apache/maven/shared/utils/logging/package-summary.html">org.apache.maven.shared.utils.logging</a> - package org.apache.maven.shared.utils.logging</dt> +<dd> </dd> <dt><a href="./org/apache/maven/shared/utils/reflection/package-summary.html">org.apache.maven.shared.utils.reflection</a> - package org.apache.maven.shared.utils.reflection</dt> <dd> </dd> <dt><a href="./org/apache/maven/shared/utils/testhelpers/package-summary.html">org.apache.maven.shared.utils.testhelpers</a> - package org.apache.maven.shared.utils.testhelpers</dt> @@ -1405,6 +1419,36 @@ <dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/introspection/ReflectionValueExtractorTest.Project.html#setVersion(java.lang.String)">setVersion(String)</a></span> - Method in class org.apache.maven.shared.utils.introspection.<a href="./org/apache/maven/shared/utils/introspection/ReflectionValueExtractorTest.Project.html" title="class in org.apache.maven.shared.utils.introspection">ReflectionValueExtractorTest.Project</a></dt> <dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_debug()">should_color_debug()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_error()">should_color_error()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_failure()">should_color_failure()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_failure_and_reset()">should_color_failure_and_reset()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_info()">should_color_info()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_mojo()">should_color_mojo()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_mojo_and_reset()">should_color_mojo_and_reset()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_project()">should_color_project()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_project_and_reset()">should_color_project_and_reset()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_strong()">should_color_strong()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_strong_and_reset()">should_color_strong_and_reset()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_success()">should_color_success()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_success_with_message()">should_color_success_with_message()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_warning()">should_color_warning()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> +<dt><span class="strong"><a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html#should_color_warning_and_reset()">should_color_warning_and_reset()</a></span> - Method in class org.apache.maven.shared.utils.logging.<a href="./org/apache/maven/shared/utils/logging/AnsiMessageBufferTest.html" title="class in org.apache.maven.shared.utils.logging">AnsiMessageBufferTest</a></dt> +<dd> </dd> <dt><span class="strong"><a href="./org/apache/maven/shared/utils/io/FileUtilsTest.html#sizeOfDirectory()">sizeOfDirectory()</a></span> - Method in class org.apache.maven.shared.utils.io.<a href="./org/apache/maven/shared/utils/io/FileUtilsTest.html" title="class in org.apache.maven.shared.utils.io">FileUtilsTest</a></dt> <dd> </dd> <dt><a href="./org/apache/maven/shared/utils/StringUtilsTest.html" title="class in org.apache.maven.shared.utils"><span class="strong">StringUtilsTest</span></a> - Class in <a href="./org/apache/maven/shared/utils/package-summary.html">org.apache.maven.shared.utils</a></dt> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/index.html Sun Jul 17 07:36:02 2016 @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Apache Maven Shared Utils 3.0.1 Test API</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API</title> <script type="text/javascript"> targetPage = "" + window.location.search; if (targetPage != "" && targetPage != "undefined") Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/CaseTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/CaseTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/CaseTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CaseTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>CaseTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CaseTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="CaseTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/ExpandTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/ExpandTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/ExpandTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>ExpandTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ExpandTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="ExpandTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="ExpandTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/OsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/OsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/OsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>OsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>OsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="OsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="OsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PathToolTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PathToolTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PathToolTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PathToolTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>PathToolTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PathToolTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="PathToolTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PropertyUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PropertyUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/PropertyUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>PropertyUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>PropertyUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="PropertyUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="PropertyUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> @@ -177,14 +177,26 @@ extends <a href="http://docs.oracle.com/ </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidFile()">loadValidFile</a></strong>()</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullFile()">loadOptionalNullFile</a></strong>()</code> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> -<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidInputStream()">loadValidInputStream</a></strong>()</code> </td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullInputStream()">loadOptionalNullInputStream</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadOptionalNullURL()">loadOptionalNullURL</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidFile()">loadValidFile</a></strong>()</code> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidInputStream()">loadValidInputStream</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/shared/utils/PropertyUtilsTest.html#loadValidURL()">loadValidURL</a></strong>()</code> </td> </tr> </table> @@ -255,6 +267,18 @@ extends <a href="http://docs.oracle.com/ <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> +<a name="loadOptionalNullInputStream()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadOptionalNullInputStream</h4> +<pre>public void loadOptionalNullInputStream() + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> +</li> +</ul> <a name="loadNullURL()"> <!-- --> </a> @@ -267,6 +291,18 @@ extends <a href="http://docs.oracle.com/ <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> </ul> +<a name="loadOptionalNullURL()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadOptionalNullURL</h4> +<pre>public void loadOptionalNullURL() + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> +</li> +</ul> <a name="loadNullFile()"> <!-- --> </a> @@ -278,6 +314,18 @@ extends <a href="http://docs.oracle.com/ <dl><dt><span class="strong">Throws:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> </li> +</ul> +<a name="loadOptionalNullFile()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>loadOptionalNullFile</h4> +<pre>public void loadOptionalNullFile() + throws <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<dl><dt><span class="strong">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl> +</li> </ul> <a name="loadEmptyInputStream()"> <!-- --> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/StringUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/StringUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/StringUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>StringUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>StringUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="StringUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="StringUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/XmlStreamReaderTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/XmlStreamReaderTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/XmlStreamReaderTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>XmlStreamReaderTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>XmlStreamReaderTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="XmlStreamReaderTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="XmlStreamReaderTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/CaseTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/CaseTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/CaseTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.CaseTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.CaseTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.CaseTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.CaseTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/ExpandTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/ExpandTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/ExpandTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.ExpandTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.ExpandTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.ExpandTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.ExpandTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/OsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/OsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/OsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.OsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.OsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.OsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.OsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PathToolTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PathToolTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PathToolTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.PathToolTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.PathToolTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.PathToolTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.PathToolTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PropertyUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PropertyUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/PropertyUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.PropertyUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.PropertyUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.PropertyUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.PropertyUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/StringUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/StringUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/StringUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.StringUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.StringUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.StringUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.StringUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/XmlStreamReaderTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/XmlStreamReaderTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/class-use/XmlStreamReaderTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.XmlStreamReaderTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.XmlStreamReaderTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.XmlStreamReaderTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.XmlStreamReaderTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/CommandLineUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>CommandLineUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>CommandLineUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="CommandLineUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="CommandLineUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtilsTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtilsTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/class-use/CommandLineUtilsTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtilsTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.CommandLineUtilsTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-frame.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-frame.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-frame.html Sun Jul 17 07:36:02 2016 @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-summary.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-summary.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-summary.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-tree.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-tree.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-tree.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.cli Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-use.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-use.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/package-use.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Package org.apache.maven.shared.utils.cli (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/BourneShellTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/BourneShellTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/BourneShellTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>BourneShellTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>BourneShellTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="BourneShellTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="BourneShellTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShellTest.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShellTest.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/class-use/BourneShellTest.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShellTest (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShellTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShellTest (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.cli.shell.BourneShellTest (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-frame.html Sun Jul 17 07:36:02 2016 @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-summary.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-tree.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.cli.shell Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-use.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-use.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/cli/shell/package-use.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Package org.apache.maven.shared.utils.cli.shell (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestException.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestException.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestException.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TestException (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>TestException (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="TestException (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="TestException (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestExceptionWithDetail.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestExceptionWithDetail.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/TestExceptionWithDetail.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>TestExceptionWithDetail (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>TestExceptionWithDetail (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="TestExceptionWithDetail (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="TestExceptionWithDetail (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestException.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestException.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestException.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.exceptionutils.TestException (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.exceptionutils.TestException (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.exceptionutils.TestException (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.exceptionutils.TestException (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestExceptionWithDetail.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestExceptionWithDetail.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/class-use/TestExceptionWithDetail.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Uses of Class org.apache.maven.shared.utils.exceptionutils.TestExceptionWithDetail (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.utils.exceptionutils.TestExceptionWithDetail (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.maven.shared.utils.exceptionutils.TestExceptionWithDetail (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="Uses of Class org.apache.maven.shared.utils.exceptionutils.TestExceptionWithDetail (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-frame.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-frame.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-frame.html Sun Jul 17 07:36:02 2016 @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-summary.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-summary.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-summary.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.exceptionutils (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script> Modified: websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-tree.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-tree.html (original) +++ websites/production/maven/components/shared-archives/maven-shared-utils-LATEST/testapidocs/org/apache/maven/shared/utils/exceptionutils/package-tree.html Sun Jul 17 07:36:02 2016 @@ -1,15 +1,15 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> -<html lang="en"> +<html lang="fr"> <head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.maven.shared.utils.exceptionutils Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)</title> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>org.apache.maven.shared.utils.exceptionutils Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.maven.shared.utils.exceptionutils Class Hierarchy (Apache Maven Shared Utils 3.0.1 Test API)"; + parent.document.title="org.apache.maven.shared.utils.exceptionutils Class Hierarchy (Apache Maven Shared Utils 3.1.0-SNAPSHOT Test API)"; } //--> </script>
