public class TextStylingTransformerRegistry extends AbstractRegistry<ITextStylingTransformerDiscovery>
ITextStylingTransformer for text styling kind SyntaxKind
(Html, Mediawiki, etc...).
Instance of ITextStylingTransformer must be declared in files
META-INF\services\fr.opensagres.xdocreport.template.discovery. ITextStylingTransformerDiscovery
| Constructor and Description |
|---|
TextStylingTransformerRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispose() |
static TextStylingTransformerRegistry |
getRegistry() |
ITextStylingTransformer |
getTextStylingTransformer(java.lang.String syntaxKind)
Returns the text styling transformer for the given syntax kind.
|
ITextStylingTransformer |
getTextStylingTransformer(SyntaxKind syntaxKind)
Returns the text styling transformer for the given syntax kind.
|
protected boolean |
registerInstance(ITextStylingTransformerDiscovery discovery) |
dispose, initialize, initializeIfNeeded, onEndInitialization, onStartInitializationpublic static TextStylingTransformerRegistry getRegistry()
protected boolean registerInstance(ITextStylingTransformerDiscovery discovery)
registerInstance in class AbstractRegistry<ITextStylingTransformerDiscovery>protected void doDispose()
doDispose in class AbstractRegistry<ITextStylingTransformerDiscovery>public ITextStylingTransformer getTextStylingTransformer(SyntaxKind syntaxKind)
syntaxKind - public ITextStylingTransformer getTextStylingTransformer(java.lang.String syntaxKind)
syntaxKind - Copyright © 2022. All Rights Reserved.