Interface ZipFile
- All Superinterfaces:
FileResource, InputResource, IOResource, Resource
- All Known Subinterfaces:
AppJarFile, JarFile, JavadocJarFile, LibraryJarFile, MvnRepoJarFile, MvnRepoLibraryJarFile, SourcesJarFile
- All Known Implementing Classes:
DefaultJarFile, DefaultLibraryJarFile
A
FileResource that represents a ZIP file].-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic <T extends InputResource>
Tof(ResourceType<T> zipFileType, Path path) Creates a ZIP file resource from the given values.Methods inherited from interface FileResource
cleanup, pathMethods inherited from interface InputResource
inputStreamMethods inherited from interface IOResource
outputStreamMethods inherited from interface Resource
asOf, asOfLocalized, isNewerThan, name, type
-
Method Details
-
of
Creates a ZIP file resource from the given values.- Type Parameters:
T- the generic type- Parameters:
zipFileType- the requested typepath- the path- Returns:
- the ZIP file
-