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

BackupFacility.Handle (Refactoring API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.refactoring.api 1.0

org.netbeans.modules.refactoring.spi
Interface BackupFacility.Handle

Enclosing class:
BackupFacility

public static interface BackupFacility.Handle

Handle class representing handle to file{s), which were backuped by org.netbeans.modules.refactoring.spi.BackupFacility.backup()


Method Summary
 void restore()
          restore file(s), which was stored by org.netbeans.modules.refactoring.spi.BackupFacility.backup()
 

Method Detail

restore

void restore()
             throws IOException
restore file(s), which was stored by org.netbeans.modules.refactoring.spi.BackupFacility.backup()

Throws:
IOException - if restore failed.

org.netbeans.modules.refactoring.api 1.0

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