org.netbeans.modules.versioning.core/1 1.5.0 1

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.).


Method Summary
 void handle()
           
 

Method Detail

handle

void handle()
            throws IOException
Throws:
IOException - if handled operation isn't successful

org.netbeans.modules.versioning.core/1 1.5.0 1

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