Class 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 Detail

      • SimpleSVNDirEntryHandler

        public SimpleSVNDirEntryHandler​(String filter)
    • Method Detail

      • getDirs

        @NonNull
        public List<String> getDirs​(boolean reverseByDate,
                                    boolean reverseByName)
      • 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