public interface StateDelta
This interface is not intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
BundleDelta[] |
getChanges()
Returns an array of all the bundle deltas in this delta regardless of type.
|
BundleDelta[] |
getChanges(int mask,
boolean exact)
Returns an array of all the members
of this delta which match the given flags.
|
ResolverHookException |
getResovlerHookException()
Returns the resolver hook exception if one occurred while
resolving the state.
|
State |
getState()
Returns the state whose changes are represented by this delta.
|
BundleDelta[] getChanges()
BundleDelta[] getChanges(int mask, boolean exact)
mask
- exact
- State getState()
ResolverHookException getResovlerHookException()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.