Uses of Class
org.apache.commons.vfs.NameScope

Packages that use NameScope
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
static NameScope NameScope.CHILD
          Resolve against the children of the base file.
static NameScope NameScope.DESCENDENT
          Resolve against the descendents of the base file.
static NameScope NameScope.DESCENDENT_OR_SELF
          Resolve against the descendents of the base file.
static NameScope NameScope.FILE_SYSTEM
          Resolve against files in the same file system as the base file.
 

Methods in org.apache.commons.vfs with parameters of type NameScope
 FileName FileSystemManager.resolveName(FileName root, String name, NameScope scope)
          Resolves a name, relative to the "root" file name.
 boolean FileName.isDescendent(FileName descendent, NameScope nameScope)
          Determines if another file name is a descendent of this file name.
 FileObject FileObject.resolveFile(String name, NameScope scope)
          Finds a file, relative to this file.
 

Uses of NameScope in org.apache.commons.vfs.cache
 

Methods in org.apache.commons.vfs.cache with parameters of type NameScope
 FileObject OnCallRefreshFileObject.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 NameScope
 FileObject DecoratedFileObject.resolveFile(String name, NameScope scope)
           
 FileObject SynchronizedFileObject.resolveFile(String name, NameScope scope)
           
 FileName 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 NameScope
 FileObject AbstractFileObject.resolveFile(String name, NameScope scope)
          Returns a child by name.
 boolean AbstractFileName.isDescendent(FileName descendent, NameScope scope)
          Determines if another file name is a descendent of this file name.
static boolean AbstractFileName.checkName(String basePath, String path, NameScope scope)
          Checks whether a path fits in a particular scope of another path.
 



Copyright © 2002-2006 The Apache Software Foundation. All Rights Reserved.