Uses of Class
com.iizix.util.JarFilePath
Packages that use JarFilePath Package Description com.iizix.server.app.prop com.iizix.util Uses of JarFilePath in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return JarFilePath 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 JarFilePath in com.iizix.util
Methods in com.iizix.util with parameters of type JarFilePath Modifier and Type Method Description void
JarClassLoader. add(JarFilePath jarFilePath)
Adds a new JarFilePath entry to the class loader.Constructors in com.iizix.util with parameters of type JarFilePath Constructor Description JarClassLoader(java.lang.ClassLoader parent, JarFilePath... jarFilePaths)
Creates the Jar file class loader using the default parent class loader for delegation.