http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html b/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html new file mode 100644 index 0000000..bbc09d3 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/api/MimeTyper.html @@ -0,0 +1,238 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>MimeTyper (Apache Creadur Rat::Core 0.13-SNAPSHOT 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="MimeTyper (Apache Creadur Rat::Core 0.13-SNAPSHOT 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/MimeTyper.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/rat/api/MetaData.Datum.html" title="class in org.apache.rat.api"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/rat/api/RatException.html" title="class in org.apache.rat.api"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/rat/api/MimeTyper.html" target="_top">Frames</a></li> +<li><a href="MimeTyper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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.rat.api</div> +<h2 title="Interface MimeTyper" class="title">Interface MimeTyper</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">MimeTyper</span></pre> +<div class="block">Discovers the mime type of content.</div> +</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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </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/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/apache/rat/api/MimeTyper.html#type-java.io.InputStream-java.lang.String-">type</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> inputStream, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<div class="block">Guesses the mime type for the given content.</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="type-java.io.InputStream-java.lang.String-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>type</h4> +<pre><a href="../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a> type(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> inputStream, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name) + throws <a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre> +<div class="block">Guesses the mime type for the given content.</div> +<dl> +<dt><span class="paramLabel">Parameters:</span></dt> +<dd><code>inputStream</code> - not null</dd> +<dd><code>name</code> - possibly null</dd> +<dt><span class="returnLabel">Returns:</span></dt> +<dd>guessed content type, not null.</dd> +<dt><span class="throwsLabel">Throws:</span></dt> +<dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code> - in case of I/O errors.</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/MimeTyper.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/rat/api/MetaData.Datum.html" title="class in org.apache.rat.api"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../org/apache/rat/api/RatException.html" title="class in org.apache.rat.api"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/rat/api/MimeTyper.html" target="_top">Frames</a></li> +<li><a href="MimeTyper.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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 © 2006–2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/api/RatException.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/api/RatException.html b/apache-rat-core/apidocs/org/apache/rat/api/RatException.html new file mode 100644 index 0000000..476c4b4 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/api/RatException.html @@ -0,0 +1,301 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>RatException (Apache Creadur Rat::Core 0.13-SNAPSHOT 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="RatException (Apache Creadur Rat::Core 0.13-SNAPSHOT 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 class="navBarCell1Rev">Class</li> +<li><a href="class-use/RatException.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/rat/api/MimeTyper.html" title="interface in org.apache.rat.api"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/rat/api/RatException.html" target="_top">Frames</a></li> +<li><a href="RatException.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</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.rat.api</div> +<h2 title="Class RatException" class="title">Class RatException</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li><a href="http://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><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li> +<li> +<ul class="inheritance"> +<li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li> +<li> +<ul class="inheritance"> +<li>org.apache.rat.api.RatException</li> +</ul> +</li> +</ul> +</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">RatException</span> +extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../serialized-form.html#org.apache.rat.api.RatException">Serialized Form</a></dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/rat/api/RatException.html#RatException--">RatException</a></span>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/rat/api/RatException.html#RatException-java.lang.String-">RatException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</code> </td> +</tr> +<tr class="altColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/rat/api/RatException.html#RatException-java.lang.String-java.lang.Throwable-">RatException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/apache/rat/api/RatException.html#RatException-java.lang.Throwable-">RatException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or inter face in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lan g/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code></li> +</ul> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> +<code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/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="http://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="http://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="http://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="http://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="http://docs.oracle.com/javase/8/docs/api/java/lang /Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/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="RatException--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RatException</h4> +<pre>public RatException()</pre> +</li> +</ul> +<a name="RatException-java.lang.String-java.lang.Throwable-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RatException</h4> +<pre>public RatException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> +</li> +</ul> +<a name="RatException-java.lang.String-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>RatException</h4> +<pre>public RatException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</pre> +</li> +</ul> +<a name="RatException-java.lang.Throwable-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>RatException</h4> +<pre>public RatException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar.bottom"> +<!-- --> +</a> +<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/RatException.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/rat/api/MimeTyper.html" title="interface in org.apache.rat.api"><span class="typeNameLink">Prev Class</span></a></li> +<li>Next Class</li> +</ul> +<ul class="navList"> +<li><a href="../../../../index.html?org/apache/rat/api/RatException.html" target="_top">Frames</a></li> +<li><a href="RatException.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#methods.inherited.from.class.java.lang.Throwable">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li>Method</li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2006–2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html b/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html new file mode 100644 index 0000000..0c97903 --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/api/class-use/ContentType.html @@ -0,0 +1,202 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.rat.api.ContentType (Apache Creadur Rat::Core 0.13-SNAPSHOT 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.rat.api.ContentType (Apache Creadur Rat::Core 0.13-SNAPSHOT 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/rat/api/ContentType.html" title="class in org.apache.rat.api">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/rat/api/class-use/ContentType.html" target="_top">Frames</a></li> +<li><a href="ContentType.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.rat.api.ContentType" class="title">Uses of Class<br>org.apache.rat.api.ContentType</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/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></span><span class="tabEnd"> </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.rat.api">org.apache.rat.api</a></td> +<td class="colLast"> +<div class="block">Key abstractions.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.rat.api"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a> in <a href="../../../../../org/apache/rat/api/package-summary.html">org.apache.rat.api</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/rat/api/package-summary.html">org.apache.rat.api</a> that return <a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></code></td> +<td class="colLast"><span class="typeNameLabel">MetaData.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/api/MetaData.html#getContentType--">getContentType</a></span>()</code> +<div class="block">Gets the content type for the subject.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></code></td> +<td class="colLast"><span class="typeNameLabel">MimeTyper.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/api/MimeTyper.html#type-java.io.InputStream-java.lang.String-">type</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a> inputStream, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> +<div class="block">Guesses the mime type for the given content.</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/rat/api/package-summary.html">org.apache.rat.api</a> with parameters of type <a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">MetaData.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/api/MetaData.html#setContentType-org.apache.rat.api.ContentType-">setContentType</a></span>(<a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a> contentType)</code> +<div class="block">Sets the content type for this subject.</div> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../org/apache/rat/api/package-summary.html">org.apache.rat.api</a> with parameters of type <a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/api/MetaData.html#MetaData-org.apache.rat.api.ContentType-">MetaData</a></span>(<a href="../../../../../org/apache/rat/api/ContentType.html" title="class in org.apache.rat.api">ContentType</a> contentType)</code> </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/rat/api/ContentType.html" title="class in org.apache.rat.api">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/rat/api/class-use/ContentType.html" target="_top">Frames</a></li> +<li><a href="ContentType.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2006–2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> http://git-wip-us.apache.org/repos/asf/creadur-site/blob/88439734/apache-rat-core/apidocs/org/apache/rat/api/class-use/Document.html ---------------------------------------------------------------------- diff --git a/apache-rat-core/apidocs/org/apache/rat/api/class-use/Document.html b/apache-rat-core/apidocs/org/apache/rat/api/class-use/Document.html new file mode 100644 index 0000000..4aaa83e --- /dev/null +++ b/apache-rat-core/apidocs/org/apache/rat/api/class-use/Document.html @@ -0,0 +1,523 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="de"> +<head> +<!-- Generated by javadoc --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.rat.api.Document (Apache Creadur Rat::Core 0.13-SNAPSHOT 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 Interface org.apache.rat.api.Document (Apache Creadur Rat::Core 0.13-SNAPSHOT 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/rat/api/Document.html" title="interface in org.apache.rat.api">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/rat/api/class-use/Document.html" target="_top">Frames</a></li> +<li><a href="Document.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.rat.api.Document" class="title">Uses of Interface<br>org.apache.rat.api.Document</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/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </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.rat.analysis">org.apache.rat.analysis</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.analysis.generation">org.apache.rat.analysis.generation</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.analysis.license">org.apache.rat.analysis.license</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.analysis.util">org.apache.rat.analysis.util</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.document">org.apache.rat.document</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.document.impl">org.apache.rat.document.impl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.document.impl.guesser">org.apache.rat.document.impl.guesser</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.document.impl.util">org.apache.rat.document.impl.util</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.policy">org.apache.rat.policy</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.report">org.apache.rat.report</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.report.claim.impl">org.apache.rat.report.claim.impl</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.rat.report.claim.impl.xml">org.apache.rat.report.claim.impl.xml</a></td> +<td class="colLast"> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.rat.report.claim.util">org.apache.rat.report.claim.util</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.rat.analysis"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/analysis/package-summary.html">org.apache.rat.analysis</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/rat/analysis/package-summary.html">org.apache.rat.analysis</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">DocumentHeaderAnalyser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/DocumentHeaderAnalyser.html#analyse-org.apache.rat.api.Document-">analyse</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">IHeaderMatcher.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/IHeaderMatcher.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> +<div class="block">Matches the text accumulated to licenses.</div> +</td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.analysis.generation"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/analysis/generation/package-summary.html">org.apache.rat.analysis.generation</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/rat/analysis/generation/package-summary.html">org.apache.rat.analysis.generation</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">JavaDocLicenseNotRequired.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/generation/JavaDocLicenseNotRequired.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">GeneratedLicenseNotRequired.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/generation/GeneratedLicenseNotRequired.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.analysis.license"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/analysis/license/package-summary.html">org.apache.rat.analysis.license</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/rat/analysis/license/package-summary.html">org.apache.rat.analysis.license</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">OASISLicense.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/OASISLicense.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">CDDL1License.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/CDDL1License.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">SimplePatternBasedLicense.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/SimplePatternBasedLicense.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> pSubject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> pLine)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">CopyrightHeader.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/CopyrightHeader.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">AppliedApacheSoftwareLicense20.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/AppliedApacheSoftwareLicense20.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> s)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">FullTextMatchingLicense.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/FullTextMatchingLicense.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">BaseLicense.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/license/BaseLicense.html#reportOnLicense-org.apache.rat.api.Document-">reportOnLicense</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.analysis.util"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/analysis/util/package-summary.html">org.apache.rat.analysis.util</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/rat/analysis/util/package-summary.html">org.apache.rat.analysis.util</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><span class="typeNameLabel">HeaderMatcherMultiplexer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/analysis/util/HeaderMatcherMultiplexer.html#match-org.apache.rat.api.Document-java.lang.String-">match</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> line)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.document"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/document/package-summary.html">org.apache.rat.document</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/rat/document/package-summary.html">org.apache.rat.document</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">IDocumentAnalyser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/IDocumentAnalyser.html#analyse-org.apache.rat.api.Document-">analyse</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.document.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/document/impl/package-summary.html">org.apache.rat.document.impl</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../org/apache/rat/document/impl/package-summary.html">org.apache.rat.document.impl</a> that implement <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/AbstractMonolithicDocument.html" title="class in org.apache.rat.document.impl">AbstractMonolithicDocument</a></span></code> +<div class="block">Abstract base class for monolithic documents.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/ArchiveEntryDocument.html" title="class in org.apache.rat.document.impl">ArchiveEntryDocument</a></span></code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/FileDocument.html" title="class in org.apache.rat.document.impl">FileDocument</a></span></code> +<div class="block">Document wrapping a file of undetermined composition.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/MonolithicFileDocument.html" title="class in org.apache.rat.document.impl">MonolithicFileDocument</a></span></code> </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/rat/document/impl/package-summary.html">org.apache.rat.document.impl</a> that return <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></code></td> +<td class="colLast"><span class="typeNameLabel">MonolithicFileDocument.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/MonolithicFileDocument.html#newInstance-java.net.URL-">newInstance</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a> url)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.document.impl.guesser"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/document/impl/guesser/package-summary.html">org.apache.rat.document.impl.guesser</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/rat/document/impl/guesser/package-summary.html">org.apache.rat.document.impl.guesser</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><span class="typeNameLabel">ArchiveGuesser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/guesser/ArchiveGuesser.html#isArchive-org.apache.rat.api.Document-">isArchive</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><span class="typeNameLabel">BinaryGuesser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/guesser/BinaryGuesser.html#isBinary-org.apache.rat.api.Document-">isBinary</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static boolean</code></td> +<td class="colLast"><span class="typeNameLabel">NoteGuesser.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/guesser/NoteGuesser.html#isNote-org.apache.rat.api.Document-">isNote</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.document.impl.util"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/document/impl/util/package-summary.html">org.apache.rat.document.impl.util</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/rat/document/impl/util/package-summary.html">org.apache.rat.document.impl.util</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">DocumentAnalyserMultiplexer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/document/impl/util/DocumentAnalyserMultiplexer.html#analyse-org.apache.rat.api.Document-">analyse</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.policy"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/policy/package-summary.html">org.apache.rat.policy</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/rat/policy/package-summary.html">org.apache.rat.policy</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">DefaultPolicy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/policy/DefaultPolicy.html#analyse-org.apache.rat.api.Document-">analyse</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">DefaultPolicy.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/policy/DefaultPolicy.html#reportLicenseApprovalClaim-org.apache.rat.api.Document-boolean-">reportLicenseApprovalClaim</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject, + boolean isAcceptable)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.report"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/report/package-summary.html">org.apache.rat.report</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/rat/report/package-summary.html">org.apache.rat.report</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">AbstractReport.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/AbstractReport.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">RatReport.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/RatReport.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.report.claim.impl"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/report/claim/impl/package-summary.html">org.apache.rat.report.claim.impl</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/rat/report/claim/impl/package-summary.html">org.apache.rat.report.claim.impl</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">AbstractClaimReporter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/claim/impl/AbstractClaimReporter.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.report.claim.impl.xml"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/report/claim/impl/xml/package-summary.html">org.apache.rat.report.claim.impl.xml</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/rat/report/claim/impl/xml/package-summary.html">org.apache.rat.report.claim.impl.xml</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">SimpleXmlClaimReporter.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/claim/impl/xml/SimpleXmlClaimReporter.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> subject)</code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.rat.report.claim.util"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> in <a href="../../../../../org/apache/rat/report/claim/util/package-summary.html">org.apache.rat.report.claim.util</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/rat/report/claim/util/package-summary.html">org.apache.rat.report.claim.util</a> with parameters of type <a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">LicenseAddingReport.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/claim/util/LicenseAddingReport.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><span class="typeNameLabel">ClaimReporterMultiplexer.</span><code><span class="memberNameLink"><a href="../../../../../org/apache/rat/report/claim/util/ClaimReporterMultiplexer.html#report-org.apache.rat.api.Document-">report</a></span>(<a href="../../../../../org/apache/rat/api/Document.html" title="interface in org.apache.rat.api">Document</a> document)</code> </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/rat/api/Document.html" title="interface in org.apache.rat.api">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/rat/api/class-use/Document.html" target="_top">Frames</a></li> +<li><a href="Document.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2006–2016 <a href="http://www.apache.org">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
