Package hudson.scm.listtagsparameter
Class SimpleSVNDirEntryHandler
java.lang.Object
hudson.scm.listtagsparameter.SimpleSVNDirEntryHandler
- All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNDirEntryHandler
public class SimpleSVNDirEntryHandler
extends Object
implements org.tmatesoft.svn.core.ISVNDirEntryHandler
Simple
ISVNDirEntryHandler
used to get a list containing all the
directories in a given Subversion repository.- Author:
- Romain Seguy (http://openromain.blogspot.com)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleSVNDirEntryHandler
-
-
Method Details
-
getDirs
-
getDirs
-
handleDirEntry
public void handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry) throws org.tmatesoft.svn.core.SVNException - Specified by:
handleDirEntry
in interfaceorg.tmatesoft.svn.core.ISVNDirEntryHandler
- Throws:
org.tmatesoft.svn.core.SVNException
-