Uses of Class
org.tmatesoft.svn.core.SVNDirEntry
-
Packages that use SVNDirEntry Package Description org.tigris.subversion.javahl Provides a (mostly native, using JNI and javah) implementation of a high level Java API for Subversion.org.tmatesoft.svn.cli.svn org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav org.tmatesoft.svn.core.internal.io.fs org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.remote org.tmatesoft.svn.core.io This package provides a low-level API for direct interacting with a Subversion repository on the SVN protocol level.org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client.org.tmatesoft.svn.core.wc.xml This package gives an advantage to write annotation, status and log information in xml format to any SAX ContentHandler implementation. -
-
Uses of SVNDirEntry in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNDirEntry Modifier and Type Method Description static DirEntry
JavaHLObjectFactory. createDirEntry(SVNDirEntry dirEntry)
-
Uses of SVNDirEntry in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNDirEntry Modifier and Type Method Description void
SVNListCommand. handleDirEntry(SVNDirEntry dirEntry)
protected void
SVNListCommand. printDirEntry(SVNDirEntry dirEntry)
protected void
SVNListCommand. printDirEntryXML(SVNDirEntry dirEntry)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core with parameters of type SVNDirEntry Modifier and Type Method Description void
ISVNDirEntryHandler. handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed. -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNDirEntry Modifier and Type Method Description SVNDirEntry
DAVRepository. getDir(java.lang.String path, long revision, boolean includeComments, java.util.Collection entries)
SVNDirEntry
DAVRepository. info(java.lang.String path, long revision)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNDirEntry Modifier and Type Method Description SVNDirEntry
FSRepository. getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries)
SVNDirEntry
FSRepository. info(java.lang.String path, long revision)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNDirEntry Modifier and Type Method Description SVNDirEntry
SVNRepositoryImpl. getDir(java.lang.String path, long revision, boolean includeComment, java.util.Collection entries)
SVNDirEntry
SVNRepositoryImpl. info(java.lang.String path, long revision)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SVNDirEntry Modifier and Type Method Description java.util.Map<java.lang.String,SVNDirEntry>
ISVNDirFetcher. fetchEntries(SVNURL repositoryRoot, java.io.File reposRelPath)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNDirEntry Modifier and Type Method Description protected SVNDirEntry
SvnOldList. run()
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNDirEntry Modifier and Type Method Description void
SvnOldList. handleDirEntry(SVNDirEntry dirEntry)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNDirEntry Modifier and Type Method Description protected SVNDirEntry
SvnRemoteList. run()
Methods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNDirEntry Modifier and Type Method Description void
SvnRemoteList. handleDirEntry(SVNDirEntry dirEntry)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNDirEntry Modifier and Type Method Description abstract SVNDirEntry
SVNRepository. getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries)
Fetches the contents of a directory into the provided collection object and returns the directory entry itself.abstract SVNDirEntry
SVNRepository. info(java.lang.String path, long revision)
Gives information about an entry located at the specified path in a particular revision.Methods in org.tmatesoft.svn.core.io that return types with arguments of type SVNDirEntry Modifier and Type Method Description java.util.Collection<SVNDirEntry>
SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, java.util.Collection dirEntries)
Fetches the contents and properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch. -
Uses of SVNDirEntry in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNDirEntry Modifier and Type Method Description static SVNInfo
SVNInfo. createInfo(java.lang.String path, SVNURL reposRootURL, java.lang.String uuid, SVNURL url, SVNRevision revision, SVNDirEntry dirEntry, SVNLock lock)
-
Uses of SVNDirEntry in org.tmatesoft.svn.core.wc.xml
Methods in org.tmatesoft.svn.core.wc.xml with parameters of type SVNDirEntry Modifier and Type Method Description void
SVNXMLDirEntryHandler. handleDirEntry(SVNDirEntry entry)
Handles a next direntry
.
-