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

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

Introduction

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

The text is from its open source code.

Field

charSEPARATOR_CHAR
The separator character used in file paths.
StringSEPARATOR
The separator used in file paths.
StringROOT_PATH
The absolute path of the root of a file system.

Method

StringgetBaseName()
Returns the base name of this file.
StringgetExtension()
Returns the extension of this file name.
FileNamegetParent()
Returns the file name of the parent of this file.
StringgetPath()
Returns the absolute path of this file, within its file system.
FileNamegetRoot()
find the root of the filesystem
StringgetRootURI()
Returns the root URI of the file system this file belongs to.
StringgetScheme()
Returns the URI scheme of this file.
StringgetURI()
Returns the absolute URI of this file.
booleanisDescendent(FileName descendent)
Determines if another file name is a descendent of this file name.
StringtoString()
Returns a string representation of the object.