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.MergeResult
ItemState.merge(ItemState, boolean)
was modified.public void dispose()
ItemState.MergeResult
dispose
in interface ItemState.MergeResult
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.