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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

voidaddJunction(String junctionPoint, FileObject targetFile)
Adds a junction to this file system.
ObjectgetAttribute(String attrName)
Gets the value of an attribute of the file system.
FileSystemManagergetFileSystemManager()
Returns a reference to the FileSytemManager
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.