Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.internal.wc16 | |
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 | Class and Description |
---|---|
class |
SVNInfoCommand |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient16.doInfo(File path,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient16.doInfo(File path,
SVNRevision pegRevision,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient16.doInfo(File path,
SVNRevision pegRevision,
SVNRevision revision,
SVNDepth depth,
Collection changeLists,
ISVNInfoHandler handler)
Invokes
handler to return information about
path in revision . |
void |
SVNWCClient16.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient16.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
SVNDepth depth,
ISVNInfoHandler handler)
Invokes
handler to return information about url
in revision . |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldGetInfo |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient.doInfo(File path,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient.doInfo(File path,
SVNRevision pegRevision,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient.doInfo(File path,
SVNRevision pegRevision,
SVNRevision revision,
SVNDepth depth,
Collection<String> changeLists,
ISVNInfoHandler handler)
Invokes
handler to return information about
path in revision . |
void |
SVNWCClient.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
boolean recursive,
ISVNInfoHandler handler)
Deprecated.
|
void |
SVNWCClient.doInfo(SVNURL url,
SVNRevision pegRevision,
SVNRevision revision,
SVNDepth depth,
ISVNInfoHandler handler)
Invokes
handler to return information about url
in revision . |
Modifier and Type | Class and Description |
---|---|
class |
SVNXMLInfoHandler |
Copyright © 2024. All rights reserved.