org.codehaus.plexus.archiver
public static interface ArchiveFile.Entry
Method Summary | |
---|---|
long | getLastModificationTime()
Returns the time of the entries last modification. |
String | getName()
Returns the entries name. |
long | getSize()
Returns the entries size. |
boolean | isDirectory()
Returns, whether the entry is a directory. |
Returns: Modification time, or -1, if unknown.
Returns: File size; undefined for directories.