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.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.internal.wc2.old | |
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 Info |
JavaHLObjectFactory.createInfo(SVNInfo info) |
static Info2 |
JavaHLObjectFactory.createInfo2(SVNInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
SVNInfoCommand.handleInfo(SVNInfo info) |
protected void |
SVNInfoCommand.printInfo(SVNInfo info) |
protected void |
SVNInfoCommand.printInfoXML(SVNInfo info) |
Modifier and Type | Method and Description |
---|---|
SVNInfo |
SVNWCClient16.doInfo(File path,
SVNRevision revision)
Collects and returns information on a single Working Copy item.
|
SVNInfo |
SVNWCClient16.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision)
Collects and returns information on a single item in a repository.
|
Modifier and Type | Method and Description |
---|---|
static SVNInfo |
SvnCodec.info(SvnInfo info) |
Modifier and Type | Method and Description |
---|---|
static SvnInfo |
SvnCodec.info(SVNInfo info) |
Modifier and Type | Method and Description |
---|---|
void |
SvnOldGetInfo.handleInfo(SVNInfo info) |
Modifier and Type | Method and Description |
---|---|
static SVNInfo |
SVNInfo.createInfo(File file,
SVNEntry entry) |
static SVNInfo |
SVNInfo.createInfo(File file,
SVNTreeConflictDescription tc) |
static SVNInfo |
SVNInfo.createInfo(String path,
SVNURL reposRootURL,
String uuid,
SVNURL url,
SVNRevision revision,
SVNDirEntry dirEntry,
SVNLock lock) |
SVNInfo |
SVNWCClient.doInfo(File path,
SVNRevision revision)
Collects and returns information on a single Working Copy item.
|
SVNInfo |
SVNWCClient.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision)
Collects and returns information on a single item in a repository.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNInfoHandler.handleInfo(SVNInfo info)
Handles item's information using an SVNInfo object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNXMLInfoHandler.handleInfo(SVNInfo info)
Handles info producing corresponding xml.
|
Copyright © 2024. All rights reserved.