Uses of Interface
com.iizix.util.IJarFile
Packages that use IJarFile Package Description com.iizix.server.app com.iizix.server.app.prop com.iizix.util com.iizix.util.memjar com.iizix.util.xjar Uses of IJarFile in com.iizix.server.app
Methods in com.iizix.server.app that return IJarFile Modifier and Type Method Description IJarFile
AppFactory. getJarFile()
Gets the Jar file for the Module.Uses of IJarFile in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return IJarFile Modifier and Type Method Description IJarFile
AppPropCnr. getJarFile()
Gets the Jar file for the Module.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 IJarFile Modifier and Type Method Description JarFilePath
ModuleProjectPropCnr. getClassPathInfo(IJarFile jar, java.util.Set<java.lang.String> appModules, java.util.Set<JarFilePath> externalURLs, java.util.Set<java.io.File> externalResources, java.util.Set<java.lang.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 IJarFile Modifier and Type Class Description class
MemoryJarFile
Extends the normal Jar file for processing files with various character case, and mixture of forward and backslashes.class
XJarFile
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 IJarFile Modifier and Type Method Description abstract IJarFile
AbstractJarURLConnection. getJarFile()
Return the JAR file for this connection.IJarFile
IJarURLStreamHandler. getJarFile()
Gets the IJarFile from the handler.Methods in com.iizix.util with parameters of type IJarFile Modifier and Type Method Description void
JarClassLoader. add(IJarFile jar)
Adds a new jar with root as subdirectory to the class loader.void
JarClassLoader. add(IJarFile jar, java.lang.String subDirectory)
Adds a new jar with subdirectory to the class loader.Constructors in com.iizix.util with parameters of type IJarFile Constructor Description JarClassLoader(IJarFile jar)
Creates the Jar file class loader using the default parent class loader for delegation.JarClassLoader(IJarFile jar, java.lang.ClassLoader parent)
Creates the Jar file class loader with a specified parent class loader for delegation.JarClassLoader(IJarFile jar, java.lang.String subDirectory, java.lang.ClassLoader parent)
Creates the Jar file class loader using the default parent class loader for delegation.JarFilePath(IJarFile jarFile, java.lang.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 IJarFile Modifier and Type Method Description IJarFile
Handler. getJarFile()
Gets the IJarFile from the handler.IJarFile
MemoryJarURLConnection. getJarFile()
Gets the IJarFile.Uses of IJarFile in com.iizix.util.xjar
Methods in com.iizix.util.xjar that return IJarFile Modifier and Type Method Description IJarFile
Handler. getJarFile()
Gets the IJarFile from the handler.IJarFile
XJarURLConnection. getJarFile()
Gets the IJarFile.