Uses of Interface
com.iizix.util.IJarFile
Package
Description
Uses of IJarFile in com.iizix.server.app
Uses of IJarFile in com.iizix.server.app.prop
Modifier and TypeMethodDescriptionAppPropCnr.getJarFile()
Gets the Jar file for the Module.final IJarFile
ModuleProjectPropCnr.getJarFile()
Gets the Jar file that contains the Module model or null if running in development mode.Modifier and TypeMethodDescriptionfinal JarFilePath
ModuleProjectPropCnr.getClassPathInfo
(IJarFile jar, Set<String> appModules, Set<JarFilePath> externalURLs, Set<File> externalResources, Set<String> dependentModules) Gets the information to set-up the classpath for the module.Uses of IJarFile in com.iizix.util
Modifier and TypeClassDescriptionclass
Extends the normal Jar file for processing files with various character case, and mixture of forward and backslashes.class
Extends the normal JAR file for processing files with various character case, and mixture of forward and backslashes.Modifier and TypeMethodDescriptionabstract IJarFile
AbstractJarURLConnection.getJarFile()
Return the JAR file for this connection.IJarURLStreamHandler.getJarFile()
Gets the IJarFile from the handler.Modifier and TypeMethodDescriptionfinal void
Adds a new jar with root as subdirectory to the class loader.final void
Adds a new jar with subdirectory to the class loader.ModifierConstructorDescriptionJarClassLoader
(IJarFile jar) Creates the Jar file class loader using the default parent class loader for delegation.JarClassLoader
(IJarFile jar, ClassLoader parent) Creates the Jar file class loader with a specified parent class loader for delegation.JarClassLoader
(IJarFile jar, String subDirectory, ClassLoader parent) Creates the Jar file class loader using the default parent class loader for delegation.JarFilePath
(IJarFile jarFile, String subDirectory) Constructor for a JarFile with a subdirectory path.Uses of IJarFile in com.iizix.util.memjar
Modifier and TypeMethodDescriptionHandler.getJarFile()
Gets the IJarFile from the handler.MemoryJarURLConnection.getJarFile()
Gets the IJarFile.Uses of IJarFile in com.iizix.util.xjar
Modifier and TypeMethodDescriptionHandler.getJarFile()
Gets the IJarFile from the handler.XJarURLConnection.getJarFile()
Gets the IJarFile.