@Value.Immutable public interface Plugin extends Notes
Notes.Section| Modifier and Type | Method and Description |
|---|---|
List<Plugin.ConfigProvider> |
getConfigProviders() |
List<Plugin.Converter> |
getConverters() |
String |
getIntroduction() |
String |
getPluginName() |
String |
getPluginOwner() |
List<Plugin.SinkConnector> |
getSinkConnectors() |
List<Plugin.SourceConnector> |
getSourceConnectors() |
List<Plugin.Transformation> |
getTransformations() |
getDanger, getDescription, getIcon, getImportant, getNote, getSections, getTip, getTitle, getWarningString getIntroduction()
getIntroduction in interface NotesString getPluginName()
String getPluginOwner()
List<Plugin.Transformation> getTransformations()
List<Plugin.SinkConnector> getSinkConnectors()
List<Plugin.SourceConnector> getSourceConnectors()
List<Plugin.Converter> getConverters()
List<Plugin.ConfigProvider> getConfigProviders()
Copyright © 2016–2025. All rights reserved.