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 IJarFileAppFactory. 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 IJarFileAppPropCnr. getJarFile()Gets the Jar file for the Module.IJarFileModuleProjectPropCnr. 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 JarFilePathModuleProjectPropCnr. 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 classMemoryJarFileExtends the normal Jar file for processing files with various character case, and mixture of forward and backslashes.classXJarFileExtends 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 IJarFileAbstractJarURLConnection. getJarFile()Return the JAR file for this connection.IJarFileIJarURLStreamHandler. getJarFile()Gets the IJarFile from the handler.Methods in com.iizix.util with parameters of type IJarFile Modifier and Type Method Description voidJarClassLoader. add(IJarFile jar)Adds a new jar with root as subdirectory to the class loader.voidJarClassLoader. 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 IJarFileHandler. getJarFile()Gets the IJarFile from the handler.IJarFileMemoryJarURLConnection. 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 IJarFileHandler. getJarFile()Gets the IJarFile from the handler.IJarFileXJarURLConnection. getJarFile()Gets the IJarFile.