Interface Archive.Entry
- Enclosing interface:
- Archive
public static interface Archive.Entry
Represents a single entry in the archive.
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the name of the entry.booleanisDirectory()Returnstrueif the entry represents a directory.
Method Detail
isDirectory
boolean isDirectory()
Returnstrueif the entry represents a directory.- Returns:
- if the entry is a directory