|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.pendingcheckin.CheckinConflictContainer
public class CheckinConflictContainer
Simply holds a CheckinConflict
array and some aggregate status
information (were any resolvable, etc.).
Constructor Summary | |
---|---|
CheckinConflictContainer(CheckinConflict[] conflicts,
boolean anyResolvable)
Creates a CheckinConflictContainer for the given conflicts. |
Method Summary | |
---|---|
CheckinConflict[] |
getConflicts()
|
boolean |
isAnyResolvable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckinConflictContainer(CheckinConflict[] conflicts, boolean anyResolvable)
CheckinConflictContainer
for the given conflicts.
conflicts
- the conflicts detected (must not be null
)anyResolvable
- true if any of the conflicts can be resolved, false if none can be
resolved.Method Detail |
---|
public CheckinConflict[] getConflicts()
public boolean isAnyResolvable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |