public abstract class UpdateStrategyBase extends Object implements UpdateStrategy
Modifier and Type | Field and Description |
---|---|
protected RevisionSpec |
spec
The specification.
|
Modifier | Constructor and Description |
---|---|
protected |
UpdateStrategyBase(RevisionSpec spec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected static NullableObject<Object>[] |
arrayCopy(NullableObject<Object>[] array)
Array copy.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUpdate
protected final RevisionSpec spec
protected UpdateStrategyBase(RevisionSpec spec)
spec
- is the specificationprotected static NullableObject<Object>[] arrayCopy(NullableObject<Object>[] array)
array
- to copy