Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,274 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>ManifestExposer (Apache Maven JAR Utilities 1.2 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="ManifestExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ManifestExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/JarClassesExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html" target="_top">Frames</a></li> +<li><a href="ManifestExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.shared.jar.identification.exposers</div> +<h2 title="Class ManifestExposer" class="title">Class ManifestExposer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.shared.jar.identification.exposers.ManifestExposer</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">ManifestExposer</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></pre> +<div class="block">Exposer that examines a JAR's manifest to derive Maven metadata.</div> +<dl><DT><B>Plexus component:</B></DT><DD><TABLE CELLPADDING="2" CELLSPACING="0"><TR><TD><DL><DT><B>role:</B></DT><DD>"org.apache.maven.shared.jar.identification.JarIdentificationExposer"</DD><DT><B>role-hint:</B></DT><DD>"manifest"</DD></DL></TD></TR></TABLE></DD></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html#ManifestExposer()">ManifestExposer</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</code> +<div class="block">Expose metadata during the identification process.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="ManifestExposer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>ManifestExposer</h4> +<pre>public ManifestExposer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="expose(org.apache.maven.shared.jar.identification.JarIdentification, org.apache.maven.shared.jar.JarAnalyzer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>expose</h4> +<pre>public void expose(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">JarIdentificationExposer</a></code></strong></div> +<div class="block">Expose metadata during the identification process.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></code> in interface <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>identification</code> - the identification record to populate with the exposed metadata</dd><dd><code>jarAnalyzer</code> - the JAR to obtain the information from. Should be treated as read only, with the exception + of caching the metadata if it would be identical when run over the same file again.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/ManifestExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/JarClassesExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html" target="_top">Frames</a></li> +<li><a href="ManifestExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file
Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,332 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>RepositorySearchExposer (Apache Maven JAR Utilities 1.2 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="RepositorySearchExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RepositorySearchExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" target="_top">Frames</a></li> +<li><a href="RepositorySearchExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.shared.jar.identification.exposers</div> +<h2 title="Class RepositorySearchExposer" class="title">Class RepositorySearchExposer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.codehaus.plexus.logging.AbstractLogEnabled</li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.shared.jar.identification.exposers.RepositorySearchExposer</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>, org.codehaus.plexus.logging.LogEnabled</dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">RepositorySearchExposer</span> +extends org.codehaus.plexus.logging.AbstractLogEnabled +implements <a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></pre> +<div class="block">Exposer that examines a Maven repository for identical files to the JAR being analyzed. It will look for both + identical files, and files with identical classes. + <p/> + Note: if not using Plexus, you must call the following methods to be able to expose any data from the class: + <a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setBytecodeHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)"><code>setBytecodeHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)</code></a>, + <a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setFileHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)"><code>setFileHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)</code></a>, + <a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setRepositoryHashSearch(org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch)"><code>setRepositoryHashSearch(org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch)</code></a></div> +<dl><DT><B>Plexus component:</B></DT><DD><TABLE CELLPADDING="2" CELLSPACING="0"><TR><TD><DL><DT><B>role:</B></DT><DD>"org.apache.maven.shared.jar.identification.JarIdentificationExposer" +</DD><DT><B>role-hint:</B></DT><DD>"repositorySearch"</DD></DL></TD></TR></TABLE></DD></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#RepositorySearchExposer()">RepositorySearchExposer</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</code> +<div class="block">Expose metadata during the identification process.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setBytecodeHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)">setBytecodeHashAnalyzer</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/hash/JarHashAnalyzer.html" title="interface in org.apache.maven.shared.jar.identification.hash">JarHashAnalyzer</a> bytecodeHashAnalyzer)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setFileHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)">setFileHashAnalyzer</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/hash/JarHashAnalyzer.html" title="interface in org.apache.maven.shared.jar.identification.hash">JarHashAnalyzer</a> fileHashAnalyzer)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#setRepositoryHashSearch(org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch)">setRepositoryHashSearch</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/repository/RepositoryHashSearch.html" title="interface in org.apache.maven.shared.jar.identification.repository">RepositoryHashSearch</a> repo)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.plexus.logging.AbstractLogEnabled"> +<!-- --> +</a> +<h3>Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled</h3> +<code>enableLogging, getLogger, setupLogger, setupLogger, setupLogger</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="RepositorySearchExposer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>RepositorySearchExposer</h4> +<pre>public RepositorySearchExposer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="expose(org.apache.maven.shared.jar.identification.JarIdentification, org.apache.maven.shared.jar.JarAnalyzer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>expose</h4> +<pre>public void expose(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">JarIdentificationExposer</a></code></strong></div> +<div class="block">Expose metadata during the identification process.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></code> in interface <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>identification</code> - the identification record to populate with the exposed metadata</dd><dd><code>jarAnalyzer</code> - the JAR to obtain the information from. Should be treated as read only, with the exception + of caching the metadata if it would be identical when run over the same file again.</dd></dl> +</li> +</ul> +<a name="setRepositoryHashSearch(org.apache.maven.shared.jar.identification.repository.RepositoryHashSearch)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setRepositoryHashSearch</h4> +<pre>public void setRepositoryHashSearch(<a href="../../../../../../../org/apache/maven/shared/jar/identification/repository/RepositoryHashSearch.html" title="interface in org.apache.maven.shared.jar.identification.repository">RepositoryHashSearch</a> repo)</pre> +</li> +</ul> +<a name="setFileHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFileHashAnalyzer</h4> +<pre>public void setFileHashAnalyzer(<a href="../../../../../../../org/apache/maven/shared/jar/identification/hash/JarHashAnalyzer.html" title="interface in org.apache.maven.shared.jar.identification.hash">JarHashAnalyzer</a> fileHashAnalyzer)</pre> +</li> +</ul> +<a name="setBytecodeHashAnalyzer(org.apache.maven.shared.jar.identification.hash.JarHashAnalyzer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>setBytecodeHashAnalyzer</h4> +<pre>public void setBytecodeHashAnalyzer(<a href="../../../../../../../org/apache/maven/shared/jar/identification/hash/JarHashAnalyzer.html" title="interface in org.apache.maven.shared.jar.identification.hash">JarHashAnalyzer</a> bytecodeHashAnalyzer)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/RepositorySearchExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" target="_top">Frames</a></li> +<li><a href="RepositorySearchExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,276 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>StaticMainOutputExposer (Apache Maven JAR Utilities 1.2 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="StaticMainOutputExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/StaticMainOutputExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" target="_top">Frames</a></li> +<li><a href="StaticMainOutputExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.shared.jar.identification.exposers</div> +<h2 title="Class StaticMainOutputExposer" class="title">Class StaticMainOutputExposer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.shared.jar.identification.exposers.StaticMainOutputExposer</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">StaticMainOutputExposer</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></pre> +<div class="block">Exposer that examines a a JAR for classes that have <code>Version</code> in the name and calls their + <code>main</code> method if it exists to obtain the version.</div> +<dl><DT><B>Plexus component:</B></DT><DD><TABLE CELLPADDING="2" CELLSPACING="0"><TR><TD><DL><DT><B>role:</B></DT><DD>"org.apache.maven.shared.jar.identification.JarIdentificationExposer" +</DD><DT><B>role-hint:</B></DT><DD>"staticMainOutput"</DD></DL></TD></TR></TABLE></DD></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html#StaticMainOutputExposer()">StaticMainOutputExposer</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</code> +<div class="block">Expose metadata during the identification process.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="StaticMainOutputExposer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>StaticMainOutputExposer</h4> +<pre>public StaticMainOutputExposer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="expose(org.apache.maven.shared.jar.identification.JarIdentification, org.apache.maven.shared.jar.JarAnalyzer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>expose</h4> +<pre>public void expose(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">JarIdentificationExposer</a></code></strong></div> +<div class="block">Expose metadata during the identification process.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></code> in interface <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>identification</code> - the identification record to populate with the exposed metadata</dd><dd><code>jarAnalyzer</code> - the JAR to obtain the information from. Should be treated as read only, with the exception + of caching the metadata if it would be identical when run over the same file again.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/StaticMainOutputExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" target="_top">Frames</a></li> +<li><a href="StaticMainOutputExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,287 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>TextFileExposer (Apache Maven JAR Utilities 1.2 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="TextFileExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TextFileExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" target="_top">Frames</a></li> +<li><a href="TextFileExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.shared.jar.identification.exposers</div> +<h2 title="Class TextFileExposer" class="title">Class TextFileExposer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.codehaus.plexus.logging.AbstractLogEnabled</li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.shared.jar.identification.exposers.TextFileExposer</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>, org.codehaus.plexus.logging.LogEnabled</dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">TextFileExposer</span> +extends org.codehaus.plexus.logging.AbstractLogEnabled +implements <a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></pre> +<div class="block">Exposer that examines a a JAR for files that contain the text <code>version</code> (case-insensitive) and + adds the contents as potential version(s).</div> +<dl><DT><B>Plexus component:</B></DT><DD><TABLE CELLPADDING="2" CELLSPACING="0"><TR><TD><DL><DT><B>role:</B></DT><DD>"org.apache.maven.shared.jar.identification.JarIdentificationExposer"</DD><DT><B>role-hint:</B></DT><DD>"textFile"</DD></DL></TD></TR></TABLE></DD></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html#TextFileExposer()">TextFileExposer</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</code> +<div class="block">Expose metadata during the identification process.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_org.codehaus.plexus.logging.AbstractLogEnabled"> +<!-- --> +</a> +<h3>Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled</h3> +<code>enableLogging, getLogger, setupLogger, setupLogger, setupLogger</code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TextFileExposer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TextFileExposer</h4> +<pre>public TextFileExposer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="expose(org.apache.maven.shared.jar.identification.JarIdentification, org.apache.maven.shared.jar.JarAnalyzer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>expose</h4> +<pre>public void expose(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">JarIdentificationExposer</a></code></strong></div> +<div class="block">Expose metadata during the identification process.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></code> in interface <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>identification</code> - the identification record to populate with the exposed metadata</dd><dd><code>jarAnalyzer</code> - the JAR to obtain the information from. Should be treated as read only, with the exception + of caching the metadata if it would be identical when run over the same file again.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TextFileExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" target="_top">Frames</a></li> +<li><a href="TextFileExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,274 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>TimestampExposer (Apache Maven JAR Utilities 1.2 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="TimestampExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TimestampExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html" target="_top">Frames</a></li> +<li><a href="TimestampExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">org.apache.maven.shared.jar.identification.exposers</div> +<h2 title="Class TimestampExposer" class="title">Class TimestampExposer</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.maven.shared.jar.identification.exposers.TimestampExposer</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="strong">TimestampExposer</span> +extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> +implements <a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></pre> +<div class="block">Exposer that examines a a JAR and uses the most recent timestamp as a potential version.</div> +<dl><DT><B>Plexus component:</B></DT><DD><TABLE CELLPADDING="2" CELLSPACING="0"><TR><TD><DL><DT><B>role:</B></DT><DD>"org.apache.maven.shared.jar.identification.JarIdentificationExposer"</DD><DT><B>role-hint:</B></DT><DD>"timestamp"</DD></DL></TD></TR></TABLE></DD></dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html#TimestampExposer()">TimestampExposer</a></strong>()</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><strong><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></strong>(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</code> +<div class="block">Expose metadata during the identification process.</div> +</td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class 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,%20int)" title="class or interface in java.lang">wait</a></code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="TimestampExposer()"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>TimestampExposer</h4> +<pre>public TimestampExposer()</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="expose(org.apache.maven.shared.jar.identification.JarIdentification, org.apache.maven.shared.jar.JarAnalyzer)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>expose</h4> +<pre>public void expose(<a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html" title="class in org.apache.maven.shared.jar.identification">JarIdentification</a> identification, + <a href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" title="class in org.apache.maven.shared.jar">JarAnalyzer</a> jarAnalyzer)</pre> +<div class="block"><strong>Description copied from interface: <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">JarIdentificationExposer</a></code></strong></div> +<div class="block">Expose metadata during the identification process.</div> +<dl> +<dt><strong>Specified by:</strong></dt> +<dd><code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,%20org.apache.maven.shared.jar.JarAnalyzer)">expose</a></code> in interface <code><a href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html" title="interface in org.apache.maven.shared.jar.identification">JarIdentificationExposer</a></code></dd> +<dt><span class="strong">Parameters:</span></dt><dd><code>identification</code> - the identification record to populate with the exposed metadata</dd><dd><code>jarAnalyzer</code> - the JAR to obtain the information from. Should be treated as read only, with the exception + of caching the metadata if it would be identical when run over the same file again.</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</li> +<li><a href="class-use/TimestampExposer.html">Use</a></li> +<li><a href="package-tree.html">Tree</a></li> +<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers"><span class="strong">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html" target="_top">Frames</a></li> +<li><a href="TimestampExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file Added: websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/class-use/EmbeddedMavenModelExposer.html ============================================================================== --- websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/class-use/EmbeddedMavenModelExposer.html (added) +++ websites/production/maven/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/exposers/class-use/EmbeddedMavenModelExposer.html Thu Dec 31 20:16:00 2015 @@ -0,0 +1,115 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> +<title>Uses of Class org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer (Apache Maven JAR Utilities 1.2 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.jar.identification.exposers.EmbeddedMavenModelExposer (Apache Maven JAR Utilities 1.2 API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../../org/apache/maven/shared/jar/identification/exposers/EmbeddedMavenModelExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/class-use/EmbeddedMavenModelExposer.html" target="_top">Frames</a></li> +<li><a href="EmbeddedMavenModelExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer" class="title">Uses of Class<br>org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer</h2> +</div> +<div class="classUseContainer">No usage of org.apache.maven.shared.jar.identification.exposers.EmbeddedMavenModelExposer</div> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../../../../../../overview-summary.html">Overview</a></li> +<li><a href="../package-summary.html">Package</a></li> +<li><a href="../../../../../../../../org/apache/maven/shared/jar/identification/exposers/EmbeddedMavenModelExposer.html" title="class in org.apache.maven.shared.jar.identification.exposers">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../package-tree.html">Tree</a></li> +<li><a href="../../../../../../../../deprecated-list.html">Deprecated</a></li> +<li><a href="../../../../../../../../index-all.html">Index</a></li> +<li><a href="../../../../../../../../help-doc.html">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/maven/shared/jar/identification/exposers/class-use/EmbeddedMavenModelExposer.html" target="_top">Frames</a></li> +<li><a href="EmbeddedMavenModelExposer.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2002–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> \ No newline at end of file
