hudson.scm.listtagsparameter
Interface DirectoriesSvnEntryHandler

All Superinterfaces:
org.tmatesoft.svn.core.ISVNDirEntryHandler
All Known Implementing Classes:
DescendingRevisionSortedSVNDirEntryHandler, SimpleSVNDirEntryHandler

public interface DirectoriesSvnEntryHandler
extends org.tmatesoft.svn.core.ISVNDirEntryHandler

ISVNDirEntryHandler with the possibility to get the handled directory names.


Method Summary
 List<String> getDirectoryNames()
          Get the handled Directory names.
 
Methods inherited from interface org.tmatesoft.svn.core.ISVNDirEntryHandler
handleDirEntry
 

Method Detail

getDirectoryNames

List<String> getDirectoryNames()
Get the handled Directory names.



Copyright © 2004-2013 Hudson. All Rights Reserved.