Class AttachmentZipExtractor.ZipContents
java.lang.Object
com.atlassian.greenhopper.issue.util.AttachmentZipExtractor.ZipContents
- Enclosing interface:
AttachmentZipExtractor
-
Constructor Summary
ConstructorsConstructorDescriptionZipContents
(boolean moreAvailable, int maxShown, int totalNumEntries, List<AttachmentZipExtractor.ZipEntry> entries) -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
-
Constructor Details
-
ZipContents
public ZipContents(boolean moreAvailable, int maxShown, int totalNumEntries, List<AttachmentZipExtractor.ZipEntry> entries)
-
-
Method Details
-
isMoreAvailable
public boolean isMoreAvailable() -
getMaxShown
public int getMaxShown() -
getTotalNumEntries
public int getTotalNumEntries() -
getEntries
-