Uses of Class
org.tmatesoft.svn.core.wc2.SvnRevisionRange
Packages that use SvnRevisionRange
Package
Description
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 SvnRevisionRangeModifier and TypeMethodDescriptionstatic SvnRevisionRange
SvnCodec.revisionRange
(SVNRevisionRange range) Methods in org.tmatesoft.svn.core.internal.wc2.compat that return types with arguments of type SvnRevisionRangeModifier and TypeMethodDescriptionstatic java.util.Collection<SvnRevisionRange>
SvnCodec.revisionRanges
(java.util.Collection<SVNRevisionRange> ranges) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SvnRevisionRangeModifier and TypeMethodDescriptionstatic SVNRevisionRange
SvnCodec.revisionRange
(SvnRevisionRange range) Method parameters in org.tmatesoft.svn.core.internal.wc2.compat with type arguments of type SvnRevisionRangeModifier and TypeMethodDescriptionstatic 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 SvnRevisionRangeModifier and TypeMethodDescriptionprivate SvnRevisionRange
SVNClientImpl.getSvnRevisionRange
(RevisionRange range) Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SvnRevisionRangeModifier and TypeMethodDescriptionprivate 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 SvnRevisionRangeModifier and TypeFieldDescriptionprivate 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 SvnRevisionRangeModifier and TypeMethodDescriptionstatic 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 SvnRevisionRangeModifier and TypeMethodDescriptionjava.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 SvnRevisionRangeModifier and TypeMethodDescriptionvoid
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 SvnRevisionRangeModifier and TypeMethodDescriptionvoid
SvnLog.setRevisionRanges
(java.util.Collection<SvnRevisionRange> revisionRanges) Sets all revision ranges for those log should be reported.