public interface ExtensionDocumentationWriter
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ConfigurableComponent component)
Calls initialize on the component.
|
void |
write(ConfigurableComponent component)
Write the documentation for the given component.
|
void |
write(ConfigurableComponent component,
Collection<ServiceAPI> provideServices,
Map<String,ServiceAPI> propertyServiceAPIs)
Writes the documentation for the given component.
|
void initialize(ConfigurableComponent component)
component - the component to initializevoid write(ConfigurableComponent component) throws IOException
component - the component to documentIOException - if an error occurs writing the documentationvoid write(ConfigurableComponent component, Collection<ServiceAPI> provideServices, Map<String,ServiceAPI> propertyServiceAPIs) throws IOException
component - the component to documentprovideServices - the service APIs implemented by the componentpropertyServiceAPIs - the service APIs required by the property descriptors of the componentIOException - if an error occurs writing the documentationCopyright © 2022 Apache NiFi Project. All rights reserved.