Class JarClassPathElement

java.lang.Object
io.quarkus.bootstrap.classloading.JarClassPathElement
All Implemented Interfaces:
ClassPathElement, Closeable, AutoCloseable

@Deprecated public class JarClassPathElement extends Object implements ClassPathElement
Deprecated.
A class path element that represents a file on the file system
  • Field Details

    • JAVA_VERSION

      public static final int JAVA_VERSION
      Deprecated.
    • META_INF_VERSIONS

      public static final String META_INF_VERSIONS
      Deprecated.
      See Also:
  • Constructor Details

    • JarClassPathElement

      public JarClassPathElement(Path root, boolean runtime)
      Deprecated.
  • Method Details