public class NotePostProcessorRegistry extends Object
NoteStoringPostProcessor and registers them within the
NotePostProcessorRegistryExtensionPoint.| Constructor and Description |
|---|
NotePostProcessorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerNotePreProcessor(NoteStoringPostProcessor notePostProcessor)
Adds the given processor to the list of processors.
|
void |
removeNotePreProcessor(NoteStoringPostProcessor notePostProcessor)
Removes the given processor from the list of processors.
|
public void registerNotePreProcessor(NoteStoringPostProcessor notePostProcessor)
notePostProcessor - The processor.public void removeNotePreProcessor(NoteStoringPostProcessor notePostProcessor)
notePostProcessor - The processor.Copyright © 2019 Communote team. All rights reserved.