Uses of Class
org.apache.subversion.javahl.types.DirEntry
-
Packages that use DirEntry Package Description org.apache.subversion.javahl.callback org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.core.javahl17 -
-
Uses of DirEntry in org.apache.subversion.javahl.callback
Methods in org.apache.subversion.javahl.callback with parameters of type DirEntry Modifier and Type Method Description void
ListCallback. doEntry(DirEntry dirent, Lock lock)
This method will be called for each directory entry. -
Uses of DirEntry in org.tigris.subversion.javahl
Constructors in org.tigris.subversion.javahl with parameters of type DirEntry Constructor Description DirEntry(DirEntry aEntry)
A backward-compat constructor -
Uses of DirEntry in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return DirEntry Modifier and Type Method Description private DirEntry
SVNClientImpl. getDirEntry(SVNDirEntry dirEntry)
-