Java org.apache.commons.vfs2 FileSystem fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2 FileSystem fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2 FileSystem.

The text is from its open source code.

Implementation

org.apache.commons.vfs2.FileSystem has the following implementations.
Click this link to see all its implementation.

Method

ObjectgetAttribute(String attrName)
Gets the value of an attribute of the file system.
FileSystemManagergetFileSystemManager()
Returns a reference to the FileSytemManager.
FileSystemOptionsgetFileSystemOptions()
Returns the FileSystemOptions used to instantiate this filesystem.
booleanhasCapability(Capability capability)
Determines if this file system has a particular capability.
FileObjectresolveFile(FileName name)
Finds a file in this file system.
FileObjectresolveFile(String name)
Finds a file in this file system.