Package | Description |
---|---|
org.tmatesoft.svn.core.internal.wc2.compat | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
static SvnRevisionRange |
SvnCodec.revisionRange(SVNRevisionRange range) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<SvnRevisionRange> |
SvnCodec.revisionRanges(java.util.Collection<SVNRevisionRange> ranges) |
Modifier and Type | Method and Description |
---|---|
static SVNRevisionRange |
SvnCodec.revisionRange(SvnRevisionRange range) |
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<SVNRevisionRange> |
SvnCodec.oldRevisionRanges(java.util.Collection<SvnRevisionRange> ranges) |
Modifier and Type | Method and Description |
---|---|
private SvnRevisionRange |
SVNClientImpl.getSvnRevisionRange(RevisionRange range) |
Modifier and Type | Method and Description |
---|---|
private java.util.Collection<SvnRevisionRange> |
SVNClientImpl.getSvnRevisionRanges(java.util.List<RevisionRange> ranges) |
Modifier and Type | Field and Description |
---|---|
private java.util.Collection<SvnRevisionRange> |
SvnLogMergeInfo.ranges |
private java.util.Collection<SvnRevisionRange> |
SvnMerge.ranges |
private java.util.Collection<SvnRevisionRange> |
SvnLog.revisionRanges |
Modifier and Type | Method and Description |
---|---|
static SvnRevisionRange |
SvnRevisionRange.create(SVNRevision start,
SVNRevision end)
Creates revision range and initializes its fields
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<SvnRevisionRange> |
SvnLogMergeInfo.getRanges() |
java.util.Collection<SvnRevisionRange> |
SvnMerge.getRevisionRanges()
Returns the collection of
SvnRevisionRange
ranges. |
java.util.Collection<SvnRevisionRange> |
SvnLog.getRevisionRanges()
Returns all revision ranges for those log should be reported.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnLog.addRange(SvnRevisionRange range)
Adds the revision range to the operation's revision ranges.
|
void |
SvnLogMergeInfo.addRevisionRange(SvnRevisionRange range) |
void |
SvnMerge.addRevisionRange(SvnRevisionRange range)
Adds the revision range to collection of revision ranges for merging.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnLog.setRevisionRanges(java.util.Collection<SvnRevisionRange> revisionRanges)
Sets all revision ranges for those log should be reported.
|