|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.subversion.javahl.types.RevisionRangeList
public class RevisionRangeList
Object that describes a revision range list, including operations on it.
Returned from new accessors in Mergeinfo.
| Constructor Summary | |
|---|---|
RevisionRangeList(List<RevisionRange> ranges)
Wrap a list of revision ranges. |
|
| Method Summary | |
|---|---|
List<RevisionRange> |
getRanges()
|
List<RevisionRange> |
remove(List<RevisionRange> eraser,
boolean considerInheritance)
Remove revisions in eraser from the current object
and return the resulting difference. |
RevisionRangeList |
remove(RevisionRangeList eraser,
boolean considerInheritance)
Remove revisions in eraser from the current object
and return the resulting difference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RevisionRangeList(List<RevisionRange> ranges)
| Method Detail |
|---|
public List<RevisionRange> getRanges()
public List<RevisionRange> remove(List<RevisionRange> eraser,
boolean considerInheritance)
throws ClientException
eraser from the current object
and return the resulting difference.
eraser - The list of revisions to remoove.considerInheritance - Determines how to account for the
RevisionRange#isInherited property when comparing
revision ranges for equality.
ClientException
public RevisionRangeList remove(RevisionRangeList eraser,
boolean considerInheritance)
throws ClientException
eraser from the current object
and return the resulting difference.
eraser - The list of revisions to remoove.considerInheritance - Determines how to account for the
RevisionRange#isInherited property when comparing
revision ranges for equality.
ClientException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||