Class DefaultLibraryJarFile

All Implemented Interfaces:
FileResource, IOResource, Proxyable, Resource, ClasspathElement, JarFile, LibraryJarFile

public class DefaultLibraryJarFile extends DefaultJarFile implements LibraryJarFile
A FileResource that represents a Java jar.
  • Constructor Details

  • Method Details

    • createLibraryJarFile

      public static <T extends JarFile> T createLibraryJarFile(ResourceType<T> type, Path path)
      Creates a jar file.
      Type Parameters:
      T - the generic type
      Parameters:
      type - the type
      path - the path
      Returns:
      the jar file