Uses of Class
com.togethersoft.openapi.vfs.Depth

Packages that use Depth
com.togethersoft.openapi.vfs 

Uses of Depth in com.togethersoft.openapi.vfs
 

Fields in com.togethersoft.openapi.vfs declared as Depth
final static DepthDepth.INFINITY
          
final static DepthDepth.ONE
          
final static DepthDepth.ZERO
          
 

Methods in com.togethersoft.openapi.vfs with parameters of type Depth
voidVirtualFile.discardCache(Depth depth)
          Discards any changes made to cache but do not reload file from disk.
voidVirtualFile.externalUpdate(Depth depth)
          Not supported now Checks timestamps of file(s) on disk and (re)load their contents if file(s) were updated.
voidVirtualFile.saveCache(Depth depth)
          Save all changes in cache to disk.