blob: f5079a3862ebe7c32edb43f7cc3666a877ff1a57 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Mon Jun 14 16:44:01 EDT 2021 -->
<title>PathResource (Eclipse Jetty API Doc - v11.0.5)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-06-14">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="PathResource (Eclipse Jetty API Doc - v11.0.5)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":9,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PathResource.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" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.jetty.util.resource</a></div>
<h2 title="Class PathResource" class="title">Class PathResource</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">org.eclipse.jetty.util.resource.Resource</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.jetty.util.resource.PathResource</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.io.Closeable</code>, <code>java.lang.AutoCloseable</code>, <code><a href="ResourceFactory.html" title="interface in org.eclipse.jetty.util.resource">ResourceFactory</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">PathResource</span>
extends <a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></pre>
<div class="block">Java NIO Path Resource.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a id="fields.inherited.from.class.org.eclipse.jetty.util.resource.Resource">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jetty.util.resource.<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></h3>
<code><a href="Resource.html#__defaultUseCaches">__defaultUseCaches</a></code></li>
</ul>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.io.File)">PathResource</a></span>&#8203;(java.io.File&nbsp;file)</code></th>
<td class="colLast">
<div class="block">Construct a new PathResource from a File object.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.net.URI)">PathResource</a></span>&#8203;(java.net.URI&nbsp;uri)</code></th>
<td class="colLast">
<div class="block">Construct a new PathResource from a URI object.</div>
</td>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.net.URL)">PathResource</a></span>&#8203;(java.net.URL&nbsp;url)</code></th>
<td class="colLast">
<div class="block">Create a new PathResource from a provided URL object.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.nio.file.Path)">PathResource</a></span>&#8203;(java.nio.file.Path&nbsp;path)</code></th>
<td class="colLast">
<div class="block">Construct a new PathResource from a Path object.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#addPath(java.lang.String)">addPath</a></span>&#8203;(java.lang.String&nbsp;subpath)</code></th>
<td class="colLast">
<div class="block">Returns the resource contained inside the current resource with the
given name, which may or may not exist.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#close()">close</a></span>()</code></th>
<td class="colLast">
<div class="block">Release any temporary resources held by the resource.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#copyTo(java.io.File)">copyTo</a></span>&#8203;(java.io.File&nbsp;destination)</code></th>
<td class="colLast">
<div class="block">Copy the Resource to the new destination file.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#delete()">delete</a></span>()</code></th>
<td class="colLast">
<div class="block">Deletes the given resource</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#equals(java.lang.Object)">equals</a></span>&#8203;(java.lang.Object&nbsp;obj)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#exists()">exists</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>java.net.URI</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAlias()">getAlias</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>java.nio.file.Path</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAliasPath()">getAliasPath</a></span>()</code></th>
<td class="colLast">
<div class="block">The Alias as a Path.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>java.io.File</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFile()">getFile</a></span>()</code></th>
<td class="colLast">
<div class="block">File representing the given resource.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>java.io.InputStream</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getInputStream()">getInputStream</a></span>()</code></th>
<td class="colLast">
<div class="block">Input stream to the resource</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getName()">getName</a></span>()</code></th>
<td class="colLast">
<div class="block">The name of the resource.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>java.nio.file.Path</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPath()">getPath</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>java.nio.channels.ReadableByteChannel</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReadableByteChannel()">getReadableByteChannel</a></span>()</code></th>
<td class="colLast">
<div class="block">Readable ByteChannel for the resource.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>java.net.URI</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getURI()">getURI</a></span>()</code></th>
<td class="colLast">
<div class="block">URI representing the resource.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#hashCode()">hashCode</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isAlias()">isAlias</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isContainedIn(org.eclipse.jetty.util.resource.Resource)">isContainedIn</a></span>&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;r)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isDirectory()">isDirectory</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isSame(org.eclipse.jetty.util.resource.Resource)">isSame</a></span>&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;resource)</code></th>
<td class="colLast">
<div class="block">Return true if the passed Resource represents the same resource as the Resource.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isSameName(java.nio.file.Path,java.nio.file.Path)">isSameName</a></span>&#8203;(java.nio.file.Path&nbsp;pathA,
java.nio.file.Path&nbsp;pathB)</code></th>
<td class="colLast">
<div class="block">Test if the paths are the same name.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#lastModified()">lastModified</a></span>()</code></th>
<td class="colLast">
<div class="block">Time resource was last modified.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#length()">length</a></span>()</code></th>
<td class="colLast">
<div class="block">Length of the resource.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>java.lang.String[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#list()">list</a></span>()</code></th>
<td class="colLast">
<div class="block">list of resource names contained in the given resource.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>java.nio.channels.SeekableByteChannel</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#newSeekableByteChannel()">newSeekableByteChannel</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#renameTo(org.eclipse.jetty.util.resource.Resource)">renameTo</a></span>&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;dest)</code></th>
<td class="colLast">
<div class="block">Rename the given resource</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.eclipse.jetty.util.resource.Resource">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.util.resource.<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></h3>
<code><a href="Resource.html#fromList(java.lang.String,boolean)">fromList</a>, <a href="Resource.html#fromList(java.lang.String,boolean,org.eclipse.jetty.util.resource.ResourceFactory)">fromList</a>, <a href="Resource.html#getAllResources()">getAllResources</a>, <a href="Resource.html#getAssociate()">getAssociate</a>, <a href="Resource.html#getDefaultUseCaches()">getDefaultUseCaches</a>, <a href="Resource.html#getListHTML(java.lang.String,boolean,java.lang.String)">getListHTML</a>, <a href="Resource.html#getResource(java.lang.String)">getResource</a>, <a href="Resource.html#getWeakETag()">getWeakETag</a>, <a href="Resource.html#getWeakETag(java.lang.String)">getWeakETag</a>, <a href="Resource.html#isContainedIn(org.eclipse.jetty.util.resource.Resource,org.eclipse.jetty.util.resource.Resource)">isContainedIn</a>, <a href="Resource.html#newClassPathResource(java.lang.String)">newClassPathResource</a>, <a href="Resource.html#newClassPathResource(java.lang.String,boolean,boolean)">newClassPathResource</a>, <a href="Resource.html#newResource(java.io.File)">newResource</a>, <a href="Resource.html#newResource(java.lang.String)">newResource</a>, <a href="Resource.html#newResource(java.lang.String,boolean)">newResource</a>, <a href="Resource.html#newResource(java.net.URI)">newResource</a>, <a href="Resource.html#newResource(java.net.URL)">newResource</a>, <a href="Resource.html#newResource(java.nio.file.Path)">newResource</a>, <a href="Resource.html#newSystemResource(java.lang.String)">newSystemResource</a>, <a href="Resource.html#setAssociate(java.lang.Object)">setAssociate</a>, <a href="Resource.html#setDefaultUseCaches(boolean)">setDefaultUseCaches</a>, <a href="Resource.html#toURL(java.io.File)">toURL</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, finalize, getClass, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PathResource</h4>
<pre>public&nbsp;PathResource&#8203;(java.io.File&nbsp;file)</pre>
<div class="block">Construct a new PathResource from a File object.
<p>
An invocation of this convenience constructor of the form.
</p>
<pre>
new PathResource(file);
</pre>
<p>
behaves in exactly the same way as the expression
</p>
<pre>
new PathResource(file.toPath());
</pre></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>file</code> - the file to use</dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.nio.file.Path)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PathResource</h4>
<pre>public&nbsp;PathResource&#8203;(java.nio.file.Path&nbsp;path)</pre>
<div class="block">Construct a new PathResource from a Path object.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>path</code> - the path to use</dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.net.URI)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PathResource</h4>
<pre>public&nbsp;PathResource&#8203;(java.net.URI&nbsp;uri)
throws java.io.IOException</pre>
<div class="block">Construct a new PathResource from a URI object.
<p>
Must be an absolute URI using the <code>file</code> scheme.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>uri</code> - the URI to build this PathResource from.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to construct the PathResource from the URI.</dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.net.URL)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PathResource</h4>
<pre>public&nbsp;PathResource&#8203;(java.net.URL&nbsp;url)
throws java.io.IOException,
java.net.URISyntaxException</pre>
<div class="block">Create a new PathResource from a provided URL object.
<p>
An invocation of this convenience constructor of the form.
</p>
<pre>
new PathResource(url);
</pre>
<p>
behaves in exactly the same way as the expression
</p>
<pre>
new PathResource(url.toURI());
</pre></div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>url</code> - the url to attempt to create PathResource from</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if URL doesn't point to a location that can be transformed to a PathResource</dd>
<dd><code>java.net.URISyntaxException</code> - if the provided URL was malformed</dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="isSameName(java.nio.file.Path,java.nio.file.Path)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSameName</h4>
<pre class="methodSignature">public static&nbsp;boolean&nbsp;isSameName&#8203;(java.nio.file.Path&nbsp;pathA,
java.nio.file.Path&nbsp;pathB)</pre>
<div class="block">Test if the paths are the same name.
<p>
If the real path is not the same as the absolute path
then we know that the real path is the alias for the
provided path.
</p>
<p>
For OS's that are case insensitive, this should
return the real (on-disk / case correct) version
of the path.
</p>
<p>
We have to be careful on Windows and OSX.
</p>
<p>
Assume we have the following scenario:
</p>
<pre>
Path a = new File("foo").toPath();
Files.createFile(a);
Path b = new File("FOO").toPath();
</pre>
<p>
There now exists a file called <code>foo</code> on disk.
Using Windows or OSX, with a Path reference of
<code>FOO</code>, <code>Foo</code>, <code>fOO</code>, etc.. means the following
</p>
<pre>
| OSX | Windows | Linux
-----------------------+---------+------------+---------
Files.exists(a) | True | True | True
Files.exists(b) | True | True | False
Files.isSameFile(a,b) | True | True | False
a.equals(b) | False | True | False
</pre>
<p>
See the javadoc for Path.equals() for details about this FileSystem
behavior difference
</p>
<p>
We also cannot rely on a.compareTo(b) as this is roughly equivalent
in implementation to a.equals(b)
</p></div>
</li>
</ul>
<a id="isSame(org.eclipse.jetty.util.resource.Resource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isSame</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isSame&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;resource)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#isSame(org.eclipse.jetty.util.resource.Resource)">Resource</a></code></span></div>
<div class="block">Return true if the passed Resource represents the same resource as the Resource.
For many resource types, this is equivalent to <code>Object.equals(Object)</code>, however
for resources types that support aliasing, this maybe some other check (e.g. <code>Files.isSameFile(Path, Path)</code>).</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Resource.html#isSame(org.eclipse.jetty.util.resource.Resource)">isSame</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>resource</code> - The resource to check</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the passed resource represents the same resource.</dd>
</dl>
</li>
</ul>
<a id="addPath(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addPath</h4>
<pre class="methodSignature">public&nbsp;<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;addPath&#8203;(java.lang.String&nbsp;subpath)
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#addPath(java.lang.String)">Resource</a></code></span></div>
<div class="block">Returns the resource contained inside the current resource with the
given name, which may or may not exist.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#addPath(java.lang.String)">addPath</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>subpath</code> - The path segment to add, which is not encoded</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the Resource for the resolved path within this Resource, never null</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to resolve the path</dd>
<dd><code>java.net.MalformedURLException</code> - if the resolution of the path fails because the input path parameter is malformed.</dd>
</dl>
</li>
</ul>
<a id="close()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>close</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;close()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#close()">Resource</a></code></span></div>
<div class="block">Release any temporary resources held by the resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.lang.AutoCloseable</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code>close</code>&nbsp;in interface&nbsp;<code>java.io.Closeable</code></dd>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#close()">close</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
</dl>
</li>
</ul>
<a id="delete()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>delete</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;delete()
throws java.lang.SecurityException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#delete()">Resource</a></code></span></div>
<div class="block">Deletes the given resource</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#delete()">delete</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if resource was found and successfully deleted, false if resource didn't exist or was unable to
be deleted.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.SecurityException</code> - if unable to delete due to permissions</dd>
</dl>
</li>
</ul>
<a id="equals(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;equals&#8203;(java.lang.Object&nbsp;obj)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>equals</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a id="exists()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>exists</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;exists()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#exists()">exists</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the represented resource exists.</dd>
</dl>
</li>
</ul>
<a id="getFile()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFile</h4>
<pre class="methodSignature">public&nbsp;java.io.File&nbsp;getFile()
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#getFile()">Resource</a></code></span></div>
<div class="block">File representing the given resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getFile()">getFile</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an File representing the given resource or NULL if this
is not possible.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to get the resource due to permissions</dd>
</dl>
</li>
</ul>
<a id="getPath()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPath</h4>
<pre class="methodSignature">public&nbsp;java.nio.file.Path&nbsp;getPath()</pre>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the <code>Path</code> of the resource</dd>
</dl>
</li>
</ul>
<a id="getInputStream()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInputStream</h4>
<pre class="methodSignature">public&nbsp;java.io.InputStream&nbsp;getInputStream()
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#getInputStream()">Resource</a></code></span></div>
<div class="block">Input stream to the resource</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getInputStream()">getInputStream</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an input stream to the resource</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to open the input stream</dd>
</dl>
</li>
</ul>
<a id="getName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getName</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;getName()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#getName()">Resource</a></code></span></div>
<div class="block">The name of the resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getName()">getName</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the name of the resource</dd>
</dl>
</li>
</ul>
<a id="getReadableByteChannel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReadableByteChannel</h4>
<pre class="methodSignature">public&nbsp;java.nio.channels.ReadableByteChannel&nbsp;getReadableByteChannel()
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#getReadableByteChannel()">Resource</a></code></span></div>
<div class="block">Readable ByteChannel for the resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getReadableByteChannel()">getReadableByteChannel</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an readable bytechannel to the resource or null if one is not available.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to open the readable bytechannel for the resource.</dd>
</dl>
</li>
</ul>
<a id="newSeekableByteChannel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>newSeekableByteChannel</h4>
<pre class="methodSignature">public&nbsp;java.nio.channels.SeekableByteChannel&nbsp;newSeekableByteChannel()
throws java.io.IOException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code></dd>
</dl>
</li>
</ul>
<a id="getURI()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getURI</h4>
<pre class="methodSignature">public&nbsp;java.net.URI&nbsp;getURI()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#getURI()">Resource</a></code></span></div>
<div class="block">URI representing the resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#getURI()">getURI</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>an URI representing the given resource</dd>
</dl>
</li>
</ul>
<a id="hashCode()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre class="methodSignature">public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>hashCode</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
<a id="isContainedIn(org.eclipse.jetty.util.resource.Resource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isContainedIn</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isContainedIn&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;r)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#isContainedIn(org.eclipse.jetty.util.resource.Resource)">isContainedIn</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
</dl>
</li>
</ul>
<a id="isDirectory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDirectory</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isDirectory()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#isDirectory()">isDirectory</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the represented resource is a container/directory.</dd>
</dl>
</li>
</ul>
<a id="lastModified()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>lastModified</h4>
<pre class="methodSignature">public&nbsp;long&nbsp;lastModified()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#lastModified()">Resource</a></code></span></div>
<div class="block">Time resource was last modified.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#lastModified()">lastModified</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the last modified time as milliseconds since unix epoch</dd>
</dl>
</li>
</ul>
<a id="length()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>length</h4>
<pre class="methodSignature">public&nbsp;long&nbsp;length()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#length()">Resource</a></code></span></div>
<div class="block">Length of the resource.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#length()">length</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the length of the resource</dd>
</dl>
</li>
</ul>
<a id="isAlias()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isAlias</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;isAlias()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Resource.html#isAlias()">isAlias</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if this Resource is an alias to another real Resource</dd>
</dl>
</li>
</ul>
<a id="getAliasPath()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAliasPath</h4>
<pre class="methodSignature">public&nbsp;java.nio.file.Path&nbsp;getAliasPath()</pre>
<div class="block">The Alias as a Path.
<p>
Note: this cannot return the alias as a DIFFERENT path in 100% of situations,
due to Java's internal Path/File normalization.
</p></div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>the alias as a path.</dd>
</dl>
</li>
</ul>
<a id="getAlias()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAlias</h4>
<pre class="methodSignature">public&nbsp;java.net.URI&nbsp;getAlias()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Resource.html#getAlias()">getAlias</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The canonical Alias of this resource or null if none.</dd>
</dl>
</li>
</ul>
<a id="list()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>list</h4>
<pre class="methodSignature">public&nbsp;java.lang.String[]&nbsp;list()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#list()">Resource</a></code></span></div>
<div class="block">list of resource names contained in the given resource.
Ordering is unspecified, so callers may wish to sort the return value to ensure deterministic behavior.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#list()">list</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a list of resource names contained in the given resource, or null.
Note: The resource names are not URL encoded.</dd>
</dl>
</li>
</ul>
<a id="renameTo(org.eclipse.jetty.util.resource.Resource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>renameTo</h4>
<pre class="methodSignature">public&nbsp;boolean&nbsp;renameTo&#8203;(<a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a>&nbsp;dest)
throws java.lang.SecurityException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#renameTo(org.eclipse.jetty.util.resource.Resource)">Resource</a></code></span></div>
<div class="block">Rename the given resource</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="Resource.html#renameTo(org.eclipse.jetty.util.resource.Resource)">renameTo</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>dest</code> - the destination name for the resource</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>true if the resource was renamed, false if the resource didn't exist or was unable to be renamed.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.SecurityException</code> - if unable to rename due to permissions</dd>
</dl>
</li>
</ul>
<a id="copyTo(java.io.File)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyTo</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;copyTo&#8203;(java.io.File&nbsp;destination)
throws java.io.IOException</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="Resource.html#copyTo(java.io.File)">Resource</a></code></span></div>
<div class="block">Copy the Resource to the new destination file.
<p>
Will not replace existing destination file.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="Resource.html#copyTo(java.io.File)">copyTo</a></code>&nbsp;in class&nbsp;<code><a href="Resource.html" title="class in org.eclipse.jetty.util.resource">Resource</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>destination</code> - the destination file to create</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.io.IOException</code> - if unable to copy the resource</dd>
</dl>
</li>
</ul>
<a id="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre class="methodSignature">public&nbsp;java.lang.String&nbsp;toString()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/PathResource.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" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2021 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>