| BackgroundObserverMBean |
|
| CommitContext |
A CommitContext instance can be obtained from CommitInfo.getInfo()
if it has been set before the merge call.
|
| CommitHook |
Extension point for validating and modifying content changes.
|
| CommitInfo |
Commit info instances associate some meta data with a commit.
|
| CompositeConflictHandler |
A CompositeConflictHandler delegates conflict handling
to multiple backing handlers.
|
| DefaultEditor |
Editor that does nothing by default and doesn't recurse into subtrees.
|
| DefaultValidator |
Validator that does nothing by default and doesn't recurse into subtrees.
|
| Editor |
Content change editor.
|
| EditorProvider |
Extension point for content change editors.
|
| EmptyObserver |
Basic content change observer that doesn't do anything.
|
| Observable |
An Observable supports attaching Observer instances for
listening to content changes.
|
| Observer |
Extension point for observing changes in an Oak repository.
|
| PartialConflictHandler |
Deprecated.
|
| PartialConflictHandler.Resolution |
Deprecated.
Resolutions for conflicts
|
| ResetCommitAttributeHook |
|
| SubtreeExcludingValidator |
Validator that excludes a subtree from the validation process and delegates
validation of other changes to another given validator.
|
| ThreeWayConflictHandler |
A ThreeWayConflictHandler is responsible for handling conflicts which happen
on Root.rebase() and on the implicit rebase operation which
takes part on Root.commit().
|
| ThreeWayConflictHandler.Resolution |
Resolutions for conflicts
|
| Validator |
Content change validator.
|