Uses of Class
org.apache.commons.vfs.NameScope
Packages that use NameScope
Package
Description
The public VFS API.
The standard VFS implementation.
The File Provider API, and utility classes.
-
Uses of NameScope in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as NameScopeModifier and TypeFieldDescriptionstatic final NameScopeNameScope.CHILDResolve against the children of the base file.static final NameScopeNameScope.DESCENDENTResolve against the descendents of the base file.static final NameScopeNameScope.DESCENDENT_OR_SELFResolve against the descendents of the base file.static final NameScopeNameScope.FILE_SYSTEMResolve against files in the same file system as the base file.Methods in org.apache.commons.vfs with parameters of type NameScopeModifier and TypeMethodDescriptionbooleanFileName.isDescendent(FileName descendent, NameScope nameScope) Determines if another file name is a descendent of this file name.FileObject.resolveFile(String name, NameScope scope) Finds a file, relative to this file.FileSystemManager.resolveName(FileName root, String name, NameScope scope) Resolves a name, relative to the "root" file name. -
Uses of NameScope in org.apache.commons.vfs.cache
Methods in org.apache.commons.vfs.cache with parameters of type NameScopeModifier and TypeMethodDescriptionOnCallRefreshFileObject.resolveFile(String name, NameScope scope) -
Uses of NameScope in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl with parameters of type NameScopeModifier and TypeMethodDescriptionDecoratedFileObject.resolveFile(String name, NameScope scope) SynchronizedFileObject.resolveFile(String name, NameScope scope) DefaultFileSystemManager.resolveName(FileName base, String name, NameScope scope) Resolves a name, relative to the root. -
Uses of NameScope in org.apache.commons.vfs.provider
Methods in org.apache.commons.vfs.provider with parameters of type NameScopeModifier and TypeMethodDescriptionstatic booleanChecks whether a path fits in a particular scope of another path.booleanAbstractFileName.isDescendent(FileName descendent, NameScope scope) Determines if another file name is a descendent of this file name.AbstractFileObject.resolveFile(String name, NameScope scope) Returns a child by name.