Uses of Class
org.tmatesoft.svn.core.wc2.SvnRevisionRange
-
Packages that use SvnRevisionRange 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. -
-
Uses of SvnRevisionRange in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SvnRevisionRange Modifier and Type Method Description static SvnRevisionRange
SvnCodec. revisionRange(SVNRevisionRange range)
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SvnRevisionRange Modifier and Type Method Description static java.util.Collection<SvnRevisionRange>
SvnCodec. revisionRanges(java.util.Collection<SVNRevisionRange> ranges)
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnRevisionRange Modifier and Type Method Description static SVNRevisionRange
SvnCodec. revisionRange(SvnRevisionRange range)
Method parameters in org.tmatesoft.svn.core.internal.wc2.compat with type arguments of type SvnRevisionRange Modifier and Type Method Description static java.util.Collection<SVNRevisionRange>
SvnCodec. oldRevisionRanges(java.util.Collection<SvnRevisionRange> ranges)
-
Uses of SvnRevisionRange in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SvnRevisionRange Modifier and Type Method Description private SvnRevisionRange
SVNClientImpl. getSvnRevisionRange(RevisionRange range)
Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnRevisionRange Modifier and Type Method Description private java.util.Collection<SvnRevisionRange>
SVNClientImpl. getSvnRevisionRanges(java.util.List<RevisionRange> ranges)
-
Uses of SvnRevisionRange in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SvnRevisionRange Modifier and Type Field Description private java.util.Collection<SvnRevisionRange>
SvnLogMergeInfo. ranges
private java.util.Collection<SvnRevisionRange>
SvnMerge. ranges
private java.util.Collection<SvnRevisionRange>
SvnLog. revisionRanges
Methods in org.tmatesoft.svn.core.wc2 that return SvnRevisionRange Modifier and Type Method Description static SvnRevisionRange
SvnRevisionRange. create(SVNRevision start, SVNRevision end)
Creates revision range and initializes its fieldsMethods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SvnRevisionRange Modifier and Type Method Description java.util.Collection<SvnRevisionRange>
SvnLogMergeInfo. getRanges()
java.util.Collection<SvnRevisionRange>
SvnLog. getRevisionRanges()
Returns all revision ranges for those log should be reported.java.util.Collection<SvnRevisionRange>
SvnMerge. getRevisionRanges()
Returns the collection ofSvnRevisionRange
ranges.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnRevisionRange Modifier and Type Method 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.Method parameters in org.tmatesoft.svn.core.wc2 with type arguments of type SvnRevisionRange Modifier and Type Method Description void
SvnLog. setRevisionRanges(java.util.Collection<SvnRevisionRange> revisionRanges)
Sets all revision ranges for those log should be reported.
-