Logo Search packages:      
Sourcecode: netbeans version File versions  Download package

void org::netbeans::modules::versioning::spi::VCSInterceptor::afterMove ( File  from,
File  to 
) [inline, inherited]

Called after a file or folder has beed moved. In case the file was moved outside IDE, this method is not called but a pair or afterDelete() / afterCreate() is called instead.

Parameters:
from original location of the file
to current location of the file

Reimplemented in org::netbeans::modules::localhistory::LocalHistoryVCSInterceptor, and org::netbeans::modules::versioning::spi::testvcs::TestVCSInterceptor.

Definition at line 144 of file VCSInterceptor.java.

                                              {
    }


Generated by  Doxygen 1.6.0   Back to index