Uses of Interface
com.iizix.util.IJarFile
Packages that use IJarFile
Package
Description
Uses of IJarFile in com.iizix.server.app
Methods in com.iizix.server.app that return IJarFileUses of IJarFile in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return IJarFileModifier 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.Methods in com.iizix.server.app.prop with parameters of type IJarFileModifier 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
Classes in com.iizix.util that implement IJarFileModifier 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.Methods in com.iizix.util that return IJarFileModifier and TypeMethodDescriptionabstract IJarFile
AbstractJarURLConnection.getJarFile()
Return the JAR file for this connection.IJarURLStreamHandler.getJarFile()
Gets the IJarFile from the handler.Methods in com.iizix.util with parameters of type IJarFileModifier 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.Constructors in com.iizix.util with parameters of type IJarFileModifierConstructorDescriptionJarClassLoader
(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
Methods in com.iizix.util.memjar that return IJarFileModifier and TypeMethodDescriptionHandler.getJarFile()
Gets the IJarFile from the handler.MemoryJarURLConnection.getJarFile()
Gets the IJarFile.Uses of IJarFile in com.iizix.util.xjar
Methods in com.iizix.util.xjar that return IJarFileModifier and TypeMethodDescriptionHandler.getJarFile()
Gets the IJarFile from the handler.XJarURLConnection.getJarFile()
Gets the IJarFile.