com.atlassian.jira.issue.attachment
Interface AttachmentZipKit.AttachmentZipEntries
- Enclosing class:
- AttachmentZipKit
public static interface AttachmentZipKit.AttachmentZipEntries
isMoreAvailable
boolean isMoreAvailable()
- Returns:
- true if there are more entries available in the zip than asked for.
getTotalNumberOfEntriesAvailable
int getTotalNumberOfEntriesAvailable()
- Returns:
- total number of entries available (can be larger that what was asked for)
getList
List<AttachmentZipKit.AttachmentZipEntry> getList()
- Returns:
- the list of
AttachmentZipKit.AttachmentZipEntry
Copyright © 2002-2012 Atlassian. All Rights Reserved.