Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
448 changes: 220 additions & 228 deletions rat100/apache-rat-core/apidocs/allclasses-index.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions rat100/apache-rat-core/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ <h2 title="Contents">Contents</h2>
<ul class="contents-list">
<li id="contents-interface"><a href="#interface">Interfaces</a></li>
<li id="contents-class"><a href="#class">Classes</a></li>
<li id="contents-field"><a href="#field">Fields</a></li>
<li id="contents-method"><a href="#method">Methods</a></li>
</ul>
<ul class="block-list">
Expand Down Expand Up @@ -104,6 +105,22 @@ <h2 title="Contents">Contents</h2>
</ul>
<ul class="block-list">
<li>
<div id="field">
<div class="caption"><span>Deprecated Fields</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-summary-item-name even-row-color"><a href="org/apache/rat/analysis/matchers/SPDXMatcherFactory.html#INSTANCE">org.apache.rat.analysis.matchers.SPDXMatcherFactory.INSTANCE</a></div>
<div class="col-last even-row-color">
<div class="block">Not thread-safe. Use <a href="org/apache/rat/analysis/matchers/SPDXMatcherFactory.html#newInstance()"><code>SPDXMatcherFactory.newInstance()</code></a> to create
per-thread instances instead. Will be removed in 1.0.0.</div>
</div>
</div>
</div>
</li>
</ul>
<ul class="block-list">
<li>
<div id="method">
<div class="caption"><span>Deprecated Methods</span></div>
<div class="summary-table two-column-summary">
Expand Down
564 changes: 325 additions & 239 deletions rat100/apache-rat-core/apidocs/index-all.html

Large diffs are not rendered by default.

465 changes: 118 additions & 347 deletions rat100/apache-rat-core/apidocs/legal/LICENSE

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rat100/apache-rat-core/apidocs/member-search-index.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h2>Method Summary</h2>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#resetLogReporter()" class="member-name-link">resetLogReporter</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Rests the consumer to the default consumer.</div>
<div class="block">Resets the consumer to the default consumer.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#setLogReporter(java.util.function.Consumer)" class="member-name-link">setLogReporter</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;org.apache.commons.cli.Option&gt;&nbsp;consumer)</code></div>
Expand Down Expand Up @@ -209,7 +209,7 @@ <h3>setLogReporter</h3>
<h3>resetLogReporter</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">resetLogReporter</span>()</div>
<div class="block">Rests the consumer to the default consumer.</div>
<div class="block">Resets the consumer to the default consumer.</div>
</div>
</section>
</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ <h2>Method Summary</h2>
<div class="deprecation-comment">use <a href="OptionCollection.ArgumentType.html" title="enum class in org.apache.rat"><code>OptionCollection.ArgumentType</code></a></div>
</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="report/IReportable.html" title="interface in org.apache.rat.report">IReportable</a></code></div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="report/Reportable.html" title="interface in org.apache.rat.report">Reportable</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getReportable(java.io.File,org.apache.rat.ReportConfiguration)" class="member-name-link">getReportable</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;base,
<a href="ReportConfiguration.html" title="class in org.apache.rat">ReportConfiguration</a>&nbsp;config)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Creates an IReportable object from the directory name and ReportConfiguration
<div class="block">Creates a Reportable object from the directory name and ReportConfiguration
object.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ReportConfiguration.html" title="class in org.apache.rat">ReportConfiguration</a></code></div>
Expand Down Expand Up @@ -273,7 +273,17 @@ <h3>parseCommands</h3>
<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/function/Consumer.html" title="class or interface in java.util.function" class="external-link">Consumer</a>&lt;org.apache.commons.cli.Options&gt;&nbsp;helpCmd,
boolean&nbsp;noArgs)</span>
throws <span class="exceptions"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/IOException.html" title="class or interface in java.io" class="external-link">IOException</a></span></div>
<div class="block">Parses the standard options to create a ReportConfiguration.</div>
<div class="block">Parses the standard options to create a ReportConfiguration.
<p>
This method is <code>synchronized</code> because it uses shared mutable state:
the <a href="commandline/Arg.html" title="enum class in org.apache.rat.commandline"><code>Arg</code></a> enum's <code>OptionGroup</code> instances (whose <code>selected</code>
field is mutated by <code>DefaultParser.parse(Options, String[])</code>), and
<a href="commandline/Converters.html#FILE_CONVERTER"><code>Converters.FILE_CONVERTER</code></a> (whose
<code>workingDirectory</code> field is set during argument processing).
Without synchronization, parallel Maven reactor threads (e.g. <code>mvn -T4</code>)
corrupt each other's parse state, causing options like <code>--input-exclude</code>
to be silently skipped.
</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>workingDirectory</code> - The directory to resolve relative file names against.</dd>
Expand Down Expand Up @@ -330,16 +340,16 @@ <h3>buildOptions</h3>
<section class="detail" id="getReportable(java.io.File,org.apache.rat.ReportConfiguration)">
<h3>getReportable</h3>
<div class="horizontal-scroll">
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="report/IReportable.html" title="interface in org.apache.rat.report">IReportable</a></span>&nbsp;<span class="element-name">getReportable</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;base,
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="report/Reportable.html" title="interface in org.apache.rat.report">Reportable</a></span>&nbsp;<span class="element-name">getReportable</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/File.html" title="class or interface in java.io" class="external-link">File</a>&nbsp;base,
<a href="ReportConfiguration.html" title="class in org.apache.rat">ReportConfiguration</a>&nbsp;config)</span></div>
<div class="block">Creates an IReportable object from the directory name and ReportConfiguration
<div class="block">Creates a Reportable object from the directory name and ReportConfiguration
object.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>base</code> - the directory that contains the files to report on.</dd>
<dd><code>config</code> - the ReportConfiguration.</dd>
<dt>Returns:</dt>
<dd>the IReportable instance containing the files.</dd>
<dd>the Reportable instance containing the files.</dd>
</dl>
</div>
</section>
Expand Down
Loading