Uses of Interface
org.apache.commons.vfs.FileName
-
Packages that use FileName Package Description org.apache.commons.vfs The public VFS API.org.apache.commons.vfs.cache org.apache.commons.vfs.impl The standard VFS implementation.org.apache.commons.vfs.provider The File Provider API, and utility classes.org.apache.commons.vfs.provider.bzip2 org.apache.commons.vfs.provider.compressed org.apache.commons.vfs.provider.ftp The FTP File Provider.org.apache.commons.vfs.provider.gzip org.apache.commons.vfs.provider.http org.apache.commons.vfs.provider.jar The Jar File Provider.org.apache.commons.vfs.provider.local The Local File Provider.org.apache.commons.vfs.provider.ram The RAM File Provider.org.apache.commons.vfs.provider.sftp The SFTP Provider.org.apache.commons.vfs.provider.tar The Tar File Provider.org.apache.commons.vfs.provider.url The Default File Provider, which wraps java.net.URL.org.apache.commons.vfs.provider.zip The Zip File Provider. -
-
Uses of FileName in org.apache.commons.vfs
Methods in org.apache.commons.vfs that return FileName Modifier and Type Method Description FileNameFileObject. getName()Returns the name of this file.FileNameFileName. getParent()Returns the file name of the parent of this file.FileNameFileName. getRoot()find the root of the filesystemFileNameFileSystem. getRootName()Returns the name of the root file of this file system.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name)Resolves a name, relative to this file name.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name, NameScope scope)Resolves a name, relative to the "root" file name.FileNameFileSystemManager. resolveURI(java.lang.String uri)Resolve the uri to a filenameMethods in org.apache.commons.vfs with parameters of type FileName Modifier and Type Method Description FileObjectFilesCache. getFile(FileSystem filesystem, FileName name)retrieve a file from the cache by its namejava.lang.StringFileName. getRelativeName(FileName name)Converts a file name to a relative name, relative to this file name.booleanFileName. isAncestor(FileName ancestor)Determines if another file name is an ancestor of this file name.booleanFileName. isDescendent(FileName descendent)Determines if another file name is a descendent of this file name.booleanFileName. isDescendent(FileName descendent, NameScope nameScope)Determines if another file name is a descendent of this file name.voidFilesCache. removeFile(FileSystem filesystem, FileName name)removes a file from cacheFileObjectFileSystem. resolveFile(FileName name)Finds a file in this file system.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name)Resolves a name, relative to this file name.FileNameFileSystemManager. resolveName(FileName root, java.lang.String name, NameScope scope)Resolves a name, relative to the "root" file name. -
Uses of FileName in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache with parameters of type FileName Modifier and Type Method Description FileObjectDefaultFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectLRUFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectNullFilesCache. getFile(FileSystem filesystem, FileName name)FileObjectSoftRefFilesCache. getFile(FileSystem filesystem, FileName name)voidDefaultFilesCache. removeFile(FileSystem filesystem, FileName name)voidLRUFilesCache. removeFile(FileSystem filesystem, FileName name)voidNullFilesCache. removeFile(FileSystem filesystem, FileName name)voidSoftRefFilesCache. removeFile(FileSystem filesystem, FileName name) -
Uses of FileName in org.apache.commons.vfs.impl
Classes in org.apache.commons.vfs.impl that implement FileName Modifier and Type Class Description classVirtualFileNameA simple Filename to hold the scheme for to be created virtual filesytsem.Methods in org.apache.commons.vfs.impl that return FileName Modifier and Type Method Description FileNameVirtualFileName. createName(java.lang.String absPath, FileType type)FileNameDecoratedFileObject. getName()FileNameDefaultFileSystemManager. resolveName(FileName root, java.lang.String path)Resolves a name, relative to the file.FileNameDefaultFileSystemManager. resolveName(FileName base, java.lang.String name, NameScope scope)Resolves a name, relative to the root.FileNameDefaultFileSystemManager. resolveURI(java.lang.String uri)resolve the uri to a filenameMethods in org.apache.commons.vfs.impl with parameters of type FileName Modifier and Type Method Description protected FileObjectVirtualFileSystem. createFile(FileName name)Creates a file object.FileNameDefaultFileSystemManager. resolveName(FileName root, java.lang.String path)Resolves a name, relative to the file.FileNameDefaultFileSystemManager. resolveName(FileName base, java.lang.String name, NameScope scope)Resolves a name, relative to the root.Constructors in org.apache.commons.vfs.impl with parameters of type FileName Constructor Description VirtualFileSystem(FileName rootName, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider
Classes in org.apache.commons.vfs.provider that implement FileName Modifier and Type Class Description classAbstractFileNameA default file name implementation.classGenericFileNameA file name that represents a 'generic' URI, as per RFC 2396.classLayeredFileNameA file name for layered files.classURLFileNameMethods in org.apache.commons.vfs.provider that return FileName Modifier and Type Method Description abstract FileNameAbstractFileName. createName(java.lang.String absPath, FileType type)Factory method for creating name instances.FileNameGenericFileName. createName(java.lang.String absPath, FileType type)FileNameLayeredFileName. createName(java.lang.String path, FileType type)FileNameURLFileName. createName(java.lang.String absPath, FileType type)FileNameAbstractFileObject. getName()Returns the name of the file.FileNameLayeredFileName. getOuterName()Returns the URI of the outer file.FileNameAbstractFileName. getParent()Returns the name of the parent of the file.FileNameAbstractFileName. getRoot()find the root of the filesystemFileNameAbstractFileSystem. getRootName()Returns the name of the root of this file system.FileNameAbstractFileProvider. parseUri(FileName base, java.lang.String uri)Parses an absolute URI.FileNameFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)parses a String into a filenameFileNameFileProvider. parseUri(FileName root, java.lang.String uri)FileNameHostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameLayeredFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameVfsComponentContext. parseURI(java.lang.String uri)Methods in org.apache.commons.vfs.provider with parameters of type FileName Modifier and Type Method Description voidDelegateFileObject. attachChild(FileName baseName, FileType type)Adds a child to this file.protected voidAbstractFileObject. childrenChanged(FileName childName, FileType newType)Notifies the file that its children have changed.protected abstract FileObjectAbstractFileSystem. createFile(FileName name)Creates a file object.protected abstract FileSystemAbstractOriginatingFileProvider. doCreateFileSystem(FileName rootName, FileSystemOptions fileSystemOptions)Creates aFileSystem.protected FileObjectAbstractOriginatingFileProvider. findFile(FileName name, FileSystemOptions fileSystemOptions)Locates a file from its parsed URI.protected FileObjectAbstractFileSystem. getFileFromCache(FileName name)Returns a cached file.java.lang.StringAbstractFileName. getRelativeName(FileName name)Converts a file name to a relative name, relative to this file name.booleanAbstractFileName. isAncestor(FileName ancestor)Determines if another file name is an ancestor of this file name.booleanAbstractFileName. isDescendent(FileName descendent)Determines if another file name is a descendent of this file name.booleanAbstractFileName. isDescendent(FileName descendent, NameScope scope)Determines if another file name is a descendent of this file name.protected voidAbstractFileObject. onChildrenChanged(FileName child, FileType newType)Called when the children of this file change.FileNameAbstractFileProvider. parseUri(FileName base, java.lang.String uri)Parses an absolute URI.FileNameFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)parses a String into a filenameFileNameFileProvider. parseUri(FileName root, java.lang.String uri)FileNameHostFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameLayeredFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)FileNameURLFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)protected voidAbstractFileSystem. removeFileFromCache(FileName name)remove a cached file.FileObjectAbstractFileSystem. resolveFile(FileName name)Finds a file in this file system.Constructors in org.apache.commons.vfs.provider with parameters of type FileName Constructor Description AbstractFileObject(FileName name, AbstractFileSystem fs)AbstractFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)DelegateFileObject(FileName name, AbstractFileSystem fileSystem, FileObject file)LayeredFileName(java.lang.String scheme, FileName outerUri, java.lang.String path, FileType type) -
Uses of FileName in org.apache.commons.vfs.provider.bzip2
Methods in org.apache.commons.vfs.provider.bzip2 with parameters of type FileName Modifier and Type Method Description protected FileObjectBzip2FileSystem. createFile(FileName name)protected FileSystemBzip2FileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)Constructors in org.apache.commons.vfs.provider.bzip2 with parameters of type FileName Constructor Description Bzip2FileObject(FileName name, FileObject container, CompressedFileFileSystem fs)Bzip2FileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.compressed
Methods in org.apache.commons.vfs.provider.compressed with parameters of type FileName Modifier and Type Method Description protected abstract FileObjectCompressedFileFileSystem. createFile(FileName name)Creates a file object.protected abstract FileSystemCompressedFileFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)Constructors in org.apache.commons.vfs.provider.compressed with parameters of type FileName Constructor Description CompressedFileFileObject(FileName name, FileObject container, CompressedFileFileSystem fs)CompressedFileFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.ftp
Methods in org.apache.commons.vfs.provider.ftp with parameters of type FileName Modifier and Type Method Description protected FileObjectFtpFileSystem. createFile(FileName name)Creates a file object.protected FileSystemFtpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem.protected voidFtpFileObject. onChildrenChanged(FileName child, FileType newType)Called when the children of this file change.Constructors in org.apache.commons.vfs.provider.ftp with parameters of type FileName Constructor Description FtpFileObject(FileName name, FtpFileSystem fileSystem, FileName rootName) -
Uses of FileName in org.apache.commons.vfs.provider.gzip
Methods in org.apache.commons.vfs.provider.gzip with parameters of type FileName Modifier and Type Method Description protected FileObjectGzipFileSystem. createFile(FileName name)protected FileSystemGzipFileProvider. createFileSystem(FileName name, FileObject file, FileSystemOptions fileSystemOptions)Constructors in org.apache.commons.vfs.provider.gzip with parameters of type FileName Constructor Description GzipFileObject(FileName name, FileObject container, CompressedFileFileSystem fs)GzipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.http
Methods in org.apache.commons.vfs.provider.http with parameters of type FileName Modifier and Type Method Description protected FileObjectHttpFileSystem. createFile(FileName name)Creates a file object.protected FileSystemHttpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates aFileSystem.Constructors in org.apache.commons.vfs.provider.http with parameters of type FileName Constructor Description HttpFileObject(FileName name, HttpFileSystem fileSystem) -
Uses of FileName in org.apache.commons.vfs.provider.jar
Methods in org.apache.commons.vfs.provider.jar with parameters of type FileName Modifier and Type Method Description protected ZipFileObjectJarFileSystem. createZipFileObject(FileName name, java.util.zip.ZipEntry entry)Constructors in org.apache.commons.vfs.provider.jar with parameters of type FileName Constructor Description JarFileObject(FileName name, java.util.zip.ZipEntry entry, JarFileSystem fs, boolean zipExists)JarFileSystem(FileName rootName, FileObject file, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.local
Classes in org.apache.commons.vfs.provider.local that implement FileName Modifier and Type Class Description classLocalFileNameA local file URI.classWindowsFileNameA local file URI.Methods in org.apache.commons.vfs.provider.local that return FileName Modifier and Type Method Description protected FileNameGenericFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)protected abstract FileNameLocalFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)protected FileNameWindowsFileNameParser. createFileName(java.lang.String scheme, java.lang.String rootFile, java.lang.String path, FileType type)FileNameLocalFileName. createName(java.lang.String path, FileType type)Factory method for creating name instances.FileNameWindowsFileName. createName(java.lang.String path, FileType type)Factory method for creating name instances.FileNameLocalFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)Methods in org.apache.commons.vfs.provider.local with parameters of type FileName Modifier and Type Method Description protected FileObjectLocalFileSystem. createFile(FileName name)Creates a file object.protected FileSystemDefaultLocalFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates the filesystem.FileNameLocalFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)Constructors in org.apache.commons.vfs.provider.local with parameters of type FileName Constructor Description LocalFile(LocalFileSystem fileSystem, java.lang.String rootFile, FileName name)Creates a non-root file.LocalFileSystem(FileName rootName, java.lang.String rootFile, FileSystemOptions opts) -
Uses of FileName in org.apache.commons.vfs.provider.ram
Methods in org.apache.commons.vfs.provider.ram with parameters of type FileName Modifier and Type Method Description protected FileObjectRamFileSystem. createFile(FileName name)protected FileSystemRamFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Constructors in org.apache.commons.vfs.provider.ram with parameters of type FileName Constructor Description RamFileObject(FileName name, RamFileSystem fs)RamFileSystem(FileName rootName, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.sftp
Methods in org.apache.commons.vfs.provider.sftp with parameters of type FileName Modifier and Type Method Description protected FileObjectSftpFileSystem. createFile(FileName name)Creates a file object.protected FileSystemSftpFileProvider. doCreateFileSystem(FileName name, FileSystemOptions fileSystemOptions)Creates aFileSystem.Constructors in org.apache.commons.vfs.provider.sftp with parameters of type FileName Constructor Description SftpFileObject(FileName name, SftpFileSystem fileSystem) -
Uses of FileName in org.apache.commons.vfs.provider.tar
Methods in org.apache.commons.vfs.provider.tar with parameters of type FileName Modifier and Type Method Description protected voidTarFileObject. attachChild(FileName childName)Attaches a childprotected FileObjectTarFileSystem. createFile(FileName name)Creates a file object.protected TarFileObjectTarFileSystem. createTarFileObject(FileName name, org.apache.commons.vfs.provider.tar.TarEntry entry)Constructors in org.apache.commons.vfs.provider.tar with parameters of type FileName Constructor Description TarFileObject(FileName name, org.apache.commons.vfs.provider.tar.TarEntry entry, TarFileSystem fs, boolean tarExists)TarFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.url
Classes in org.apache.commons.vfs.provider.url that implement FileName Modifier and Type Class Description classUrlFileNameCreated by IntelliJ IDEA.Methods in org.apache.commons.vfs.provider.url that return FileName Modifier and Type Method Description FileNameUrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)Methods in org.apache.commons.vfs.provider.url with parameters of type FileName Modifier and Type Method Description protected FileObjectUrlFileSystem. createFile(FileName name)Creates a file object.protected java.net.URLUrlFileObject. createURL(FileName name)protected booleanUrlFileNameParser. isUrlBased(FileName base, java.lang.String filename)Guess is the given filename is a url with host or not.FileNameUrlFileNameParser. parseUri(VfsComponentContext context, FileName base, java.lang.String filename)Constructors in org.apache.commons.vfs.provider.url with parameters of type FileName Constructor Description UrlFileObject(UrlFileSystem fs, FileName fileName)UrlFileSystem(FileName rootName, FileSystemOptions fileSystemOptions) -
Uses of FileName in org.apache.commons.vfs.provider.zip
Methods in org.apache.commons.vfs.provider.zip with parameters of type FileName Modifier and Type Method Description voidZipFileObject. attachChild(FileName childName)Attaches a childprotected FileObjectZipFileSystem. createFile(FileName name)Creates a file object.protected ZipFileObjectZipFileSystem. createZipFileObject(FileName name, java.util.zip.ZipEntry entry)Constructors in org.apache.commons.vfs.provider.zip with parameters of type FileName Constructor Description ZipFileObject(FileName name, java.util.zip.ZipEntry entry, ZipFileSystem fs, boolean zipExists)ZipFileSystem(FileName rootName, FileObject parentLayer, FileSystemOptions fileSystemOptions)
-