Package org.tmatesoft.svn.core
Interface ISVNDirEntryHandler
-
- All Known Implementing Classes:
SVNListCommand
,SvnOldList
,SvnRemoteList
,SVNXMLDirEntryHandler
public interface ISVNDirEntryHandler
The ISVNDirEntryHandler interface is used to handle information about directory entries while retrieving dir contents.- Since:
- 1.2
- Version:
- 1.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed.
-
-
-
Method Detail
-
handleDirEntry
void handleDirEntry(SVNDirEntry dirEntry) throws SVNException
Handles a directory entry passed.- Parameters:
dirEntry
- a directory entry- Throws:
SVNException
- See Also:
SVNDirEntry
-
-