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.
|
Modifier and Type | Method and Description |
---|---|
static DirEntry |
JavaHLObjectFactory.createDirEntry(SVNDirEntry dirEntry) |
Modifier and Type | Method and Description |
---|---|
void |
SVNListCommand.handleDirEntry(SVNDirEntry dirEntry) |
protected void |
SVNListCommand.printDirEntry(SVNDirEntry dirEntry) |
protected void |
SVNListCommand.printDirEntryXML(SVNDirEntry dirEntry) |
Modifier and Type | Method and Description |
---|---|
void |
ISVNDirEntryHandler.handleDirEntry(SVNDirEntry dirEntry)
Handles a directory entry passed.
|
Modifier and Type | Method and Description |
---|---|
SVNDirEntry |
DAVRepository.getDir(String path,
long revision,
boolean includeComments,
Collection entries) |
SVNDirEntry |
DAVRepository.info(String path,
long revision) |
Modifier and Type | Method and Description |
---|---|
SVNDirEntry |
FSRepository.getDir(String path,
long revision,
boolean includeCommitMessages,
Collection entries) |
SVNDirEntry |
FSRepository.info(String path,
long revision) |
Modifier and Type | Method and Description |
---|---|
SVNDirEntry |
SVNRepositoryImpl.getDir(String path,
long revision,
boolean includeComment,
Collection entries) |
SVNDirEntry |
SVNRepositoryImpl.info(String path,
long revision) |
Modifier and Type | Method and Description |
---|---|
Map<String,SVNDirEntry> |
ISVNDirFetcher.fetchEntries(SVNURL repositoryRoot,
File reposRelPath) |
Modifier and Type | Method and Description |
---|---|
protected SVNDirEntry |
SvnOldList.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnOldList.handleDirEntry(SVNDirEntry dirEntry) |
Modifier and Type | Method and Description |
---|---|
protected SVNDirEntry |
SvnRemoteList.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnRemoteList.handleDirEntry(SVNDirEntry dirEntry) |
Modifier and Type | Method and Description |
---|---|
abstract 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 |
SVNRepository.info(String path,
long revision)
Gives information about an entry located at the specified path in a particular
revision.
|
Modifier and Type | Method and Description |
---|---|
Collection<SVNDirEntry> |
SVNRepository.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.
|
Modifier and Type | Method and Description |
---|---|
static SVNInfo |
SVNInfo.createInfo(String path,
SVNURL reposRootURL,
String uuid,
SVNURL url,
SVNRevision revision,
SVNDirEntry dirEntry,
SVNLock lock) |
Modifier and Type | Method and Description |
---|---|
void |
SVNXMLDirEntryHandler.handleDirEntry(SVNDirEntry entry)
Handles a next dir
entry . |
Copyright © 2019. All rights reserved.