Interface AppJarFile

All Superinterfaces:
ClasspathElement, FileResource, IOResource, JarFile, LibraryJarFile, Resource

public interface AppJarFile extends LibraryJarFile
A FileResource that represents an application jar.
  • Method Details

    • of

      static AppJarFile of(Path path)
      Creates an application library jar file from the given path.
      Parameters:
      path - the path
      Returns:
      the library jar file