Class ZipArchiveWrapper.ZipEntryWrapper
java.lang.Object
org.ctan.site.services.upload.util.archive.ZipArchiveWrapper.ZipEntryWrapper
- All Implemented Interfaces:
Archive.Entry
- Enclosing class:
ZipArchiveWrapper
The class
ZipEntryWrapper
contains the wrapper for an entry.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
The methodgetName
provides means to get the name.boolean
The methodisDirectory
provides means to determine the type.
-
Constructor Details
-
ZipEntryWrapper
This is the constructor forZipEntry
.- Parameters:
entry
- the entry
-
-
Method Details
-
getName
The methodgetName
provides means to get the name.- Specified by:
getName
in interfaceArchive.Entry
- Returns:
- the name
- See Also:
-
isDirectory
public boolean isDirectory()The methodisDirectory
provides means to determine the type.- Specified by:
isDirectory
in interfaceArchive.Entry
- Returns:
- true iff the entry is a directory
- See Also:
-