public class DescendingRevisionSortedSVNDirEntryHandler extends Object implements DirectoriesSvnEntryHandler
ISVNDirEntryHandler used to get a list containing all the directories in a given Subversion repository sorted
by their SVN revision number, in descending order (from new to old).| Constructor and Description |
|---|
DescendingRevisionSortedSVNDirEntryHandler() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDirectoryNames()
Get the handled Directory names.
|
void |
handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry) |
public DescendingRevisionSortedSVNDirEntryHandler()
public List<String> getDirectoryNames()
getDirectoryNames in interface DirectoriesSvnEntryHandlerpublic void handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry)
throws org.tmatesoft.svn.core.SVNException
handleDirEntry in interface org.tmatesoft.svn.core.ISVNDirEntryHandlerorg.tmatesoft.svn.core.SVNExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.