You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2015/05/31 22:51:08 UTC

svn commit: r953343 [2/39] - in /websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/war/ apidocs/org/apache/maven/plugin/war/class-use/ apidocs/org/apache/maven/plugin/war/overlay/...

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/AbstractWarMojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/AbstractWarMojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/AbstractWarMojo.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>AbstractWarMojo (Apache Maven WAR Plugin 2.6 API)</title>
+<title>AbstractWarMojo (Apache Maven WAR Plugin 2.7-SNAPSHOT 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="AbstractWarMojo (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="AbstractWarMojo (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
@@ -132,7 +132,7 @@ extends <a href="http://maven.apache.org
 <th class="colLast" scope="col">Field and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#escapeString">escapeString</a></strong></code>
 <div class="block">Expression preceded with this String won't be interpolated.</div>
 </td>
@@ -182,12 +182,12 @@ extends <a href="http://maven.apache.org
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#buildExplodedWebapp(java.io.File)">buildExplodedWebapp</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#buildExplodedWebapp(java.io.File)">buildExplodedWebapp</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#buildWebapp(org.apache.maven.project.MavenProject, java.io.File)">buildWebapp</a></strong>(<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
-           <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)</code>
+           <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)</code>
 <div class="block">Builds the webapp for the specified project with the new packaging task thingy
  <p/>
  Classes, libraries and tld files are copied to the <tt>webappDirectory</tt> during this phase.</div>
@@ -202,15 +202,15 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getArtifactFactory()">getArtifactFactory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getCacheFile()">getCacheFile</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getClassesDirectory()">getClassesDirectory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getContainerConfigXML()">getContainerConfigXML</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -218,29 +218,29 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getCurrentProjectOverlay()">getCurrentProjectOverlay</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getDependentWarExcludes()">getDependentWarExcludes</a></strong>()</code>
 <div class="block">Returns a string array of the excludes to be used when adding dependent WAR as an overlay onto this WAR.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getDependentWarIncludes()">getDependentWarIncludes</a></strong>()</code>
 <div class="block">Returns a string array of the includes to be used when adding dependent WARs as an overlay onto this WAR.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getExcludes()">getExcludes</a></strong>()</code>
 <div class="block">Returns a string array of the excludes to be used when copying the content of the WAR source directory.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getFilters()">getFilters</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
+<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getIncludes()">getIncludes</a></strong>()</code>
 <div class="block">Returns a string array of the includes to be used when assembling/copying the WAR.</div>
 </td>
@@ -250,15 +250,15 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getJarArchiver()">getJarArchiver</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getNonFilteredFileExtensions()">getNonFilteredFileExtensions</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getOutputFileNameMapping()">getOutputFileNameMapping</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;</code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getOverlays()">getOverlays</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -270,19 +270,19 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getSession()">getSession</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWarSourceDirectory()">getWarSourceDirectory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWarSourceExcludes()">getWarSourceExcludes</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWarSourceIncludes()">getWarSourceIncludes</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWebappDirectory()">getWebappDirectory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
@@ -290,11 +290,11 @@ extends <a href="http://maven.apache.org
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWebResources()">getWebResources</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWebXml()">getWebXml</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#getWorkDirectory()">getWorkDirectory</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -323,19 +323,19 @@ extends <a href="http://maven.apache.org
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setCacheFile(java.io.File)">setCacheFile</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;cacheFile)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setCacheFile(java.io.File)">setCacheFile</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;cacheFile)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setClassesDirectory(java.io.File)">setClassesDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setClassesDirectory(java.io.File)">setClassesDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setContainerConfigXML(java.io.File)">setContainerConfigXML</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;containerConfigXML)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setContainerConfigXML(java.io.File)">setContainerConfigXML</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;containerConfigXML)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setFilters(java.util.List)">setFilters</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setFilters(java.util.List)">setFilters</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -343,15 +343,15 @@ extends <a href="http://maven.apache.org
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setNonFilteredFileExtensions(java.util.List)">setNonFilteredFileExtensions</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setNonFilteredFileExtensions(java.util.List)">setNonFilteredFileExtensions</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setOutputFileNameMapping(java.lang.String)">setOutputFileNameMapping</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFileNameMapping)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setOutputFileNameMapping(java.lang.String)">setOutputFileNameMapping</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFileNameMapping)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setOverlays(java.util.List)">setOverlays</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;overlays)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setOverlays(java.util.List)">setOverlays</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;overlays)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -363,19 +363,19 @@ extends <a href="http://maven.apache.org
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceDirectory(java.io.File)">setWarSourceDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;warSourceDirectory)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceDirectory(java.io.File)">setWarSourceDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;warSourceDirectory)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceExcludes(java.lang.String)">setWarSourceExcludes</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceExcludes)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceExcludes(java.lang.String)">setWarSourceExcludes</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceExcludes)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceIncludes(java.lang.String)">setWarSourceIncludes</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceIncludes)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWarSourceIncludes(java.lang.String)">setWarSourceIncludes</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceIncludes)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWebappDirectory(java.io.File)">setWebappDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWebappDirectory(java.io.File)">setWebappDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
@@ -383,11 +383,11 @@ extends <a href="http://maven.apache.org
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWebXml(java.io.File)">setWebXml</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webXml)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWebXml(java.io.File)">setWebXml</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webXml)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWorkDirectory(java.io.File)">setWorkDirectory</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workDirectory)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#setWorkDirectory(java.io.File)">setWorkDirectory</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workDirectory)</code>&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -401,8 +401,8 @@ extends <a href="http://maven.apache.org
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_org.apache.maven.plugin.Mojo">
@@ -432,7 +432,7 @@ extends <a href="http://maven.apache.org
 <li class="blockList">
 <h4>escapeString</h4>
 <pre><a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true" title="class or interface in org.apache.maven.plugins.annotations">@Parameter</a>(<a href="http://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html?is-external=true#property()" title="class or interface in org.apache.maven.plugins.annotations">property</a>="maven.war.escapeString")
-protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> escapeString</pre>
+protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> escapeString</pre>
 <div class="block">Expression preceded with this String won't be interpolated. <code>\${foo}</code> will be replaced with
  <code>${foo}</code>.</div>
 <dl><dt><span class="strong">Since:</span></dt>
@@ -480,7 +480,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getExcludes</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getExcludes()</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getExcludes()</pre>
 <div class="block">Returns a string array of the excludes to be used when copying the content of the WAR source directory.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an array of tokens to exclude</dd></dl>
 </li>
@@ -491,7 +491,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getIncludes</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getIncludes()</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getIncludes()</pre>
 <div class="block">Returns a string array of the includes to be used when assembling/copying the WAR.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an array of tokens to include</dd></dl>
 </li>
@@ -502,7 +502,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getDependentWarExcludes</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getDependentWarExcludes()</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getDependentWarExcludes()</pre>
 <div class="block">Returns a string array of the excludes to be used when adding dependent WAR as an overlay onto this WAR.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an array of tokens to exclude</dd></dl>
 </li>
@@ -513,7 +513,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getDependentWarIncludes</h4>
-<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getDependentWarIncludes()</pre>
+<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getDependentWarIncludes()</pre>
 <div class="block">Returns a string array of the includes to be used when adding dependent WARs as an overlay onto this WAR.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>an array of tokens to include</dd></dl>
 </li>
@@ -524,7 +524,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>buildExplodedWebapp</h4>
-<pre>public&nbsp;void&nbsp;buildExplodedWebapp(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)
+<pre>public&nbsp;void&nbsp;buildExplodedWebapp(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)
                          throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
                                 <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>webapplicationDirectory</code> - The web application directory.</dd>
@@ -540,10 +540,10 @@ protected&nbsp;<a href="http://docs.orac
 <li class="blockList">
 <h4>buildWebapp</h4>
 <pre>public&nbsp;void&nbsp;buildWebapp(<a href="http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true" title="class or interface in org.apache.maven.project">MavenProject</a>&nbsp;mavenProject,
-               <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)
+               <a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webapplicationDirectory)
                  throws <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a>,
                         <a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a>,
-                        <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
+                        <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
 <div class="block">Builds the webapp for the specified project with the new packaging task thingy
  <p/>
  Classes, libraries and tld files are copied to the <tt>webappDirectory</tt> during this phase.</div>
@@ -551,7 +551,7 @@ protected&nbsp;<a href="http://docs.orac
 <dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoExecutionException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoExecutionException</a></code> - if an error occurred while packaging the webapp</dd>
 <dd><code><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/MojoFailureException.html?is-external=true" title="class or interface in org.apache.maven.plugin">MojoFailureException</a></code> - if an unexpected error occurred while packaging the webapp</dd>
-<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurred while copying the files</dd></dl>
+<dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - if an error occurred while copying the files</dd></dl>
 </li>
 </ul>
 <a name="getProject()">
@@ -580,7 +580,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getClassesDirectory</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getClassesDirectory()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getClassesDirectory()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>the classes directory.</dd></dl>
 </li>
 </ul>
@@ -590,7 +590,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setClassesDirectory</h4>
-<pre>public&nbsp;void&nbsp;setClassesDirectory(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory)</pre>
+<pre>public&nbsp;void&nbsp;setClassesDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;classesDirectory)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>classesDirectory</code> - The classes directory to be set.</dd></dl>
 </li>
 </ul>
@@ -600,7 +600,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWebappDirectory</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWebappDirectory()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWebappDirectory()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#webappDirectory"><code>webappDirectory</code></a></dd></dl>
 </li>
 </ul>
@@ -610,7 +610,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWebappDirectory</h4>
-<pre>public&nbsp;void&nbsp;setWebappDirectory(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</pre>
+<pre>public&nbsp;void&nbsp;setWebappDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webappDirectory)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>webappDirectory</code> - The web application directory.</dd></dl>
 </li>
 </ul>
@@ -620,7 +620,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWarSourceDirectory</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWarSourceDirectory()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWarSourceDirectory()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceDirectory"><code>warSourceDirectory</code></a></dd></dl>
 </li>
 </ul>
@@ -630,7 +630,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWarSourceDirectory</h4>
-<pre>public&nbsp;void&nbsp;setWarSourceDirectory(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;warSourceDirectory)</pre>
+<pre>public&nbsp;void&nbsp;setWarSourceDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;warSourceDirectory)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>warSourceDirectory</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceDirectory"><code>warSourceDirectory</code></a></dd></dl>
 </li>
 </ul>
@@ -640,7 +640,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWebXml</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWebXml()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWebXml()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#webXml"><code>webXml</code></a></dd></dl>
 </li>
 </ul>
@@ -650,7 +650,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWebXml</h4>
-<pre>public&nbsp;void&nbsp;setWebXml(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webXml)</pre>
+<pre>public&nbsp;void&nbsp;setWebXml(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;webXml)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>webXml</code> - The <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#webXml"><code>webXml</code></a></dd></dl>
 </li>
 </ul>
@@ -660,7 +660,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getContainerConfigXML</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getContainerConfigXML()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getContainerConfigXML()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#containerConfigXML"><code>containerConfigXML</code></a></dd></dl>
 </li>
 </ul>
@@ -670,7 +670,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setContainerConfigXML</h4>
-<pre>public&nbsp;void&nbsp;setContainerConfigXML(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;containerConfigXML)</pre>
+<pre>public&nbsp;void&nbsp;setContainerConfigXML(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;containerConfigXML)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>containerConfigXML</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#containerConfigXML"><code>containerConfigXML</code></a></dd></dl>
 </li>
 </ul>
@@ -680,7 +680,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getOutputFileNameMapping</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOutputFileNameMapping()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getOutputFileNameMapping()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#outputFileNameMapping"><code>outputFileNameMapping</code></a></dd></dl>
 </li>
 </ul>
@@ -690,7 +690,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setOutputFileNameMapping</h4>
-<pre>public&nbsp;void&nbsp;setOutputFileNameMapping(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFileNameMapping)</pre>
+<pre>public&nbsp;void&nbsp;setOutputFileNameMapping(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;outputFileNameMapping)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>outputFileNameMapping</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#outputFileNameMapping"><code>outputFileNameMapping</code></a></dd></dl>
 </li>
 </ul>
@@ -700,7 +700,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getOverlays</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;getOverlays()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;getOverlays()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#overlays"><code>overlays</code></a></dd></dl>
 </li>
 </ul>
@@ -710,7 +710,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setOverlays</h4>
-<pre>public&nbsp;void&nbsp;setOverlays(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;overlays)</pre>
+<pre>public&nbsp;void&nbsp;setOverlays(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/maven/plugin/war/Overlay.html" title="class in org.apache.maven.plugin.war">Overlay</a>&gt;&nbsp;overlays)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>overlays</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#overlays"><code>overlays</code></a></dd></dl>
 </li>
 </ul>
@@ -790,7 +790,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getFilters</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getFilters()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getFilters()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#filters"><code>filters</code></a></dd></dl>
 </li>
 </ul>
@@ -800,7 +800,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setFilters</h4>
-<pre>public&nbsp;void&nbsp;setFilters(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters)</pre>
+<pre>public&nbsp;void&nbsp;setFilters(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;filters)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>filters</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#filters"><code>filters</code></a></dd></dl>
 </li>
 </ul>
@@ -810,7 +810,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWorkDirectory</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWorkDirectory()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getWorkDirectory()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#workDirectory"><code>workDirectory</code></a></dd></dl>
 </li>
 </ul>
@@ -820,7 +820,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWorkDirectory</h4>
-<pre>public&nbsp;void&nbsp;setWorkDirectory(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workDirectory)</pre>
+<pre>public&nbsp;void&nbsp;setWorkDirectory(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;workDirectory)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>workDirectory</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#workDirectory"><code>workDirectory</code></a></dd></dl>
 </li>
 </ul>
@@ -830,7 +830,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getCacheFile</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getCacheFile()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;getCacheFile()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#cacheFile"><code>cacheFile</code></a></dd></dl>
 </li>
 </ul>
@@ -840,7 +840,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setCacheFile</h4>
-<pre>public&nbsp;void&nbsp;setCacheFile(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;cacheFile)</pre>
+<pre>public&nbsp;void&nbsp;setCacheFile(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io">File</a>&nbsp;cacheFile)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>cacheFile</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#cacheFile"><code>cacheFile</code></a></dd></dl>
 </li>
 </ul>
@@ -850,7 +850,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWarSourceIncludes</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWarSourceIncludes()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWarSourceIncludes()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceIncludes"><code>warSourceIncludes</code></a></dd></dl>
 </li>
 </ul>
@@ -860,7 +860,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWarSourceIncludes</h4>
-<pre>public&nbsp;void&nbsp;setWarSourceIncludes(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceIncludes)</pre>
+<pre>public&nbsp;void&nbsp;setWarSourceIncludes(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceIncludes)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>warSourceIncludes</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceIncludes"><code>warSourceIncludes</code></a></dd></dl>
 </li>
 </ul>
@@ -870,7 +870,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getWarSourceExcludes</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWarSourceExcludes()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getWarSourceExcludes()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceExcludes"><code>warSourceExcludes</code></a></dd></dl>
 </li>
 </ul>
@@ -880,7 +880,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setWarSourceExcludes</h4>
-<pre>public&nbsp;void&nbsp;setWarSourceExcludes(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceExcludes)</pre>
+<pre>public&nbsp;void&nbsp;setWarSourceExcludes(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;warSourceExcludes)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>warSourceExcludes</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#warSourceExcludes"><code>warSourceExcludes</code></a></dd></dl>
 </li>
 </ul>
@@ -920,7 +920,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>getNonFilteredFileExtensions</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getNonFilteredFileExtensions()</pre>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;getNonFilteredFileExtensions()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#nonFilteredFileExtensions"><code>nonFilteredFileExtensions</code></a></dd></dl>
 </li>
 </ul>
@@ -930,7 +930,7 @@ protected&nbsp;<a href="http://docs.orac
 <ul class="blockList">
 <li class="blockList">
 <h4>setNonFilteredFileExtensions</h4>
-<pre>public&nbsp;void&nbsp;setNonFilteredFileExtensions(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</pre>
+<pre>public&nbsp;void&nbsp;setNonFilteredFileExtensions(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;nonFilteredFileExtensions)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>nonFilteredFileExtensions</code> - <a href="../../../../../org/apache/maven/plugin/war/AbstractWarMojo.html#nonFilteredFileExtensions"><code>nonFilteredFileExtensions</code></a></dd></dl>
 </li>
 </ul>

Modified: websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/HelpMojo.html
==============================================================================
--- websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/HelpMojo.html (original)
+++ websites/production/maven/components/plugins-archives/maven-war-plugin-LATEST/apidocs/org/apache/maven/plugin/war/HelpMojo.html Sun May 31 20:51:05 2015
@@ -3,13 +3,13 @@
 <html lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
-<title>HelpMojo (Apache Maven WAR Plugin 2.6 API)</title>
+<title>HelpMojo (Apache Maven WAR Plugin 2.7-SNAPSHOT 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="HelpMojo (Apache Maven WAR Plugin 2.6 API)";
+        parent.document.title="HelpMojo (Apache Maven WAR Plugin 2.7-SNAPSHOT API)";
     }
 //-->
 </script>
@@ -83,7 +83,7 @@
 </div>
 <div class="contentContainer">
 <ul class="inheritance">
-<li><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
+<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
 <li>
 <ul class="inheritance">
 <li><a href="http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true" title="class or interface in org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo</a></li>
@@ -179,8 +179,8 @@ extends <a href="http://maven.apache.org
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
 <!--   -->
 </a>
-<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/jav
 ase/1.5.0/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
+<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>