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

Enclosing class:
AttachmentZipKit

Deprecated. Use AttachmentIndexManager instead. Since v6.4.

@Deprecated
public static interface AttachmentZipKit.AttachmentZipEntry

These are the data returned about entries in a zip file


Method Summary
 String getAbbreviatedName()
          Deprecated.  
 int getDirectoryDepth()
          Deprecated.  
 long getEntryIndex()
          Deprecated.  
 String getExtension()
          Deprecated.  
 String getMimetype()
          Deprecated.  
 Date getModifiedDate()
          Deprecated.  
 String getName()
          Deprecated.  
 long getSize()
          Deprecated.  
 boolean isDirectory()
          Deprecated.  
 

Method Detail

getEntryIndex

long getEntryIndex()
Deprecated. 
Returns:
the entryIndex within the zip file

getName

String getName()
Deprecated. 
Returns:
the file name of the zip entry

getAbbreviatedName

String getAbbreviatedName()
Deprecated. 
Returns:
the abbreviated file name

getExtension

String getExtension()
Deprecated. 
Returns:
the extension of the file name of the zip entry

getSize

long getSize()
Deprecated. 
Returns:
the size of the file uncompressed

isDirectory

boolean isDirectory()
Deprecated. 
Returns:
true if the entry is a directory instead of a file

getDirectoryDepth

int getDirectoryDepth()
Deprecated. 
Returns:
the number of directories deep this entry is

getModifiedDate

Date getModifiedDate()
Deprecated. 
Returns:
The date the entry was last modified

getMimetype

String getMimetype()
Deprecated. 
Returns:
The mimetype of the entry


Copyright © 2002-2015 Atlassian. All Rights Reserved.