|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.revwalk.RevFlag
public class RevFlag
Application level mark bit for RevObjects.
To create a flag use RevWalk.newFlag(String).
| Field Summary | |
|---|---|
static RevFlag |
UNINTERESTING
Uninteresting by RevWalk.markUninteresting(RevCommit). |
| Method Summary | |
|---|---|
RevWalk |
getRevWalk()
Get the revision walk instance this flag was created from. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RevFlag UNINTERESTING
RevWalk.markUninteresting(RevCommit).
We flag commits as uninteresting if the caller does not want commits
reachable from a commit to RevWalk.markUninteresting(RevCommit).
This flag is always carried into the commit's parents and is a key part
of the "rev-list B --not A" feature; A is marked UNINTERESTING.
This is a static flag. Its RevWalk is not available.
| Method Detail |
|---|
public RevWalk getRevWalk()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||