< prev index next >

src/jdk.jlink/share/classes/jdk/tools/jlink/plugin/ResourcePoolEntry.java

Print this page

        

*** 56,78 **** * <ul>LEGAL_NOTICE: A legal notice.</ul> * <ul>MAN_PAGE: A man page.</ul> * <ul>NATIVE_CMD: A native executable launcher.</ul> * <ul>NATIVE_LIB: A native library.</ul> * <ul>TOP: A top-level file in the jdk run-time image directory.</ul> - * <ul>OTHER: Other kind of file.</ul> * </li> */ public enum Type { CLASS_OR_RESOURCE, CONFIG, HEADER_FILE, LEGAL_NOTICE, MAN_PAGE, NATIVE_CMD, NATIVE_LIB, ! TOP, ! OTHER } /** * The module name of this ResourcePoolEntry. * --- 56,76 ---- * <ul>LEGAL_NOTICE: A legal notice.</ul> * <ul>MAN_PAGE: A man page.</ul> * <ul>NATIVE_CMD: A native executable launcher.</ul> * <ul>NATIVE_LIB: A native library.</ul> * <ul>TOP: A top-level file in the jdk run-time image directory.</ul> * </li> */ public enum Type { CLASS_OR_RESOURCE, CONFIG, HEADER_FILE, LEGAL_NOTICE, MAN_PAGE, NATIVE_CMD, NATIVE_LIB, ! TOP } /** * The module name of this ResourcePoolEntry. *
< prev index next >