com.atlassian.jira.issue.attachment
Interface AttachmentZipKit.AttachmentZipEntries

Enclosing class:
AttachmentZipKit

public static interface AttachmentZipKit.AttachmentZipEntries


Method Summary
 List<AttachmentZipKit.AttachmentZipEntry> getList()
           
 int getTotalNumberOfEntriesAvailable()
           
 boolean isMoreAvailable()
           
 

Method Detail

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-2013 Atlassian. All Rights Reserved.