public class SimpleSVNDirEntryHandler extends Object implements org.tmatesoft.svn.core.ISVNDirEntryHandler
ISVNDirEntryHandler used to get a list containing all the
directories in a given Subversion repository.| Constructor and Description |
|---|
SimpleSVNDirEntryHandler(String filter) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDirs() |
List<String> |
getDirs(boolean reverseByDate,
boolean reverseByName) |
void |
handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry) |
public SimpleSVNDirEntryHandler(String filter)
Copyright © 2004–2015. All rights reserved.