Skip navigation links
A C D E G H I J L O S T Z 

A

AbstractFileName - Class in org.apache.commons.vfs2.provider
A default file name implementation.
AbstractFileName(String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.AbstractFileName
 
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Builds the root URI for this file name.
appendRootUri(StringBuilder, boolean) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Builds the root URI for this file name.
attachChild(FileName) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Attaches a child.

C

checkName(String, String, NameScope) - Static method in class org.apache.commons.vfs2.provider.AbstractFileName
Checks whether a path fits in a particular scope of another path.
compareTo(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Implement Comparable.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Factory method for creating name instances.
createName(String, FileType) - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Factory method for creating name instances.
createURI() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 

D

doGetAttributes() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Returns the value of an attribute.
doGetCertificates() - Method in class org.apache.commons.vfs2.provider.jar.JarFileObject
Return the certificates of this JarEntry.
doGetContentSize() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the size of the file content (in bytes).
doGetInputStream() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Creates an input stream to read the file content from.
doGetLastModifiedTime() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the last modified time of this file.
doGetType() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Returns the file's type.
doListChildren() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Lists the children of the file.

E

entry - Variable in class org.apache.commons.vfs2.provider.zip.ZipFileObject
The ZipEntry.
equals(Object) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 

G

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
 

H

hashCode() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
 

I

isAncestor(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is an ancestor of this file name.
isDescendent(FileName) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isDescendent(FileName, NameScope) - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Determines if another file name is a descendent of this file name.
isFile() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Checks if this file name is a name for a regular file by using its type.
isWriteable() - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Determines if this file can be written to.

J

JarFileObject - Class in org.apache.commons.vfs2.provider.jar
A file in a Jar file system.
JarFileObject(AbstractFileName, ZipEntry, JarFileSystem, boolean) - Constructor for class org.apache.commons.vfs2.provider.jar.JarFileObject
 

L

LocalFileName - Class in org.apache.commons.vfs2.provider.local
A local file URI.
LocalFileName(String, String, String, FileType) - Constructor for class org.apache.commons.vfs2.provider.local.LocalFileName
 

O

org.apache.commons.vfs2.provider - package org.apache.commons.vfs2.provider
 
org.apache.commons.vfs2.provider.jar - package org.apache.commons.vfs2.provider.jar
 
org.apache.commons.vfs2.provider.local - package org.apache.commons.vfs2.provider.local
 
org.apache.commons.vfs2.provider.zip - package org.apache.commons.vfs2.provider.zip
 

S

setZipEntry(ZipEntry) - Method in class org.apache.commons.vfs2.provider.zip.ZipFileObject
Sets the details for this file object.

T

toString() - Method in class org.apache.commons.vfs2.provider.AbstractFileName
Returns the URI of the file.
toString() - Method in class org.apache.commons.vfs2.provider.local.LocalFileName
Returns the decoded URI of the file.

Z

ZipFileObject - Class in org.apache.commons.vfs2.provider.zip
A file in a Zip file system.
ZipFileObject(AbstractFileName, ZipEntry, ZipFileSystem, boolean) - Constructor for class org.apache.commons.vfs2.provider.zip.ZipFileObject
 
A C D E G H I J L O S T Z 
Skip navigation links