Class MultiReleaseJarFile
java.lang.Object
org.eclipse.jetty.util.MultiReleaseJarFile
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionMultiReleaseJarFile(Path jarFile) Construct a multi release jar file for the current JVM version, ignoring directories. -
Method Summary
-
Constructor Details
-
MultiReleaseJarFile
Construct a multi release jar file for the current JVM version, ignoring directories.- Parameters:
jarFile- The file to open
-
-
Method Details
-
stream
- Returns:
- A stream of versioned entries from the jar, excluding
META-INF/versionsentries. - Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toString
-