public interface

AttachmentArchiveEntry

com.atlassian.jira.plugin.attachment.AttachmentArchiveEntry
Known Indirect Subclasses

Class Overview

An archive entry DTO.

Summary

Public Methods
@Deprecated String getAbbreviatedName()
This method is deprecated. Abbreviate the path (name) in views. It is view-specific operation. Since v6.4.
long getEntryIndex()
String getMediaType()
String getName()
long getSize()

Public Methods

@Deprecated public String getAbbreviatedName ()

This method is deprecated.
Abbreviate the path (name) in views. It is view-specific operation. Since v6.4.

Returns
  • the abbreviated file name

public long getEntryIndex ()

Returns
  • the entryIndex within the zip file

public String getMediaType ()

Returns
  • The mimetype of the entry

public String getName ()

Returns
  • the file name of the zip entry

public long getSize ()

Returns
  • the size of the file uncompressed