Skip to content

Commit

Permalink
Site checkin for project japicmp-base
Browse files Browse the repository at this point in the history
  • Loading branch information
siom79 committed May 3, 2024
1 parent 17ebbe0 commit 24020bd
Show file tree
Hide file tree
Showing 497 changed files with 511 additions and 505 deletions.
6 changes: 3 additions & 3 deletions CliTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,16 +196,16 @@ <h1>CLI-Tool</h1>
<p>When your library implements interfaces or extends classes from other libraries than the JDK and you want to evaluate binary
compatibility you must specify the classpath for the two different versions:</p>

<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.1-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.2-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
--old-classpath other-library-v1.jar
</code></pre></div>
<p>In case the classpath for both versions did not change, you can add the library using the standard way:</p>

<div class="source"><pre class="prettyprint"><code>java -cp japicmp-0.21.1-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
<div class="source"><pre class="prettyprint"><code>java -cp japicmp-0.21.2-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
</code></pre></div>
<p>For reporting purposes you can also provide more than one jar as old or new version(s):</p>

<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.1-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.2-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
</code></pre></div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions MavenPlugin.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2><a name="Basic_Usage"></a>Basic Usage</h2>
<div class="source"><pre class="prettyprint"><code>&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;configuration&gt;
&lt;oldVersion&gt;
&lt;dependency&gt;
Expand Down Expand Up @@ -102,7 +102,7 @@ <h2><a name="Basic_Usage"></a>Basic Usage</h2>
<div class="source"><pre class="prettyprint"><code>&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;configuration&gt;
&lt;parameter&gt;
&lt;!-- see documentation --&gt;
Expand All @@ -124,7 +124,7 @@ <h2><a name="Basic_Usage"></a>Basic Usage</h2>
<div class="source"><pre class="prettyprint"><code>&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;configuration&gt;
&lt;parameter&gt;
&lt;oldVersionPattern&gt;\d+\.\d+\.\d+\.GA&lt;/oldVersionPattern&gt;
Expand Down Expand Up @@ -184,13 +184,13 @@ <h2><a name="Advanced_Usage"></a>Advanced Usage</h2>
&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;configuration&gt;
&lt;oldVersion&gt;
&lt;dependency&gt;
&lt;groupId&gt;japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-test-v1&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;type&gt;jar&lt;/type&gt;
&lt;/dependency&gt;
&lt;/oldVersion&gt;
Expand Down Expand Up @@ -828,7 +828,7 @@ <h2><a name="Site_report"></a>Site report</h2>
&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;reportSets&gt;
&lt;reportSet&gt;
&lt;reports&gt;
Expand Down
6 changes: 6 additions & 0 deletions ReleaseNotes.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@
<div id="bodyColumn" class="span10" >
<h1>Versions</h1>
<p>The following versions of japicmp are available:</p><section>
<h2><a name="a0.21.2_.282024-05-03.29"></a>0.21.2 (2024-05-03)</h2>
<ul>

<li>Break build if return type of method changed incompatible. <a class="externalLink" href="https://github.com/siom79/japicmp/issues/397">#397</a></li>
</ul>
<p>Available at <a class="externalLink" href="https://search.maven.org/search?q=g:com.github.siom79.japicmp%20v:0.21.2">Maven Central</a>.</p></section><section>
<h2><a name="a0.21.1_.282024-04-24.29"></a>0.21.1 (2024-04-24)</h2>
<ul>

Expand Down
2 changes: 1 addition & 1 deletion distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
<h3><a name="Repository_-_ossrh"></a>Repository - ossrh</h3><a name="Repository_-_ossrh"></a><a class="externalLink" href="https://oss.sonatype.org/service/local/staging/deploy/maven2/">https://oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section>
<h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>Snapshot Repository - sonatype-nexus-snapshots</h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots">https://oss.sonatype.org/content/repositories/snapshots</a></section><section>
<h3><a name="Site_-_github"></a>Site - github</h3><a name="Site_-_github"></a>
<p>scm:git:https://siom79:ghs_amyBaqQdx3reV2mdiwFoscTBAICPOp3HZa91@github.com/siom79/japicmp.git</p></section></section>
<p>scm:git:https://siom79:ghs_R0pIqY2vqZ7q9DYz76GbufKq9eTO0b0eEDTg@github.com/siom79/japicmp.git</p></section></section>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<h1>japicmp</h1>
<p>japicmp is a tool to compare two versions of a jar archive:</p>

<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.1-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
<div class="source"><pre class="prettyprint"><code>java -jar japicmp-0.21.2-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
</code></pre></div>
<p>It can also be used as a library:</p>

Expand All @@ -77,15 +77,15 @@ <h1>japicmp</h1>
<div class="source"><pre class="prettyprint"><code>&lt;dependency&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;/dependency&gt;
</code></pre></div>
<p>A maven plugin allows you to integrate the checks into your build:</p>

<div class="source"><pre class="prettyprint"><code>&lt;plugin&gt;
&lt;groupId&gt;com.github.siom79.japicmp&lt;/groupId&gt;
&lt;artifactId&gt;japicmp-maven-plugin&lt;/artifactId&gt;
&lt;version&gt;0.21.1&lt;/version&gt;
&lt;version&gt;0.21.2&lt;/version&gt;
&lt;configuration&gt;
&lt;oldVersion&gt;
&lt;dependency&gt;
Expand Down
2 changes: 1 addition & 1 deletion japicmp-ant-task/distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
<h3><a name="Repository_-_ossrh"></a>Repository - ossrh</h3><a name="Repository_-_ossrh"></a><a class="externalLink" href="https://oss.sonatype.org/service/local/staging/deploy/maven2/">https://oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section>
<h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>Snapshot Repository - sonatype-nexus-snapshots</h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots">https://oss.sonatype.org/content/repositories/snapshots</a></section><section>
<h3><a name="Site_-_github"></a>Site - github</h3><a name="Site_-_github"></a>
<p>scm:git:https://siom79:ghs_amyBaqQdx3reV2mdiwFoscTBAICPOp3HZa91@github.com/siom79/japicmp.git/japicmp-ant-task</p></section></section>
<p>scm:git:https://siom79:ghs_R0pIqY2vqZ7q9DYz76GbufKq9eTO0b0eEDTg@github.com/siom79/japicmp.git/japicmp-ant-task</p></section></section>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion japicmp-maven-plugin/distribution-management.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2><a name="Overview"></a>Overview</h2><a name="Overview"></a>
<h3><a name="Repository_-_ossrh"></a>Repository - ossrh</h3><a name="Repository_-_ossrh"></a><a class="externalLink" href="https://oss.sonatype.org/service/local/staging/deploy/maven2/">https://oss.sonatype.org/service/local/staging/deploy/maven2/</a></section><section>
<h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a>Snapshot Repository - sonatype-nexus-snapshots</h3><a name="Snapshot_Repository_-_sonatype-nexus-snapshots"></a><a class="externalLink" href="https://oss.sonatype.org/content/repositories/snapshots">https://oss.sonatype.org/content/repositories/snapshots</a></section><section>
<h3><a name="Site_-_github"></a>Site - github</h3><a name="Site_-_github"></a>
<p>scm:git:https://siom79:ghs_amyBaqQdx3reV2mdiwFoscTBAICPOp3HZa91@github.com/siom79/japicmp.git/japicmp-maven-plugin</p></section></section>
<p>scm:git:https://siom79:ghs_R0pIqY2vqZ7q9DYz76GbufKq9eTO0b0eEDTg@github.com/siom79/japicmp.git/japicmp-maven-plugin</p></section></section>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/allclasses-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>All Classes and Interfaces (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/allpackages-index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>All Packages (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/constant-values.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Constant Field Values (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Deprecated List (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/help-doc.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>API Help (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/index-all.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Index (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Overview (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/JApiCmp.SystemExit.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCmp.SystemExit (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/JApiCmp.SystemExitDefault.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCmp.SystemExitDefault (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/JApiCmp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCmp (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/class-use/JApiCmp.SystemExit.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Interface japicmp.JApiCmp.SystemExit (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Class japicmp.JApiCmp.SystemExitDefault (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/class-use/JApiCmp.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Class japicmp.JApiCmp (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/CliParser.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>CliParser (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/JApiCli.ClassPathMode.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCli.ClassPathMode (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/JApiCli.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCli (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/class-use/CliParser.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Class japicmp.cli.CliParser (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Enum japicmp.cli.JApiCli.ClassPathMode (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/class-use/JApiCli.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Class japicmp.cli.JApiCli (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/package-summary.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>japicmp.cli (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/package-tree.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>japicmp.cli Class Hierarchy (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cli/package-use.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>Uses of Package japicmp.cli (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cmp/ClassesComparator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>ClassesComparator (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cmp/JApiCmpArchive.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JApiCmpArchive (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JarArchiveComparator.ArchiveType (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
2 changes: 1 addition & 1 deletion japicmp/apidocs/japicmp/cmp/JarArchiveComparator.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JarArchiveComparator (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JarArchiveComparatorOptions.ClassPathMode (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Fri May 03 14:55:51 UTC 2024 -->
<!-- Generated by javadoc (17) on Fri May 03 15:05:01 UTC 2024 -->
<title>JarArchiveComparatorOptions.OverrideCompatibilityChange (japicmp 0.21.3-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
Expand Down
Loading

0 comments on commit 24020bd

Please sign in to comment.