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 SvnRevisionRangeSvnCodec. 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 SVNRevisionRangeSvnCodec. 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 SvnRevisionRangeSVNClientImpl. 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. rangesprivate java.util.Collection<SvnRevisionRange>SvnMerge. rangesprivate java.util.Collection<SvnRevisionRange>SvnLog. revisionRangesMethods in org.tmatesoft.svn.core.wc2 that return SvnRevisionRange Modifier and Type Method Description static 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 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 ofSvnRevisionRangeranges.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SvnRevisionRange Modifier and Type Method Description voidSvnLog. 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 SvnRevisionRange Modifier and Type Method Description voidSvnLog. setRevisionRanges(java.util.Collection<SvnRevisionRange> revisionRanges)Sets all revision ranges for those log should be reported.
-