public class NamespaceEditorProvider extends java.lang.Object implements EditorProvider
Constructor and Description |
---|
NamespaceEditorProvider() |
Modifier and Type | Method and Description |
---|---|
Editor |
getRootEditor(NodeState before,
NodeState after,
NodeBuilder builder,
CommitInfo info)
Returns an editor for processing changes between the given two states.
|
public Editor getRootEditor(NodeState before, NodeState after, NodeBuilder builder, CommitInfo info) throws CommitFailedException
EditorProvider
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.
getRootEditor
in interface EditorProvider
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