Uses of Class
org.apache.commons.vfs.NameScope
-
Packages that use NameScope 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. -
-
Uses of NameScope in org.apache.commons.vfs
Fields in org.apache.commons.vfs declared as NameScope Modifier and Type Field Description static NameScopeNameScope. CHILDResolve against the children of the base file.static NameScopeNameScope. DESCENDENTResolve against the descendents of the base file.static NameScopeNameScope. DESCENDENT_OR_SELFResolve against the descendents of the base file.static NameScopeNameScope. FILE_SYSTEMResolve against files in the same file system as the base file.Methods in org.apache.commons.vfs with parameters of type NameScope Modifier and Type Method Description booleanFileName. isDescendent(FileName descendent, NameScope nameScope)Determines if another file name is a descendent of this file name.FileObjectFileObject. resolveFile(java.lang.String name, NameScope scope)Finds a file, relative to this file.FileNameFileSystemManager. resolveName(FileName root, java.lang.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 NameScope Modifier and Type Method Description FileObjectOnCallRefreshFileObject. resolveFile(java.lang.String name, NameScope scope) -
Uses of NameScope in org.apache.commons.vfs.impl
Methods in org.apache.commons.vfs.impl with parameters of type NameScope Modifier and Type Method Description FileObjectDecoratedFileObject. resolveFile(java.lang.String name, NameScope scope)FileObjectSynchronizedFileObject. resolveFile(java.lang.String name, NameScope scope)FileNameDefaultFileSystemManager. resolveName(FileName base, java.lang.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 NameScope Modifier and Type Method Description static booleanAbstractFileName. checkName(java.lang.String basePath, java.lang.String path, NameScope scope)Checks 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.FileObjectAbstractFileObject. resolveFile(java.lang.String name, NameScope scope)Returns a child by name.
-