com.atlassian.jira.issue.attachment.AttachmentZipKit.AttachmentZipEntry |
This interface is deprecated.
Use AttachmentIndexManager
instead. Since v6.4.
Class Overview
These are the data returned about entries in a zip file
Public Methods
public
String
getAbbreviatedName
()
Returns
- the abbreviated file name
public
int
getDirectoryDepth
()
Returns
- the number of directories deep this entry is
public
long
getEntryIndex
()
Returns
- the entryIndex within the zip file
public
String
getExtension
()
Returns
- the extension of the file name of the zip entry
public
String
getMimetype
()
Returns
- The mimetype of the entry
public
Date
getModifiedDate
()
Returns
- The date the entry was last modified
public
String
getName
()
Returns
- the file name of the zip entry
public
long
getSize
()
Returns
- the size of the file uncompressed
public
boolean
isDirectory
()
Returns
- true if the entry is a directory instead of a file