Modified: 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html
==============================================================================
--- 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html
 (original)
+++ 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html
 Sat Jun  1 19:47:09 2024
@@ -1,197 +1,293 @@
-<!DOCTYPE HTML>
-<html lang="en">
-<head>
-<!-- Generated by javadoc (20) -->
-<title>JarIdentificationAnalysis (Apache Maven JAR Utilities 3.0.0 API)</title>
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="description" content="declaration: package: 
org.apache.maven.shared.jar.identification, class: JarIdentificationAnalysis">
-<meta name="generator" content="javadoc/ClassWriterImpl">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-<link rel="stylesheet" type="text/css" 
href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
-<script type="text/javascript" src="../../../../../../script.js"></script>
-<script type="text/javascript" 
src="../../../../../../script-dir/jquery-3.6.1.min.js"></script>
-<script type="text/javascript" 
src="../../../../../../script-dir/jquery-ui.min.js"></script>
-</head>
-<body class="class-declaration-page">
-<script type="text/javascript">var pathtoroot = "../../../../../../";
-loadScripts(document, 'script');</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<div class="flex-box">
-<header role="banner" class="flex-header">
-<nav role="navigation">
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" 
aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation 
links"><span class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span></button>
-<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation 
links">Skip navigation links</a></div>
-<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
-<li><a href="../../../../../../index.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="nav-bar-cell1-rev">Class</li>
-<li><a href="class-use/JarIdentificationAnalysis.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html#class">Help</a></li>
-</ul>
-<ul class="sub-nav-list-small">
-<li>
-<p>Summary:</p>
-<ul>
-<li>Nested</li>
-<li>Field</li>
-<li><a href="#constructor-summary">Constr</a></li>
-<li><a href="#method-summary">Method</a></li>
-</ul>
-</li>
-<li>
-<p>Detail:</p>
-<ul>
-<li>Field</li>
-<li><a href="#constructor-detail">Constr</a></li>
-<li><a href="#method-detail">Method</a></li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="sub-nav">
-<div id="navbar-sub-list">
-<ul class="sub-nav-list">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method-summary">Method</a></li>
-</ul>
-<ul class="sub-nav-list">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</li>
-<li><a href="#method-detail">Method</a></li>
-</ul>
-</div>
-<div class="nav-list-search"><a href="../../../../../../search.html">SEARCH</a>
-<input type="text" id="search-input" disabled placeholder="Search">
-<input type="reset" id="reset-button" disabled value="reset">
-</div>
-</div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<span class="skip-nav" id="skip-navbar-top"></span></nav>
-</header>
-<div class="flex-content">
-<main role="main">
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.maven.shared.jar.identification</a></div>
-<h1 title="Class JarIdentificationAnalysis" class="title">Class 
JarIdentificationAnalysis</h1>
-</div>
-<div class="inheritance" title="Inheritance Tree"><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">java.lang.Object</a>
-<div 
class="inheritance">org.apache.maven.shared.jar.identification.JarIdentificationAnalysis</div>
-</div>
-<section class="class-description" id="class-description">
-<hr>
-<div class="type-signature"><span class="annotations">@Singleton
-@Named
-</span><span class="modifiers">public class </span><span class="element-name 
type-name-label">JarIdentificationAnalysis</span>
-<span class="extends-implements">extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" 
class="external-link">Object</a></span></div>
-<div class="block">Analyze the JAR file to identify Maven artifact metadata. 
This class is thread safe and immutable as long as all
- provided exposers are, as it retains no state.
-
- If using Plexus, the class will use all available exposers in the container.
-
- Note that you must first create an instance of <a href="../JarAnalyzer.html" 
title="class in org.apache.maven.shared.jar"><code>JarAnalyzer</code></a> - see 
its Javadoc for
- a typical use.</div>
-</section>
-<section class="summary">
-<ul class="summary-list">
-<!-- ======== CONSTRUCTOR SUMMARY ======== -->
-<li>
-<section class="constructor-summary" id="constructor-summary">
-<h2>Constructor Summary</h2>
-<div class="caption"><span>Constructors</span></div>
-<div class="summary-table two-column-summary">
-<div class="table-header col-first">Constructor</div>
-<div class="table-header col-last">Description</div>
-<div class="col-constructor-name even-row-color"><code><a 
href="#%3Cinit%3E(java.util.List)" 
class="member-name-link">JarIdentificationAnalysis</a><wbr>(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html"; 
title="class or interface in java.util" class="external-link">List</a>&lt;<a 
href="JarIdentificationExposer.html" title="interface in 
org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>&gt;&nbsp;exposers)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-</div>
-</section>
-</li>
-<!-- ========== METHOD SUMMARY =========== -->
-<li>
-<section class="method-summary" id="method-summary">
-<h2>Method Summary</h2>
-<div id="method-summary-table">
-<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab4" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab4', 3)" class="table-tab">Concrete 
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary" 
aria-labelledby="method-summary-table-tab0">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4"><code><a 
href="#analyze(org.apache.maven.shared.jar.JarAnalyzer)" 
class="member-name-link">analyze</a><wbr>(<a href="../JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab4">
-<div class="block">Analyze a JAR and find any associated Maven metadata.</div>
-</div>
-</div>
-</div>
-</div>
-<div class="inherited-list">
-<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from 
class&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html"; 
title="class or interface in java.lang" class="external-link">Object</a></h3>
-<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone()" 
title="class or interface in java.lang" class="external-link">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals(java.lang.Object)"
 title="class or interface in java.lang" class="external-link">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize()"
 title="class or interface in java.lang" class="external-link">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass()"
 title="class or interface in java.lang" class="external-link">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode()"
 title="class or interface in java.lang" class="external-link">hashCode</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify()" 
title="class or interface in java.lang" class="external-link">notify</a>, <a 
href="https://docs.o
 racle.com/javase/8/docs/api/java/lang/Object.html#notifyAll()" title="class or 
interface in java.lang" class="external-link">notifyAll</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString()"
 title="class or interface in java.lang" class="external-link">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait()" 
title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long)"
 title="class or interface in java.lang" class="external-link">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long,int)"
 title="class or interface in java.lang" 
class="external-link">wait</a></code></div>
-</section>
-</li>
-</ul>
-</section>
-<section class="details">
-<ul class="details-list">
-<!-- ========= CONSTRUCTOR DETAIL ======== -->
-<li>
-<section class="constructor-details" id="constructor-detail">
-<h2>Constructor Details</h2>
-<ul class="member-list">
-<li>
-<section class="detail" id="&lt;init&gt;(java.util.List)">
-<h3>JarIdentificationAnalysis</h3>
-<div class="member-signature"><span class="annotations">@Inject
-</span><span class="modifiers">public</span>&nbsp;<span 
class="element-name">JarIdentificationAnalysis</span><wbr><span 
class="parameters">(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html"; 
title="class or interface in java.util" class="external-link">List</a>&lt;<a 
href="JarIdentificationExposer.html" title="interface in 
org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>&gt;&nbsp;exposers)</span></div>
-</section>
-</li>
-</ul>
-</section>
-</li>
-<!-- ============ METHOD DETAIL ========== -->
-<li>
-<section class="method-details" id="method-detail">
-<h2>Method Details</h2>
-<ul class="member-list">
-<li>
-<section class="detail" id="analyze(org.apache.maven.shared.jar.JarAnalyzer)">
-<h3>analyze</h3>
-<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span 
class="return-type"><a href="JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span>&nbsp;<span
 class="element-name">analyze</span><wbr><span class="parameters">(<a 
href="../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</span></div>
-<div class="block">Analyze a JAR and find any associated Maven metadata. Note 
that if the provided JAR analyzer has previously
- analyzed the JAR, the cached results will be returned. You must obtain a new 
JAR analyzer to the re-read the
- contents of the file.</div>
-<dl class="notes">
-<dt>Parameters:</dt>
-<dd><code>jarAnalyzer</code> - the JAR to analyze. This must not yet have been 
closed.</dd>
-<dt>Returns:</dt>
-<dd>the Maven metadata discovered</dd>
-</dl>
-</section>
-</li>
-</ul>
-</section>
-</li>
-</ul>
-</section>
-<!-- ========= END OF CLASS DATA ========= -->
-</main>
-<footer role="contentinfo">
-<hr>
-<p class="legal-copy"><small>Copyright &#169; 2002&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
-</footer>
-</div>
-</div>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>JarIdentificationAnalysis (Apache Maven JAR Utilities 3.1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="JarIdentificationAnalysis (Apache Maven JAR 
Utilities 3.1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarIdentificationAnalysis.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/JarIdentification.html"
 title="class in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 title="interface in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentificationAnalysis.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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</div>
+<h2 title="Class JarIdentificationAnalysis" class="title">Class 
JarIdentificationAnalysis</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="https://docs.oracle.com/javase/8/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.JarIdentificationAnalysis</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>@Singleton
+ @Named
+public class <span class="typeNameLabel">JarIdentificationAnalysis</span>
+extends <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></pre>
+<div class="block">Analyze the JAR file to identify Maven artifact metadata. 
This class is thread safe and immutable as long as all
+ provided exposers are, as it retains no state.
+
+ If using Plexus, the class will use all available exposers in the container.
+
+ Note that you must first create an instance of <a 
href="../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in org.apache.maven.shared.jar"><code>JarAnalyzer</code></a> - see 
its Javadoc for
+ a typical use.</div>
+</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="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Constructor Summary table, listing constructors, and an explanation">
+<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">Constructor and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html#JarIdentificationAnalysis-java.util.List-">JarIdentificationAnalysis</a></span>(<a
 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 title="interface in 
org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>&gt;&nbsp;exposers)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a 
href="javascript:show(8);">Concrete Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html#analyze-org.apache.maven.shared.jar.JarAnalyzer-">analyze</a></span>(<a
 href="../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>
+<div class="block">Analyze a JAR and find any associated Maven metadata.</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&nbsp;java.lang.<a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></h3>
+<code><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--";
 title="class or interface in java.lang">clone</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-";
 title="class or interface in java.lang">equals</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--";
 title="class or interface in java.lang">finalize</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--";
 title="class or interface in java.lang">getClass</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--";
 title="class or interface in java.lang">hashCode</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--";
 title="class or interface in java.lang">notify</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/ja
 va/lang/Object.html?is-external=true#notifyAll--" title="class or interface in 
java.lang">notifyAll</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--";
 title="class or interface in java.lang">toString</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--";
 title="class or interface in java.lang">wait</a>, <a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-";
 title="class or interface in java.lang">wait</a>, <a 
href="https://docs.oracle.com/javase/8/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>
+</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="JarIdentificationAnalysis-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>JarIdentificationAnalysis</h4>
+<pre>@Inject
+public&nbsp;JarIdentificationAnalysis(<a 
href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true";
 title="class or interface in java.util">List</a>&lt;<a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 title="interface in 
org.apache.maven.shared.jar.identification">JarIdentificationExposer</a>&gt;&nbsp;exposers)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="analyze-org.apache.maven.shared.jar.JarAnalyzer-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>analyze</h4>
+<pre>public&nbsp;<a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;analyze(<a
 href="../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</pre>
+<div class="block">Analyze a JAR and find any associated Maven metadata. Note 
that if the provided JAR analyzer has previously
+ analyzed the JAR, the cached results will be returned. You must obtain a new 
JAR analyzer to the re-read the
+ contents of the file.</div>
+<dl>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>jarAnalyzer</code> - the JAR to analyze. This must not yet have been 
closed.</dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the Maven metadata discovered</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>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarIdentificationAnalysis.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/JarIdentification.html"
 title="class in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 title="interface in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentificationAnalysis.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</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 &#169; 2002&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationExposer.html
==============================================================================
--- 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationExposer.html
 (original)
+++ 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/JarIdentificationExposer.html
 Sat Jun  1 19:47:09 2024
@@ -1,166 +1,242 @@
-<!DOCTYPE HTML>
-<html lang="en">
-<head>
-<!-- Generated by javadoc (20) -->
-<title>JarIdentificationExposer (Apache Maven JAR Utilities 3.0.0 API)</title>
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="description" content="declaration: package: 
org.apache.maven.shared.jar.identification, interface: 
JarIdentificationExposer">
-<meta name="generator" content="javadoc/ClassWriterImpl">
-<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
-<link rel="stylesheet" type="text/css" 
href="../../../../../../script-dir/jquery-ui.min.css" title="Style">
-<script type="text/javascript" src="../../../../../../script.js"></script>
-<script type="text/javascript" 
src="../../../../../../script-dir/jquery-3.6.1.min.js"></script>
-<script type="text/javascript" 
src="../../../../../../script-dir/jquery-ui.min.js"></script>
-</head>
-<body class="class-declaration-page">
-<script type="text/javascript">var pathtoroot = "../../../../../../";
-loadScripts(document, 'script');</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<div class="flex-box">
-<header role="banner" class="flex-header">
-<nav role="navigation">
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" 
aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation 
links"><span class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span></button>
-<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation 
links">Skip navigation links</a></div>
-<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
-<li><a href="../../../../../../index.html">Overview</a></li>
-<li><a href="package-summary.html">Package</a></li>
-<li class="nav-bar-cell1-rev">Class</li>
-<li><a href="class-use/JarIdentificationExposer.html">Use</a></li>
-<li><a href="package-tree.html">Tree</a></li>
-<li><a href="../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../help-doc.html#class">Help</a></li>
-</ul>
-<ul class="sub-nav-list-small">
-<li>
-<p>Summary:</p>
-<ul>
-<li>Nested</li>
-<li>Field</li>
-<li>Constr</li>
-<li><a href="#method-summary">Method</a></li>
-</ul>
-</li>
-<li>
-<p>Detail:</p>
-<ul>
-<li>Field</li>
-<li>Constr</li>
-<li><a href="#method-detail">Method</a></li>
-</ul>
-</li>
-</ul>
-</div>
-<div class="sub-nav">
-<div id="navbar-sub-list">
-<ul class="sub-nav-list">
-<li>Summary:&nbsp;</li>
-<li>Nested&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method-summary">Method</a></li>
-</ul>
-<ul class="sub-nav-list">
-<li>Detail:&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
-<li>Constr&nbsp;|&nbsp;</li>
-<li><a href="#method-detail">Method</a></li>
-</ul>
-</div>
-<div class="nav-list-search"><a href="../../../../../../search.html">SEARCH</a>
-<input type="text" id="search-input" disabled placeholder="Search">
-<input type="reset" id="reset-button" disabled value="reset">
-</div>
-</div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<span class="skip-nav" id="skip-navbar-top"></span></nav>
-</header>
-<div class="flex-content">
-<main role="main">
-<!-- ======== START OF CLASS DATA ======== -->
-<div class="header">
-<div class="sub-title"><span 
class="package-label-in-type">Package</span>&nbsp;<a 
href="package-summary.html">org.apache.maven.shared.jar.identification</a></div>
-<h1 title="Interface JarIdentificationExposer" class="title">Interface 
JarIdentificationExposer</h1>
-</div>
-<section class="class-description" id="class-description">
-<dl class="notes">
-<dt>All Known Implementing Classes:</dt>
-<dd><code><a href="exposers/EmbeddedMavenModelExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">EmbeddedMavenModelExposer</a></code>,
 <code><a href="exposers/FilenameExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">FilenameExposer</a></code>,
 <code><a href="exposers/JarClassesExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">JarClassesExposer</a></code>,
 <code><a href="exposers/ManifestExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">ManifestExposer</a></code>,
 <code><a href="exposers/RepositorySearchExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">RepositorySearchExposer</a></code>,
 <code><a href="exposers/StaticMainOutputExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">StaticMainOutputExposer</a></code>,
 <code><a href="exposers/TextFileExposer.html" title="class in org.apache.maven.
 shared.jar.identification.exposers">TextFileExposer</a></code>, <code><a 
href="exposers/TimestampExposer.html" title="class in 
org.apache.maven.shared.jar.identification.exposers">TimestampExposer</a></code></dd>
-</dl>
-<hr>
-<div class="type-signature"><span class="modifiers">public interface 
</span><span class="element-name 
type-name-label">JarIdentificationExposer</span></div>
-<div class="block">Expose information from a JAR during the identification 
process. Implementations should be made to be thread safe.</div>
-<dl class="notes">
-<dt>See Also:</dt>
-<dd>
-<ul class="tag-list">
-<li><a href="JarIdentificationAnalysis.html" title="class in 
org.apache.maven.shared.jar.identification"><code>JarIdentificationAnalysis</code></a></li>
-</ul>
-</dd>
-</dl>
-</section>
-<section class="summary">
-<ul class="summary-list">
-<!-- ========== METHOD SUMMARY =========== -->
-<li>
-<section class="method-summary" id="method-summary">
-<h2>Method Summary</h2>
-<div id="method-summary-table">
-<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button 
id="method-summary-table-tab0" role="tab" aria-selected="true" 
aria-controls="method-summary-table.tabpanel" tabindex="0" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table', 3)" class="active-table-tab">All 
Methods</button><button id="method-summary-table-tab2" role="tab" 
aria-selected="false" aria-controls="method-summary-table.tabpanel" 
tabindex="-1" onkeydown="switchTab(event)" 
onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" 
class="table-tab">Instance Methods</button><button 
id="method-summary-table-tab3" role="tab" aria-selected="false" 
aria-controls="method-summary-table.tabpanel" tabindex="-1" 
onkeydown="switchTab(event)" onclick="show('method-summary-table', 
'method-summary-table-tab3', 3)" class="table-tab">Abstract 
Methods</button></div>
-<div id="method-summary-table.tabpanel" role="tabpanel">
-<div class="summary-table three-column-summary" 
aria-labelledby="method-summary-table-tab0">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
-<div class="col-second even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3"><code><a 
href="#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color method-summary-table 
method-summary-table-tab2 method-summary-table-tab3">
-<div class="block">Expose metadata during the identification process.</div>
-</div>
-</div>
-</div>
-</div>
-</section>
-</li>
-</ul>
-</section>
-<section class="details">
-<ul class="details-list">
-<!-- ============ METHOD DETAIL ========== -->
-<li>
-<section class="method-details" id="method-detail">
-<h2>Method Details</h2>
-<ul class="member-list">
-<li>
-<section class="detail" 
id="expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)">
-<h3>expose</h3>
-<div class="member-signature"><span class="return-type">void</span>&nbsp;<span 
class="element-name">expose</span><wbr><span class="parameters">(<a 
href="JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</span></div>
-<div class="block">Expose metadata during the identification process.</div>
-<dl class="notes">
-<dt>Parameters:</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>
-</section>
-</li>
-</ul>
-</section>
-</li>
-</ul>
-</section>
-<!-- ========= END OF CLASS DATA ========= -->
-</main>
-<footer role="contentinfo">
-<hr>
-<p class="legal-copy"><small>Copyright &#169; 2002&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
-</footer>
-</div>
-</div>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>JarIdentificationExposer (Apache Maven JAR Utilities 3.1.0 API)</title>
+<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
+<script type="text/javascript" src="../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="JarIdentificationExposer (Apache Maven JAR 
Utilities 3.1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":6};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],4:["t3","Abstract Methods"]};
+var altColor = "altColor";
+var rowColor = "rowColor";
+var tableTab = "tableTab";
+var activeTableTab = "activeTableTab";
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarIdentificationExposer.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/JarIdentificationAnalysis.html"
 title="class in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentificationExposer.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</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</div>
+<h2 title="Interface JarIdentificationExposer" class="title">Interface 
JarIdentificationExposer</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Known Implementing Classes:</dt>
+<dd><a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/EmbeddedMavenModelExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">EmbeddedMavenModelExposer</a>,
 <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/FilenameExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">FilenameExposer</a>, <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/JarClassesExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">JarClassesExposer</a>, <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">ManifestExposer</a>, <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">RepositorySearchExposer</a>
 , <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">StaticMainOutputExposer</a>,
 <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">TextFileExposer</a>, <a 
href="../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html"
 title="class in 
org.apache.maven.shared.jar.identification.exposers">TimestampExposer</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span 
class="typeNameLabel">JarIdentificationExposer</span></pre>
+<div class="block">Expose information from a JAR during the identification 
process. Implementations should be made to be thread safe.</div>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html"
 title="class in 
org.apache.maven.shared.jar.identification"><code>JarIdentificationAnalysis</code></a></dd>
+</dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.summary">
+<!--   -->
+</a>
+<h3>Method Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Method Summary table, listing methods, and an explanation">
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span 
class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a 
href="javascript:show(2);">Instance Methods</a></span><span 
class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a 
href="javascript:show(4);">Abstract Methods</a></span><span 
class="tabEnd">&nbsp;</span></span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tr id="i0" class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a href="../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>
+<div class="block">Expose metadata during the identification process.</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ 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>void&nbsp;expose(<a 
href="../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+            <a 
href="../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</pre>
+<div class="block">Expose metadata during the identification process.</div>
+<dl>
+<dt><span class="paramLabel">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>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="package-summary.html">Package</a></li>
+<li class="navBarCell1Rev">Class</li>
+<li><a href="class-use/JarIdentificationExposer.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/JarIdentificationAnalysis.html"
 title="class in org.apache.maven.shared.jar.identification"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li>Next&nbsp;Class</li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../index.html?org/apache/maven/shared/jar/identification/JarIdentificationExposer.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentificationExposer.html" 
target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../allclasses-noframe.html">All&nbsp;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:&nbsp;</li>
+<li>Nested&nbsp;|&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</li>
+<li><a href="#method.summary">Method</a></li>
+</ul>
+<ul class="subNavList">
+<li>Detail:&nbsp;</li>
+<li>Field&nbsp;|&nbsp;</li>
+<li>Constr&nbsp;|&nbsp;</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 &#169; 2002&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
 </html>
\ No newline at end of file

Modified: 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/class-use/JarIdentification.html
==============================================================================
--- 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/class-use/JarIdentification.html
 (original)
+++ 
maven/website/components/shared-archives/maven-shared-jar-LATEST/apidocs/org/apache/maven/shared/jar/identification/class-use/JarIdentification.html
 Sat Jun  1 19:47:09 2024
@@ -1,170 +1,276 @@
-<!DOCTYPE HTML>
-<html lang="en">
-<head>
-<!-- Generated by javadoc (20) -->
-<title>Uses of Class 
org.apache.maven.shared.jar.identification.JarIdentification (Apache Maven JAR 
Utilities 3.0.0 API)</title>
-<meta name="viewport" content="width=device-width, initial-scale=1">
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<meta name="description" content="use: package: 
org.apache.maven.shared.jar.identification, class: JarIdentification">
-<meta name="generator" content="javadoc/ClassUseWriter">
-<link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
-<link rel="stylesheet" type="text/css" 
href="../../../../../../../script-dir/jquery-ui.min.css" title="Style">
-<script type="text/javascript" src="../../../../../../../script.js"></script>
-<script type="text/javascript" 
src="../../../../../../../script-dir/jquery-3.6.1.min.js"></script>
-<script type="text/javascript" 
src="../../../../../../../script-dir/jquery-ui.min.js"></script>
-</head>
-<body class="class-use-page">
-<script type="text/javascript">var pathtoroot = "../../../../../../../";
-loadScripts(document, 'script');</script>
-<noscript>
-<div>JavaScript is disabled on your browser.</div>
-</noscript>
-<div class="flex-box">
-<header role="banner" class="flex-header">
-<nav role="navigation">
-<!-- ========= START OF TOP NAVBAR ======= -->
-<div class="top-nav" id="navbar-top"><button id="navbar-toggle-button" 
aria-controls="navbar-top" aria-expanded="false" aria-label="Toggle navigation 
links"><span class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span><span 
class="nav-bar-toggle-icon">&nbsp;</span></button>
-<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation 
links">Skip navigation links</a></div>
-<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
-<li><a href="../../../../../../../index.html">Overview</a></li>
-<li><a href="../package-summary.html">Package</a></li>
-<li><a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">Class</a></li>
-<li class="nav-bar-cell1-rev">Use</li>
-<li><a href="../package-tree.html">Tree</a></li>
-<li><a href="../../../../../../../index-all.html">Index</a></li>
-<li><a href="../../../../../../../help-doc.html#use">Help</a></li>
-</ul>
-</div>
-<div class="sub-nav">
-<div id="navbar-sub-list"></div>
-<div class="nav-list-search"><a 
href="../../../../../../../search.html">SEARCH</a>
-<input type="text" id="search-input" disabled placeholder="Search">
-<input type="reset" id="reset-button" disabled value="reset">
-</div>
-</div>
-<!-- ========= END OF TOP NAVBAR ========= -->
-<span class="skip-nav" id="skip-navbar-top"></span></nav>
-</header>
-<div class="flex-content">
-<main role="main">
-<div class="header">
-<h1 title="Uses of Class 
org.apache.maven.shared.jar.identification.JarIdentification" 
class="title">Uses of 
Class<br>org.apache.maven.shared.jar.identification.JarIdentification</h1>
-</div>
-<div class="caption"><span>Packages that use <a 
href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table two-column-summary">
-<div class="table-header col-first">Package</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><a 
href="#org.apache.maven.shared.jar">org.apache.maven.shared.jar</a></div>
-<div class="col-last even-row-color">&nbsp;</div>
-<div class="col-first odd-row-color"><a 
href="#org.apache.maven.shared.jar.identification">org.apache.maven.shared.jar.identification</a></div>
-<div class="col-last odd-row-color">&nbsp;</div>
-<div class="col-first even-row-color"><a 
href="#org.apache.maven.shared.jar.identification.exposers">org.apache.maven.shared.jar.identification.exposers</a></div>
-<div class="col-last even-row-color">&nbsp;</div>
-</div>
-<section class="class-uses">
-<ul class="block-list">
-<li>
-<section class="detail" id="org.apache.maven.shared.jar">
-<h2>Uses of <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../../package-summary.html">org.apache.maven.shared.jar</a></h2>
-<div class="caption"><span>Methods in <a 
href="../../package-summary.html">org.apache.maven.shared.jar</a> that return 
<a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table three-column-summary">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><code><a 
href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">JarData.</span><code><a 
href="../../JarData.html#getJarIdentification()" 
class="member-name-link">getJarIdentification</a>()</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-</div>
-<div class="caption"><span>Methods in <a 
href="../../package-summary.html">org.apache.maven.shared.jar</a> with 
parameters of type <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table three-column-summary">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">JarData.</span><code><a 
href="../../JarData.html#setJarIdentification(org.apache.maven.shared.jar.identification.JarIdentification)"
 class="member-name-link">setJarIdentification</a><wbr>(<a 
href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;jarIdentification)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-</div>
-</section>
-</li>
-<li>
-<section class="detail" id="org.apache.maven.shared.jar.identification">
-<h2>Uses of <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../package-summary.html">org.apache.maven.shared.jar.identification</a></h2>
-<div class="caption"><span>Methods in <a 
href="../package-summary.html">org.apache.maven.shared.jar.identification</a> 
that return <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table three-column-summary">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><code><a 
href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">JarIdentificationAnalysis.</span><code><a 
href="../JarIdentificationAnalysis.html#analyze(org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">analyze</a><wbr>(<a href="../../JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">
-<div class="block">Analyze a JAR and find any associated Maven metadata.</div>
-</div>
-</div>
-<div class="caption"><span>Methods in <a 
href="../package-summary.html">org.apache.maven.shared.jar.identification</a> 
with parameters of type <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table three-column-summary">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">JarIdentificationExposer.</span><code><a 
href="../JarIdentificationExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">
-<div class="block">Expose metadata during the identification process.</div>
-</div>
-</div>
-</section>
-</li>
-<li>
-<section class="detail" 
id="org.apache.maven.shared.jar.identification.exposers">
-<h2>Uses of <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../exposers/package-summary.html">org.apache.maven.shared.jar.identification.exposers</a></h2>
-<div class="caption"><span>Methods in <a 
href="../exposers/package-summary.html">org.apache.maven.shared.jar.identification.exposers</a>
 with parameters of type <a href="../JarIdentification.html" title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span></div>
-<div class="summary-table three-column-summary">
-<div class="table-header col-first">Modifier and Type</div>
-<div class="table-header col-second">Method</div>
-<div class="table-header col-last">Description</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">EmbeddedMavenModelExposer.</span><code><a 
href="../exposers/EmbeddedMavenModelExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-<div class="col-first odd-row-color"><code>void</code></div>
-<div class="col-second odd-row-color"><span 
class="type-name-label">FilenameExposer.</span><code><a 
href="../exposers/FilenameExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last odd-row-color">&nbsp;</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">JarClassesExposer.</span><code><a 
href="../exposers/JarClassesExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-<div class="col-first odd-row-color"><code>void</code></div>
-<div class="col-second odd-row-color"><span 
class="type-name-label">ManifestExposer.</span><code><a 
href="../exposers/ManifestExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last odd-row-color">&nbsp;</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">RepositorySearchExposer.</span><code><a 
href="../exposers/RepositorySearchExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-<div class="col-first odd-row-color"><code>void</code></div>
-<div class="col-second odd-row-color"><span 
class="type-name-label">StaticMainOutputExposer.</span><code><a 
href="../exposers/StaticMainOutputExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last odd-row-color">&nbsp;</div>
-<div class="col-first even-row-color"><code>void</code></div>
-<div class="col-second even-row-color"><span 
class="type-name-label">TextFileExposer.</span><code><a 
href="../exposers/TextFileExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last even-row-color">&nbsp;</div>
-<div class="col-first odd-row-color"><code>void</code></div>
-<div class="col-second odd-row-color"><span 
class="type-name-label">TimestampExposer.</span><code><a 
href="../exposers/TimestampExposer.html#expose(org.apache.maven.shared.jar.identification.JarIdentification,org.apache.maven.shared.jar.JarAnalyzer)"
 class="member-name-link">expose</a><wbr>(<a href="../JarIdentification.html" 
title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
- <a href="../../JarAnalyzer.html" title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code></div>
-<div class="col-last odd-row-color">&nbsp;</div>
-</div>
-</section>
-</li>
-</ul>
-</section>
-</main>
-<footer role="contentinfo">
-<hr>
-<p class="legal-copy"><small>Copyright &#169; 2002&#x2013;2023 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
-</footer>
-</div>
-</div>
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
+<!-- NewPage -->
+<html lang="en">
+<head>
+<!-- Generated by javadoc -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>Uses of Class 
org.apache.maven.shared.jar.identification.JarIdentification (Apache Maven JAR 
Utilities 3.1.0 API)</title>
+<link rel="stylesheet" type="text/css" 
href="../../../../../../../stylesheet.css" title="Style">
+<script type="text/javascript" src="../../../../../../../script.js"></script>
+</head>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="Uses of Class 
org.apache.maven.shared.jar.identification.JarIdentification (Apache Maven JAR 
Utilities 3.1.0 API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+</script>
+<noscript>
+<div>JavaScript is disabled on your browser.</div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar.top">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.top.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in org.apache.maven.shared.jar.identification">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/class-use/JarIdentification.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentification.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a 
href="../../../../../../../allclasses-noframe.html">All&nbsp;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.JarIdentification" 
class="title">Uses of 
Class<br>org.apache.maven.shared.jar.identification.JarIdentification</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.maven.shared.jar">org.apache.maven.shared.jar</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a 
href="#org.apache.maven.shared.jar.identification">org.apache.maven.shared.jar.identification</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a 
href="#org.apache.maven.shared.jar.identification.exposers">org.apache.maven.shared.jar.identification.exposers</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.apache.maven.shared.jar">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../../../../../../../org/apache/maven/shared/jar/package-summary.html">org.apache.maven.shared.jar</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/maven/shared/jar/package-summary.html">org.apache.maven.shared.jar</a>
 that return <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></td>
+<td class="colLast"><span class="typeNameLabel">JarData.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/JarData.html#getJarIdentification--">getJarIdentification</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/maven/shared/jar/package-summary.html">org.apache.maven.shared.jar</a>
 with parameters of type <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="typeNameLabel">JarData.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/JarData.html#setJarIdentification-org.apache.maven.shared.jar.identification.JarIdentification-">setJarIdentification</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;jarIdentification)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.maven.shared.jar.identification">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/package-summary.html">org.apache.maven.shared.jar.identification</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/package-summary.html">org.apache.maven.shared.jar.identification</a>
 that return <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">JarIdentificationAnalysis.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationAnalysis.html#analyze-org.apache.maven.shared.jar.JarAnalyzer-">analyze</a></span>(<a
 href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>
+<div class="block">Analyze a JAR and find any associated Maven metadata.</div>
+</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/package-summary.html">org.apache.maven.shared.jar.identification</a>
 with parameters of type <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">JarIdentificationExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentificationExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>
+<div class="block">Expose metadata during the identification process.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a 
name="org.apache.maven.shared.jar.identification.exposers">
+<!--   -->
+</a>
+<h3>Uses of <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a> in <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/package-summary.html">org.apache.maven.shared.jar.identification.exposers</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/package-summary.html">org.apache.maven.shared.jar.identification.exposers</a>
 with parameters of type <a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">TimestampExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TimestampExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">TextFileExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/TextFileExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">StaticMainOutputExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/StaticMainOutputExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">RepositorySearchExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/RepositorySearchExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">ManifestExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/ManifestExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">JarClassesExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/JarClassesExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">FilenameExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/FilenameExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">EmbeddedMavenModelExposer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/exposers/EmbeddedMavenModelExposer.html#expose-org.apache.maven.shared.jar.identification.JarIdentification-org.apache.maven.shared.jar.JarAnalyzer-">expose</a></span>(<a
 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in 
org.apache.maven.shared.jar.identification">JarIdentification</a>&nbsp;identification,
+      <a 
href="../../../../../../../org/apache/maven/shared/jar/JarAnalyzer.html" 
title="class in 
org.apache.maven.shared.jar">JarAnalyzer</a>&nbsp;jarAnalyzer)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar.bottom">
+<!--   -->
+</a>
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation 
links">Skip navigation links</a></div>
+<a name="navbar.bottom.firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="Navigation">
+<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
+<li><a href="../package-summary.html">Package</a></li>
+<li><a 
href="../../../../../../../org/apache/maven/shared/jar/identification/JarIdentification.html"
 title="class in org.apache.maven.shared.jar.identification">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/class-use/JarIdentification.html"
 target="_top">Frames</a></li>
+<li><a href="JarIdentification.html" target="_top">No&nbsp;Frames</a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a 
href="../../../../../../../allclasses-noframe.html">All&nbsp;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 &#169; 2002&#x2013;2024 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
 </html>
\ No newline at end of file


Reply via email to