Uses of Class
java.util.jar.JarFile
Packages that useJarFile
Package
Description
Provides services that allow Java programming language agents to instrument programs running on the JVM.
Provides the classes for implementing networking applications.
Uses ofJarFile injava.lang.instrument
Methods injava.lang.instrument with parameters of typeJarFileModifier and TypeMethodDescriptionvoidInstrumentation.appendToBootstrapClassLoaderSearch(JarFile jarfile) Specifies a JAR file with instrumentation classes to be defined by the bootstrap class loader.voidInstrumentation.appendToSystemClassLoaderSearch(JarFile jarfile) Specifies a JAR file with instrumentation classes to be defined by the system class loader.Uses ofJarFile injava.net
Modifier and TypeMethodDescriptionabstractJarFileJarURLConnection.getJarFile()Return the JAR file for this connection.