<h2>org.das2.util.filesystem.VFSFileSystem</h2><p>FileSystem provides additional abstraction to Apache VFS to implement das2 FileSystems, and provide
 SFTP access.</p>
<hr>
<a name="close"></a>
<h2>close</h2>
close(  ) &rarr; void

<p></p>

<h3>Returns:</h3>
void (returns nothing)

<br><br>
<a href="https://github.com/autoplot/dev/search?q=close&unscoped_q=close">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#close">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
<hr>
<a name="createVFSFileSystem"></a>
<h2>createVFSFileSystem</h2>
createVFSFileSystem( <a href='https://docs.oracle.com/javase/8/docs/api/java/net/URI.html'>java.net.URI</a> root ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/util/filesystem/VFSFileSystem.html'>org.das2.util.filesystem.VFSFileSystem</a>

<p></p>

<h3>Parameters</h3>
root - an URI

<h3>Returns:</h3>
org.das2.util.filesystem.VFSFileSystem

<br><br>
<a href="https://github.com/autoplot/dev/search?q=createVFSFileSystem&unscoped_q=createVFSFileSystem">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#createVFSFileSystem">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
createVFSFileSystem( <a href='https://docs.oracle.com/javase/8/docs/api/java/net/URI.html'>java.net.URI</a> root, boolean createFolder ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/util/filesystem/VFSFileSystem.html'>org.das2.util.filesystem.VFSFileSystem</a><br>
<hr>
<a name="getFileObject"></a>
<h2>getFileObject</h2>
getFileObject( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> filename ) &rarr; <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/util/filesystem/FileObject.html'>org.das2.util.filesystem.FileObject</a>

<p></p>

<h3>Parameters</h3>
filename - a String

<h3>Returns:</h3>
org.das2.util.filesystem.FileObject

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getFileObject&unscoped_q=getFileObject">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#getFileObject">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
<hr>
<a name="getLocalRoot"></a>
<h2>getLocalRoot</h2>
getLocalRoot(  ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/io/File.html'>java.io.File</a>

<p></p>

<h3>Returns:</h3>
java.io.File

<br><br>
<a href="https://github.com/autoplot/dev/search?q=getLocalRoot&unscoped_q=getLocalRoot">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#getLocalRoot">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
<hr>
<a name="isDirectory"></a>
<h2>isDirectory</h2>
isDirectory( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> filename ) &rarr; boolean

<p></p>

<h3>Parameters</h3>
filename - a String

<h3>Returns:</h3>
boolean

<br><br>
<a href="https://github.com/autoplot/dev/search?q=isDirectory&unscoped_q=isDirectory">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#isDirectory">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
<hr>
<a name="isLocal"></a>
<h2>isLocal</h2>
isLocal(  ) &rarr; boolean

<p></p>

<h3>Returns:</h3>
boolean

<br><br>
<a href="https://github.com/autoplot/dev/search?q=isLocal&unscoped_q=isLocal">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#isLocal">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
<hr>
<a name="listDirectory"></a>
<h2>listDirectory</h2>
listDirectory( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> directory ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a>

<p>return a list of files and folders in the directory.
 Conventionally, folders are identified with a trailing slash.</p>

<h3>Parameters</h3>
directory - a String

<h3>Returns:</h3>
a String[]

<br><br>
<a href="https://github.com/autoplot/dev/search?q=listDirectory&unscoped_q=listDirectory">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/das2/util/filesystem/VFSFileSystem.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/das2/util/filesystem/VFSFileSystem.html#listDirectory">[view on old javadoc]</a>
 <a href="https://saturn.physics.uiowa.edu/svn/das2/dasCore/community/autoplot2011/trunk/dasCoreUtil/src/org/das2/util/filesystem/VFSFileSystem.java">[view source]</a>
<br>
<br>
listDirectory( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> directory, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> regex ) &rarr; <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a><br>