Class AttachmentArchiveEntryImpl
java.lang.Object
com.atlassian.jira.plugin.attachment.AttachmentArchiveEntryImpl
- All Implemented Interfaces:
AttachmentArchiveEntry
-
Method Details
-
getEntryIndex
public long getEntryIndex()- Specified by:
getEntryIndex
in interfaceAttachmentArchiveEntry
- Returns:
- the entryIndex within the zip file
-
getName
- Specified by:
getName
in interfaceAttachmentArchiveEntry
- Returns:
- the file name of the zip entry
-
getAbbreviatedName
- Specified by:
getAbbreviatedName
in interfaceAttachmentArchiveEntry
- Returns:
- the abbreviated file name
-
getSize
public long getSize()- Specified by:
getSize
in interfaceAttachmentArchiveEntry
- Returns:
- the size of the file uncompressed
-
getMediaType
- Specified by:
getMediaType
in interfaceAttachmentArchiveEntry
- Returns:
- The mimetype of the entry
-
hashCode
public int hashCode() -
equals
-
toString
-