<!DOCTYPEHTML><!-- NewPage --><htmllang="en"><head><!-- Generated by javadoc (11.0.18) on Mon Apr 24 05:39:07 UTC 2023 --><title>ResourceFileSystemProvider (NorthernWind :: Core 1.2-ALPHA-12-SNAPSHOT API)</title><metahttp-equiv="Content-Type"content="text/html; charset=UTF-8"><metaname="dc.created"content="2023-04-24"><linkrel="stylesheet"type="text/css"href="../../../../../stylesheet.css"title="Style"><linkrel="stylesheet"type="text/css"href="../../../../../jquery/jquery-ui.min.css"title="Style"><linkrel="stylesheet"type="text/css"href="../../../../../jquery-ui.overrides.css"title="Style"><scripttype="text/javascript"src="../../../../../script.js"></script><scripttype="text/javascript"src="../../../../../jquery/jszip/dist/jszip.min.js"></script><scripttype="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]--><scripttype="text/javascript"src="../../../../../jquery/jquery-3.6.0.min.js"></script><scripttype="text/javascript"src="../../../../../jquery/jquery-ui.min.js"></script></head><body><scripttype="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ResourceFileSystemProvider (NorthernWind :: Core 1.2-ALPHA-12-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
var data = {"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";
var pathtoroot = "../../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script><noscript><div>JavaScript is disabled on your browser.</div></noscript><headerrole="banner"><navrole="navigation"><divclass="fixedNav"><!-- ========= START OF TOP NAVBAR ======= --><divclass="topNav"><aid="navbar.top"><!-- --></a><divclass="skipNav"><ahref="#skip.navbar.top"title="Skip navigation links">Skip navigation links</a></div><aid="navbar.top.firstrow"><!-- --></a><ulclass="navList"title="Navigation"><li><ahref="../../../../../index.html">Overview</a></li><li><ahref="package-summary.html">Package</a></li><liclass="navBarCell1Rev">Class</li><li><ahref="class-use/ResourceFileSystemProvider.html">Use</a></li><li><ahref="package-tree.html">Tree</a></li><li><ahref="../../../../../deprecated-list.html">Deprecated</a></li><li><ahref="../../../../../index-all.html">Index</a></li><li><ahref="../../../../../help-doc.html">Help</a></li></ul></div><divclass="subNav"><ulclass="navList"id="allclasses_navbar_top"><li><ahref="../../../../../allclasses.html">All Classes</a></li></ul><ulclass="navListSearch"><li><labelfor="search">SEARCH:</label><inputtype="text"id="search"value="search"disabled="disabled"><inputtype="reset"id="reset"value="reset"disabled="disabled"></li></ul><div><scripttype="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><ulclass="subNavList"><li>Summary: </li><li>Nested | </li><li>Field | </li><li>Constr | </li><li><ahref="#method.summary">Method</a></li></ul><ulclass="subNavList"><li>Detail: </li><li>Field | </li><li>Constr | </li><li><ahref="#method.detail">Method</a></li></ul></div><aid="skip.navbar.top"><!-- --></a></div><!-- ========= END OF TOP NAVBAR ========= --></div><divclass="navPadding"> </div><scripttype="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//--></script></nav></header><!-- ======== START OF CLASS DATA ======== --><mainrole="main"><divclass="header"><divclass="subTitle"><spanclass="packageLabelInType">Package</span> <ahref="package-summary.html">it.tidalwave.northernwind.core.model</a></div><h2title="Interface ResourceFileSystemProvider"class="title">Interface ResourceFileSystemProvider</h2></div><divclass="contentContainer"><divclass="description"><ulclass="blockList"><liclass="blockList"><dl><dt>Functional Interface:</dt><dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd></dl><hr><objecttype="image/svg+xml"data="ResourceFileSystemProvider.svg"style="max-width:60%;float:right;"></object><prestyle="white-space:pre-wrap;">@FunctionalInterface
public interface <spanclass="typeNameLabel">ResourceFileSystemProvider</span></pre><divclass="block">A provider for the <ahref="ResourceFileSystem.html"title="interface in it.tidalwave.northernwind.core.model"><code>ResourceFileSystem</code></a>.
FIXME: possibly drop the need for a Provider - instantiate filesystems directly.</div>
possibly drop the need for a Provider - instantiate filesystems directly.
<dl><dt><spanclass="simpleTagLabel">Author:</span></dt><dd>Fabrizio Giudici</dd></dl></li></ul></div><divclass="summary"style="clear:right;"><ulclass="blockList"><liclass="blockList"><!-- ========== METHOD SUMMARY =========== --><section><ulclass="blockList"><liclass="blockList"><aid="method.summary"><!-- --></a><h3>Method Summary</h3><tableclass="memberSummary"><caption><spanid="t0"class="activeTableTab"><span>All Methods</span><spanclass="tabEnd"> </span></span><spanid="t2"class="tableTab"><span><ahref="javascript:show(2);">Instance Methods</a></span><spanclass="tabEnd"> </span></span><spanid="t3"class="tableTab"><span><ahref="javascript:show(4);">Abstract Methods</a></span><spanclass="tabEnd"> </span></span></caption><tr><thclass="colFirst"scope="col">Modifier and Type</th><thclass="colSecond"scope="col">Method</th><thclass="colLast"scope="col">Description</th></tr><trid="i0"class="altColor"><tdclass="colFirst"><code><ahref="ResourceFileSystem.html"title="interface in it.tidalwave.northernwind.core.model">ResourceFileSystem</a></code></td><thclass="colSecond"scope="row"><code><spanclass="memberNameLink"><ahref="#getFileSystem()">getFileSystem</a></span>()</code></th><tdclass="colLast"><divclass="block">Returns the <ahref="ResourceFileSystem.html"title="interface in it.tidalwave.northernwind.core.model"><code>ResourceFileSystem</code></a>.</div></td></tr></table></li></ul></section></li></ul></div><divclass="details"><ulclass="blockList"><liclass="blockList"><!-- ============ METHOD DETAIL ========== --><section><ulclass="blockList"><liclass="blockList"><aid="method.detail"><!-- --></a><h3>Method Detail</h3><aid="getFileSystem()"><!-- --></a><ulclass="blockListLast"><liclass="blockList"><h4>getFileSystem</h4><preclass="methodSignature">@Nonnull
<ahref="ResourceFileSystem.html"title="interface in it.tidalwave.northernwind.core.model">ResourceFileSystem</a> getFileSystem()
throws java.io.IOException</pre><divclass="block">Returns the <ahref="ResourceFileSystem.html"title="interface in it.tidalwave.northernwind.core.model"><code>ResourceFileSystem</code></a>.</div><dl><dt><spanclass="returnLabel">Returns:</span></dt><dd>the <code>ResourceFileSystem</code></dd><dt><spanclass="throwsLabel">Throws:</span></dt><dd><code>java.io.IOException</code></dd></dl></li></ul></li></ul></section></li></ul></div></div></main><!-- ========= END OF CLASS DATA ========= --><footerrole="contentinfo"><navrole="navigation"><!-- ======= START OF BOTTOM NAVBAR ====== --><divclass="bottomNav"><aid="navbar.bottom"><!-- --></a><divclass="skipNav"><ahref="#skip.navbar.bottom"title="Skip navigation links">Skip navigation links</a></div><aid="navbar.bottom.firstrow"><!-- --></a><ulclass="navList"title="Navigation"><li><ahref="../../../../../index.html">Overview</a></li><li><ahref="package-summary.html">Package</a></li><liclass="navBarCell1Rev">Class</li><li><ahref="class-use/ResourceFileSystemProvider.html">Use</a></li><li><ahref="package-tree.html">Tree</a></li><li><ahref="../../../../../deprecated-list.html">Deprecated</a></li><li><ahref="../../../../../index-all.html">Index</a></li><li><ahref="../../../../../help-doc.html">Help</a></li></ul></div><divclass="subNav"><ulclass="navList"id="allclasses_navbar_bottom"><li><ahref="../../../../../allclasses.html">All Classes</a></li></ul><div><scripttype="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><ulclass="subNavList"><li>Summary: </li><li>Nested | </li><li>Field | </li><li>Constr | </li><li><ahref="#method.summary">Method</a></li></ul><ulclass="subNavList"><li>Detail: </li><li>Field | </li><li>Constr | </li><li><ahref="#method.detail">Method</a></li></ul></div><aid="skip.navbar.bottom"><!-- --></a></div><!-- ======== END OF BOTTOM NAVBAR ======= --></nav><pclass="legalCopy"><small>Copyright © 2011–2023 <ahref="http://tidalwave.it">Tidalwave s.a.s.</a>. All rights reserved.</small></p></footer></body></html>