- getBaseName() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the base name of the file.
- getDepth() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the depth of this file name, within its file system.
- getExtension() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the extension of this file name.
- getFriendlyURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the URI without a password.
- getFriendlyURI() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
returns a "friendly path", this is a path without a password.
- getParent() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the name of the parent of the file.
- getPath() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the absolute path of the file, relative to the root of the
file system that the file belongs to.
- getPathDecoded() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the decoded path.
- getRelativeName(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Converts a file name to a relative name, relative to this file name.
- getRoot() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
find the root of the filesystem.
- getRootFile() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
Returns the root file for this file.
- getRootURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the root URI of the file system this file belongs to.
- getScheme() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the URI scheme of this file.
- getType() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the requested or current type of this name.
- getURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-
Returns the absolute URI of the file.
- getURI() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
-
Returns the absolute URI of the file.
- getUriTrailer() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
-