public class ZipAttachmentProcessor extends Object implements AttachmentProcessor
MAX_ENTRIES
Constructor and Description |
---|
ZipAttachmentProcessor() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentArchiveEntry> |
processAttachment(File file)
Extracts attachment archive file and returns its contents (only files, no directories).
|
public List<AttachmentArchiveEntry> processAttachment(@Nonnull File file)
AttachmentProcessor
processAttachment
in interface AttachmentProcessor
file
- attachment.Copyright © 2002-2021 Atlassian. All Rights Reserved.