org.netbeans.modules.versioning.core.filesystems
Interface VCSFilesystemInterceptor.IOHandler
- Enclosing class:
- VCSFilesystemInterceptor
public static interface VCSFilesystemInterceptor.IOHandler
Handle to perform an I/O operation. Its presence indicates that
the system is capable to handle given I/O operation (like
VCSFilesystemInterceptor.getMoveHandler(org.netbeans.modules.versioning.core.api.VCSFileProxy, org.netbeans.modules.versioning.core.api.VCSFileProxy)
or
VCSFilesystemInterceptor.getRenameHandler(org.netbeans.modules.versioning.core.api.VCSFileProxy, java.lang.String), etc.).
handle
void handle()
throws IOException
- Throws:
IOException - if handled operation isn't successful