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 SvnRevisionRangeSvnCodec.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 SVNRevisionRangeSvnCodec.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 SvnRevisionRangeSVNClientImpl.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.rangesprivate java.util.Collection<SvnRevisionRange>SvnMerge.rangesprivate java.util.Collection<SvnRevisionRange>SvnLog.revisionRangesMethods in org.tmatesoft.svn.core.wc2 that return SvnRevisionRangeModifier and TypeMethodDescriptionstatic SvnRevisionRangeSvnRevisionRange.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 ofSvnRevisionRangeranges.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnRevisionRangeModifier and TypeMethodDescriptionvoidSvnLog.addRange(SvnRevisionRange range) Adds the revision range to the operation's revision ranges.voidSvnLogMergeInfo.addRevisionRange(SvnRevisionRange range) voidSvnMerge.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 TypeMethodDescriptionvoidSvnLog.setRevisionRanges(java.util.Collection<SvnRevisionRange> revisionRanges) Sets all revision ranges for those log should be reported.