Uses of Class
org.openide.filesystems.FileLock

Packages that use FileLock
org.openide.filesystems The IDE internally uses the concept of a virtual filesystem
org.openide.loaders DataSystems are the logical layer between a filesystem and the regular functions of the IDE. 
org.openide.text The IDE is able to integrate multiple editors for different content types and mechanically access their content. 
 

Uses of FileLock in org.openide.filesystems
 

Fields in org.openide.filesystems declared as FileLock
static FileLock FileLock.NONE
          Constant that can be used in filesystems that do not support locking.
 

Methods in org.openide.filesystems that return FileLock
abstract  FileLock FileObject.lock()
          Lock this file.
 

Methods in org.openide.filesystems with parameters of type FileLock
abstract  void FileObject.rename(FileLock lock, String name, String ext)
          Renames this file (or folder).
 FileObject FileObject.move(FileLock lock, FileObject target, String name, String ext)
          Moves this file.
abstract  void FileObject.delete(FileLock lock)
          Delete this file.
abstract  OutputStream FileObject.getOutputStream(FileLock lock)
          Get output stream.
 

Uses of FileLock in org.openide.loaders
 

Methods in org.openide.loaders that return FileLock
protected  FileLock DataObject.takePrimaryFileLock()
          Obtains lock for primary file.
protected  FileLock MultiDataObject.takePrimaryFileLock()
           
 FileLock MultiDataObject.Entry.takeLock()
          Try to lock this file entry.
 

Uses of FileLock in org.openide.text
 

Methods in org.openide.text that return FileLock
protected abstract  FileLock DataEditorSupport.Env.takeLock()
          Locks the file.
 



Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.