org.tmatesoft.svn.core.wc.admin

Interface ISVNChangedDirectoriesHandler

public interface ISVNChangedDirectoriesHandler

The ISVNChangedDirectoriesHandler is used to process changed directory paths.
Version:
1.1.1
Author:
TMate Software Ltd.
Since:
1.1.1

Method Summary

void
handleDir(String path)
Handles changed directory path.

Method Details

handleDir

public void handleDir(String path)
            throws SVNException
Handles changed directory path. path is always absolute.
Parameters:
path - a changed dir path
Throws:
SVNException -

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.