| |
|
| java.lang.Object org.netbeans.modules.refactoring.spi.BackupFacility
Inner Class :public interface Handle | |
backup | abstract public Handle backup(FileObject... file) throws IOException(Code) | | does beckup
Parameters: file - file(s) to backup handle which can be used to restore files throws: java.io.IOException - if backup failed |
backup | final public Handle backup(Collection<? extends FileObject> fileObjects) throws IOException(Code) | | does backup
Parameters: fileObjects - FileObjects to backup handle which can be used to restore files throws: java.io.IOException - |
clear | abstract public void clear()(Code) | | do cleanup
all backup files are deleted
all internal structures cleared
default implementa
|
getDefault | public static BackupFacility getDefault()(Code) | | default instance of this class. If there is instance of this class in META-INF services -> this class is returned. Otherwise default implementation is used. |
|
|
|