|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by every Exception carrying Conflict Elements.
e.g.
VersionControlConflictException extends WTException implements ConflictHolder;
Supported API: false
Extendable: false
Field Summary | |
static String |
CONFLICT_ELEMENTS
Label for the attribute; Array of ConflictElement's. |
Method Summary | |
Object[] |
getAllConflictingObjects()
Supported API: false |
ConflictElement[] |
getConflictElements()
Gets the value of the attribute: CONFLICT_ELEMENTS. |
void |
setConflictElements(ConflictElement[] a_ConflictElements)
Sets the value of the attribute: CONFLICT_ELEMENTS. |
Field Detail |
public static final String CONFLICT_ELEMENTS
Method Detail |
public ConflictElement[] getConflictElements()
public void setConflictElements(ConflictElement[] a_ConflictElements) throws WTPropertyVetoException
a_ConflictElements
-
WTPropertyVetoException
public Object[] getAllConflictingObjects()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |