Uses of Enum
org.apache.commons.vfs2.NameScope
Packages that use NameScope
Package
Description
The public VFS API.
VFS File caching.
The standard VFS implementation.
The File Provider API, and utility classes.
-
Uses of NameScope in org.apache.commons.vfs2
Methods in org.apache.commons.vfs2 that return NameScopeModifier and TypeMethodDescriptionstatic NameScope
Returns the enum constant of this type with the specified name.static NameScope[]
NameScope.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.vfs2 with parameters of type NameScopeModifier and TypeMethodDescriptionboolean
FileName.isDescendent
(FileName descendent, NameScope nameScope) Tests 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.vfs2.cache
Methods in org.apache.commons.vfs2.cache with parameters of type NameScopeModifier and TypeMethodDescriptionOnCallRefreshFileObject.resolveFile
(String name, NameScope scope) -
Uses of NameScope in org.apache.commons.vfs2.impl
Methods in org.apache.commons.vfs2.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.vfs2.provider
Methods in org.apache.commons.vfs2.provider with parameters of type NameScopeModifier and TypeMethodDescriptionstatic boolean
Checks whether a path fits in a particular scope of another path.boolean
AbstractFileName.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.