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 DirEntryJavaHLObjectFactory.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 TypeMethodDescriptionvoidSVNListCommand.handleDirEntry(SVNDirEntry dirEntry) protected voidSVNListCommand.printDirEntry(SVNDirEntry dirEntry) protected voidSVNListCommand.printDirEntryXML(SVNDirEntry dirEntry) -
Uses of SVNDirEntry in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core with parameters of type SVNDirEntryModifier and TypeMethodDescriptionvoidISVNDirEntryHandler.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 SVNDirEntryDAVRepository.createDirEntry(java.lang.String fullPath, DAVProperties child) DAVRepository.getDir(java.lang.String path, long revision, boolean includeComments, java.util.Collection entries) 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 SVNDirEntryModifier and TypeMethodDescriptionprivate SVNDirEntryFSRepository.buildDirEntry(FSEntry repEntry, SVNURL parentURL, FSRevisionNode entryNode, int entryFields) FSRepository.getDir(java.lang.String path, long revision, boolean includeCommitMessages, java.util.Collection entries) 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 -
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 java.util.Map<java.io.File,java.util.Map<java.lang.String, SVNDirEntry>> SVNUpdateEditor17.myDirEntriesMethods in org.tmatesoft.svn.core.internal.wc17 that return types with arguments of type SVNDirEntryModifier and TypeMethodDescriptionjava.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 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 SvnInfoSvnRemoteGetInfo.creatSvnInfoForEntry(SVNURL root, java.lang.String uuid, SVNDirEntry entry, SVNURL entryURL, long revision, SVNLock lock) voidSvnRemoteList.handleDirEntry(SVNDirEntry dirEntry) -
Uses of SVNDirEntry in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNDirEntryModifier and TypeMethodDescriptionabstract SVNDirEntrySVNRepository.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 SVNDirEntrySVNRepository.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 SVNDirEntryModifier and TypeMethodDescriptionjava.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.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 DirEntrySVNClientImpl.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 SVNInfoSVNInfo.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 SVNDirEntryModifier and TypeMethodDescriptionvoidSVNXMLDirEntryHandler.handleDirEntry(SVNDirEntry entry) Handles a next direntry.private voidSVNXMLDirEntryHandler.sendToHandler(SVNDirEntry entry)