| Package | Description |
|---|---|
| regions.validate |
Contains a Hydra test that uses a blackboard to carefully validate
the contents of a region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DestroyedValue
This
Value indicates that a region entry has been
destroyed. |
class |
InUse
A
Value that indicates that a region entry is in the
process of being changed. |
class |
InvalidValue
This
Value indicates that a region entry has been
invalidated. |
class |
ObjectValue
This
Value indicates that a region entry has a valid
value. |
| Modifier and Type | Method and Description |
|---|---|
Value |
ValidateBlackboard.get(Object key)
Returns the value of the given key in the blackboard
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValidateBlackboard.replace(Object key,
Value expectedValue,
Value newValue)
Atomically replaces the value associated with the given key if
and only if the current value is equal to
currentValue. |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.