private abstract static class UnpackContent.Unpacker extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Pattern |
fileFilter |
| Constructor and Description |
|---|
Unpacker() |
Unpacker(Pattern fileFilter) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
fileMatches(org.apache.commons.compress.archivers.ArchiveEntry entry) |
protected boolean |
fileMatches(String entryName) |
(package private) abstract void |
unpack(ProcessSession session,
FlowFile source,
List<FlowFile> unpacked) |
protected Pattern fileFilter
public Unpacker()
public Unpacker(Pattern fileFilter)
abstract void unpack(ProcessSession session, FlowFile source, List<FlowFile> unpacked)
protected boolean fileMatches(org.apache.commons.compress.archivers.ArchiveEntry entry)
protected boolean fileMatches(String entryName)
Copyright © 2023 Apache NiFi Project. All rights reserved.