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