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)
AttachmentProcessorprocessAttachment in interface AttachmentProcessorfile - attachment.Copyright © 2002-2019 Atlassian. All Rights Reserved.