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

Packages that use VirtualFile
com.togethersoft.openapi.util.ui 
com.togethersoft.openapi.vfs 
com.togethersoft.openapi.vfs.event 

Uses of VirtualFile in com.togethersoft.openapi.util.ui
 

Methods in com.togethersoft.openapi.util.ui that return VirtualFile
private VirtualFileURLChooser.getProjectFileParent()
          
 

Uses of VirtualFile in com.togethersoft.openapi.vfs
 

Methods in com.togethersoft.openapi.vfs that return VirtualFile
VirtualFileVirtualFile.copy(VirtualFile newParent, boolean overwrite)
          Copies VirtualFile to another directory.
VirtualFileVirtualFile.getChild(String shortName)
          Does exactly the same as VirtualFileManager method getVirtualFile(VirtualFile parent, String
relativePath, VirtualFileContext context)
, but with default context.
VirtualFileVirtualFile.getParent()
          
VirtualFileVirtualFile.getUniqueChild(String prefix, String extension)
          Gets unique child named on the base of prefix and extension
VirtualFileVirtualFile.move(VirtualFile newParent, boolean overwrite)
          Moves the VirtualFile to another virtual file which must exist and be a directory.
VirtualFileVirtualFileEnumeration.nextVirtualFile()
          
VirtualFileVirtualFileManager.getVirtualFile(VirtualFile parent, String relativePath)
          Gets VirtualFile with full name, derived from parent full
name and relativePath.
VirtualFileVirtualFileManager.getVirtualFile(String url, VirtualFileContext context)
          Gets VirtualFile with specified context.
VirtualFileVirtualFileManager.getVirtualFile(String parentUrl, String relativePath, VirtualFileContext context)
          Derive file full name from parent full name and relative path.
VirtualFileVirtualFileManager.getVirtualFile(String url)
          Gets VirtualFile with empty context.
VirtualFileVirtualFileVolume.getRoot(VirtualFileContext context)
          Returns the root VirtualFile of this volume
 

Methods in com.togethersoft.openapi.vfs with parameters of type VirtualFile
VirtualFileVirtualFile.copy(VirtualFile newParent, boolean overwrite)
          Copies VirtualFile to another directory.
StringVirtualFile.getPathRelativeTo(VirtualFile from)
          *
booleanVirtualFile.isAncestorOf(VirtualFile descendant)
          
VirtualFileVirtualFile.move(VirtualFile newParent, boolean overwrite)
          Moves the VirtualFile to another virtual file which must exist and be a directory.
booleanVirtualFileErrorUI.isKeepModified(VirtualFile file)
          Called when the system during cache synchronization process encounters a
file with cached contents which was deleted by external process.
booleanVirtualFileErrorUI.isOverwriteModified(VirtualFile file)
          Called when the system during saving caches encounters a file with timestamp
set differently than the cached timestamp.
booleanVirtualFileErrorUI.isReloadModified(VirtualFile file)
          Called when the system during cache synchronization process encounters a
file timestamp different from cached timestamp and only if this file
has cached contents.
booleanVirtualFileErrorUI.isRetryFailedRead(VirtualFile file)
          Called when an attempt to read from specified file has failed.
booleanVirtualFileErrorUI.isRetryFailedWrite(VirtualFile file)
          Called when an attempt to write to specified file has failed.
booleanVirtualFileFilter.accept(VirtualFile file, String name)
          
voidVirtualFileManager.externalUpdate(VirtualFile root, boolean recursive)
          Checks timestamps of file(s) on disk and (re)load their contents if file(s) were updated.
VirtualFileVirtualFileManager.getVirtualFile(VirtualFile parent, String relativePath)
          Gets VirtualFile with full name, derived from parent full
name and relativePath.
booleanVirtualFileVolume.CacheControl.needsContentInputCache(VirtualFile file)
          Tests if content cache (data cache) shall be used for the volume, when system reads
file data.
booleanVirtualFileVolume.CacheControl.needsContentOutputCache(VirtualFile file)
          Tests if content cache (data cache) shall be used for the volume, when the system outputs
file data
booleanVirtualFileVolume.CacheControl.needsPropertyMapInputCache(VirtualFile file)
          Tests if loading properties shall be cached
booleanVirtualFileVolume.CacheControl.needsPropertyMapOutputCache(VirtualFile file)
          Tests if saving properties shall be cached
 

Uses of VirtualFile in com.togethersoft.openapi.vfs.event
 

Methods in com.togethersoft.openapi.vfs.event that return VirtualFile
VirtualFileVirtualFileEvent.getVirtualFile()