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

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

Introduction

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

The text is from its open source code.

Field

StringROOT_PATH
The absolute path of the root of a file system.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringgetBaseName()
Returns the base name of this file.
StringgetExtension()
Returns the extension of this file name.
StringgetFriendlyURI()
Returns a "friendly path", this is a path without a password.
FileNamegetParent()
Returns the file name of the parent of this file.
StringgetPath()
Returns the absolute path of this file, within its file system.
StringgetRelativeName(FileName name)
Converts a file name to a relative name, relative to this file name.
FileNamegetRoot()
Finds the root of the file system.
StringgetRootURI()
Returns the root URI of the file system this file belongs to.
StringgetScheme()
Returns the URI scheme of this file.
FileTypegetType()
Returns the requested or current type of this name.
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.