public interface EditorProvider
EditorHook
class to allow multiple components to process content changes during just
a single content diff.Modifier and Type | Method and Description |
---|---|
@Nullable Editor |
getRootEditor(NodeState before,
NodeState after,
NodeBuilder builder,
CommitInfo info)
Returns an editor for processing changes between the given two states.
|
@Nullable @Nullable Editor getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) throws CommitFailedException
null
if the changes don't require processing.
An implementation of this method should generally not compare the
given before and after states, as the caller is expected to compare
the states and invoke the respective callback methods on the
Editor
instance returned by this method. Instead the
implementation can use the opportunity for other preparatory work.
before
- original root stateafter
- modified root statebuilder
- node builder based on the after stateinfo
- metadata associated with this commitnull
CommitFailedException
- if processing failedCopyright © 2010 - 2020 Adobe. All Rights Reserved