Package org.tmatesoft.svn.core.wc.admin
Interface ISVNChangedDirectoriesHandler
- All Known Implementing Classes:
SVNLookDirsChangedCommand,SvnRepositoryGetChangedDirectoriesImpl
public interface ISVNChangedDirectoriesHandler
The ISVNChangedDirectoriesHandler is used to process changed
directory paths.
- Since:
- 1.2
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleDir(java.lang.String path) Handles changed directory path.
-
Method Details
-
handleDir
Handles changed directory path.pathis always absolute.- Parameters:
path- a changed dir path- Throws:
SVNException
-