Uses of Class
com.iizix.util.JarFilePath
Uses of JarFilePath in com.iizix.server.app.prop
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 JarFilePath in com.iizix.util
Modifier and TypeMethodDescriptionfinal void
JarClassLoader.add
(JarFilePath jarFilePath) Adds a new JarFilePath entry to the class loader.ModifierConstructorDescriptionJarClassLoader
(ClassLoader parent, JarFilePath... jarFilePaths) Creates the Jar file class loader using the default parent class loader for delegation.