Uses of Class
com.iizix.util.JarFilePath
Packages that use JarFilePath
Uses of JarFilePath in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return JarFilePathModifier and TypeMethodDescriptionfinal JarFilePathModuleProjectPropCnr.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
Methods in com.iizix.util with parameters of type JarFilePathModifier and TypeMethodDescriptionfinal voidJarClassLoader.add(JarFilePath jarFilePath) Adds a new JarFilePath entry to the class loader.Constructors in com.iizix.util with parameters of type JarFilePathModifierConstructorDescriptionJarClassLoader(ClassLoader parent, JarFilePath... jarFilePaths) Creates the Jar file class loader using the default parent class loader for delegation.