@ExperimentalApi
public interface AttachmentProcessor
Modifier and Type | Field and Description |
---|---|
static int |
MAX_ENTRIES
Maximum number of entries that should be returned by processAttachment method.
|
Modifier and Type | Method and Description |
---|---|
List<AttachmentArchiveEntry> |
processAttachment(File file)
Extracts attachment archive file and returns its contents (only files, no directories).
|
static final int MAX_ENTRIES
List<AttachmentArchiveEntry> processAttachment(@Nonnull File file)
file
- attachment.Copyright © 2002-2021 Atlassian. All Rights Reserved.