< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/internal/AbstractResourcePoolEntry.java

Print this page

        

*** 36,46 **** * A LinkResourcePoolEntry is identified by a path of the form: * <ul> * <li>For jimage content: /{module name}/{package1}/.../{packageN}/{file * name}</li> * <li>For other files (shared lib, launchers, config, ...):/{module name}/ ! * {@literal bin|conf|native}/{dir1}>/.../{dirN}/{file name}</li> * </ul> */ abstract class AbstractResourcePoolEntry implements ResourcePoolEntry { private final String path; private final String module; --- 36,46 ---- * A LinkResourcePoolEntry is identified by a path of the form: * <ul> * <li>For jimage content: /{module name}/{package1}/.../{packageN}/{file * name}</li> * <li>For other files (shared lib, launchers, config, ...):/{module name}/ ! * {@literal bin|conf|lib}/{dir1}>/.../{dirN}/{file name}</li> * </ul> */ abstract class AbstractResourcePoolEntry implements ResourcePoolEntry { private final String path; private final String module;
< prev index next >