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 methodgetNameprovides means to get the name.booleanThe methodisDirectoryprovides means to determine the type.
-
Constructor Details
-
ZipEntryWrapper
This is the constructor forZipEntry.- Parameters:
entry- the entry
-
-
Method Details
-
getName
The methodgetNameprovides means to get the name.- Specified by:
getNamein interfaceArchive.Entry- Returns:
- the name
- See Also:
-
isDirectory
public boolean isDirectory()The methodisDirectoryprovides means to determine the type.- Specified by:
isDirectoryin interfaceArchive.Entry- Returns:
- true iff the entry is a directory
- See Also:
-