Interface Archive.Entry
- Enclosing interface:
- Archive
public static interface Archive.Entry
Represents a single entry in the archive.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returnstrue
if the entry represents a directory.name()
Returns the name of the entry.
-
Method Details
-
name
String name()Returns the name of the entry.- Returns:
- the name of the entry
-
isDirectory
boolean isDirectory()Returnstrue
if the entry represents a directory.- Returns:
- if the entry is a directory
-