public class NoteStoringEditableContentPreProcessorRegistry extends Object
NoteStoringImmutableContentPreProcessor
and registers them within the
NoteStoringPreProcessorManager
.Constructor and Description |
---|
NoteStoringEditableContentPreProcessorRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
registerEditablePreProcessor(NoteStoringEditableContentPreProcessor notePreProcessor)
Adds the given processor to the list of processors.
|
void |
registerImmutablePreProcessor(NoteStoringImmutableContentPreProcessor notePreProcessor)
Adds the given processor to the list of processors.
|
void |
removeEditablePreProcessor(NoteStoringEditableContentPreProcessor notePreProcessor)
Removes the given processor from the list of processors.
|
void |
removeImmutablePreProcessor(NoteStoringImmutableContentPreProcessor notePreProcessor)
Removes the given processor from the list of processors.
|
public NoteStoringEditableContentPreProcessorRegistry()
public void registerEditablePreProcessor(NoteStoringEditableContentPreProcessor notePreProcessor)
notePreProcessor
- The processor.public void registerImmutablePreProcessor(NoteStoringImmutableContentPreProcessor notePreProcessor)
notePreProcessor
- The processor.public void removeEditablePreProcessor(NoteStoringEditableContentPreProcessor notePreProcessor)
notePreProcessor
- The processor.public void removeImmutablePreProcessor(NoteStoringImmutableContentPreProcessor notePreProcessor)
notePreProcessor
- The processor.Copyright © 2019 Communote team. All rights reserved.