hudson.scm.listtagsparameter
Class SimpleSVNDirEntryHandler

java.lang.Object
  extended by hudson.scm.listtagsparameter.SimpleSVNDirEntryHandler
All Implemented Interfaces:
DirectoriesSvnEntryHandler, org.tmatesoft.svn.core.ISVNDirEntryHandler

public class SimpleSVNDirEntryHandler
extends Object
implements DirectoriesSvnEntryHandler

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
SimpleSVNDirEntryHandler()
           
 
Method Summary
 List<String> getDirectoryNames()
          Get the handled Directory names.
 void handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleSVNDirEntryHandler

public SimpleSVNDirEntryHandler()
Method Detail

getDirectoryNames

public List<String> getDirectoryNames()
Description copied from interface: DirectoriesSvnEntryHandler
Get the handled Directory names.

Specified by:
getDirectoryNames in interface DirectoriesSvnEntryHandler

handleDirEntry

public void handleDirEntry(org.tmatesoft.svn.core.SVNDirEntry dirEntry)
                    throws org.tmatesoft.svn.core.SVNException
Specified by:
handleDirEntry in interface org.tmatesoft.svn.core.ISVNDirEntryHandler
Throws:
org.tmatesoft.svn.core.SVNException


Copyright © 2004-2012 Hudson. All Rights Reserved.