public abstract class RestoreFromRevisionHelper
extends java.lang.Object
| Constructor and Description | 
|---|
RestoreFromRevisionHelper()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
canRestore(Node node)
Subclasses to implement whether they can restore a revision of the given node. 
 | 
abstract void | 
restore(Node node, CompareContributor contributor)
Subclasses to implement algorithm to restore a revision of the given node using the given CompareContributor. 
 | 
public abstract boolean canRestore(Node node)
node -public abstract void restore(Node node, CompareContributor contributor)
node -contributor -