Interface JarFile

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

public interface JarFile extends FileResource
A FileResource that represents a Java jar file].
  • Method Details

    • of

      static <T extends JarFile> T of(ResourceType<T> jarType, Path path)
      Creates a jar file resource from the given values.
      Type Parameters:
      T - the generic type
      Parameters:
      jarType - the jar type
      path - the path
      Returns:
      the t