站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

Uses of Class org.openide.filesystems.FileLock (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.openide.filesystems.FileLock

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.
 


 

Built on May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.