public interface NarProvider
| Modifier and Type | Method and Description |
|---|---|
InputStream |
fetchNarContents(String location)
Fetches the NAR at the given location.
|
void |
initialize(NarProviderInitializationContext context)
Initializes the NAR Provider based on the given set of properties.
|
Collection<String> |
listNars()
Performs a listing of all NAR's that are available.
|
void initialize(NarProviderInitializationContext context)
Collection<String> listNars() throws IOException
IOExceptionInputStream fetchNarContents(String location) throws IOException
listNars().IOExceptionCopyright © 2022 Apache NiFi Project. All rights reserved.