Package org.tmatesoft.svn.core.wc.admin
Interface ISVNChangedDirectoriesHandler
-
public interface ISVNChangedDirectoriesHandlerThe ISVNChangedDirectoriesHandler is used to process changed directory paths.- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleDir(java.lang.String path)Handles changed directory path.
-
-
-
Method Detail
-
handleDir
void handleDir(java.lang.String path) throws SVNExceptionHandles changed directory path.pathis always absolute.- Parameters:
path- a changed dir path- Throws:
SVNException
-
-