Interface ZipFile

All Superinterfaces:
FileResource, InputResource, IOResource, Resource
All Known Subinterfaces:
AppJarFile, JarFile, JavadocJarFile, LibraryJarFile, MvnRepoJarFile, MvnRepoLibraryJarFile, SourcesJarFile
All Known Implementing Classes:
DefaultJarFile, DefaultLibraryJarFile

public interface ZipFile extends FileResource
A FileResource that represents a ZIP file].
  • Method Details

    • of

      static <T extends InputResource> T of(ResourceType<T> zipFileType, Path path)
      Creates a ZIP file resource from the given values.
      Type Parameters:
      T - the generic type
      Parameters:
      zipFileType - the requested type
      path - the path
      Returns:
      the ZIP file