protected class ItemState.SimpleMergeResult extends Object implements ItemState.MergeResult
modified() method just returns the modification status passed
to the constructor.| Constructor and Description |
|---|
SimpleMergeResult(boolean modified) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Dispose this MergeResult and release all internal resources that
are not needed any more.
|
boolean |
modified() |
public SimpleMergeResult(boolean modified)
modified - modification statuspublic boolean modified()
modified in interface ItemState.MergeResultItemState.merge(ItemState, boolean)
was modified.public void dispose()
ItemState.MergeResultdispose in interface ItemState.MergeResultCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.