Interface Archive.Entry
-
- Enclosing interface:
- Archive
public static interface Archive.EntryRepresents 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
-
getName
String getName()
Returns the name of the entry.- Returns:
- the name of the entry
-
-