| Package | Description |
|---|---|
| org.apache.nifi.flow.resource |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableExternalResourceDescriptor |
| Modifier and Type | Method and Description |
|---|---|
default Predicate<ExternalResourceDescriptor> |
ExternalResourceProviderInitializationContext.getFilter() |
Collection<ExternalResourceDescriptor> |
ExternalResourceProvider.listResources()
Performs a listing of all resources that are available.
|
| Modifier and Type | Method and Description |
|---|---|
InputStream |
ExternalResourceProvider.fetchExternalResource(ExternalResourceDescriptor descriptor)
Fetches the resource determined by the descriptor.
|
boolean |
ExternalResourceConflictResolutionStrategy.shouldBeFetched(File targetDirectory,
ExternalResourceDescriptor available) |
Copyright © 2023 Apache NiFi Project. All rights reserved.