org.netbeans.modules.refactoring.api 1.26.0 1

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.26.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.