Uses of Class
org.tmatesoft.svn.core.SVNDirEntry
Packages that use SVNDirEntry
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
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 SVNDirEntryModifier and TypeMethodDescriptionstatic 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 SVNDirEntryModifier and TypeMethodDescriptionvoid
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 SVNDirEntryModifier and TypeMethodDescriptionvoid
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 SVNDirEntryModifier and TypeMethodDescriptionprivate SVNDirEntry
DAVRepository.createDirEntry
(String fullPath, DAVProperties child) DAVRepository.getDir
(String path, long revision, boolean includeComments, Collection entries) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNDirEntryModifier and TypeMethodDescriptionprivate SVNDirEntry
FSRepository.buildDirEntry
(FSEntry repEntry, SVNURL parentURL, FSRevisionNode entryNode, int entryFields) FSRepository.getDir
(String path, long revision, boolean includeCommitMessages, Collection entries) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNDirEntryModifier and TypeMethodDescriptionSVNRepositoryImpl.getDir
(String path, long revision, boolean includeComment, Collection entries) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SVNDirEntryModifier and TypeFieldDescriptionprivate Map<File,
Map<String, SVNDirEntry>> SVNUpdateEditor17.myDirEntries
Methods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SVNDirEntryModifier and TypeMethodDescriptionISVNDirFetcher.fetchEntries
(SVNURL repositoryRoot, File reposRelPath) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNDirEntryMethods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNDirEntry -
Uses of SVNDirEntry in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNDirEntryMethods in org.tmatesoft.svn.core.internal.wc2.remote with parameters of type SVNDirEntryModifier and TypeMethodDescriptionprivate SvnInfo
SvnRemoteGetInfo.creatSvnInfoForEntry
(SVNURL root, String uuid, SVNDirEntry entry, SVNURL entryURL, long revision, SVNLock lock) void
SvnRemoteList.handleDirEntry
(SVNDirEntry dirEntry) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNDirEntryModifier and TypeMethodDescriptionabstract SVNDirEntry
SVNRepository.getDir
(String path, long revision, boolean includeCommitMessages, Collection entries) Fetches the contents of a directory into the provided collection object and returns the directory entry itself.abstract SVNDirEntry
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 SVNDirEntryModifier and TypeMethodDescriptionSVNRepository.getDir
(String path, long revision, SVNProperties properties, int entryFields, 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.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNDirEntryModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SVNDirEntry>
SVNClientImpl.getDirEntryReceiver
(ListCallback callback) Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNDirEntryModifier and TypeMethodDescriptionprivate DirEntry
SVNClientImpl.getDirEntry
(SVNDirEntry dirEntry) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc with parameters of type SVNDirEntryModifier and TypeMethodDescriptionstatic SVNInfo
SVNInfo.createInfo
(String path, SVNURL reposRootURL, 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 SVNDirEntryModifier and TypeMethodDescriptionvoid
SVNXMLDirEntryHandler.handleDirEntry
(SVNDirEntry entry) Handles a next direntry
.private void
SVNXMLDirEntryHandler.sendToHandler
(SVNDirEntry entry)