< prev index next >

jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins.properties

Print this page

        

*** 66,75 **** --- 66,82 ---- exclude-resources.argument=<pattern-list> resources to exclude exclude-resources.description=\ Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/** + exclude-jmod-section.argument=<section-name>[:modules=<module-name>(,<module-name>)*]\n\ + where <section-name> is \"man\" or \"headers". + + exclude-jmod-section.description=\ + Specify a JMOD section to exclude. If no module is specified, the specified\n\ + section in all JMOD files is excluded. + generate-jli-classes.argument=<none|@filename> generate-jli-classes.description=\ Takes a file hinting to jlink what java.lang.invoke classes to pre-generate. If\n\ this flag is not specified a default set of classes will be generated. To \n\
*** 143,152 **** --- 150,165 ---- \n More details in --list-plugins option plugin.opt.G=\ \ -G, --strip-debug Strip debug information + plugin.opt.no-man-pages=\ + \ --no-man-pages Exclude man pages + + plugin.opt.no-header-files=\ + \ --no-header-files Exclude include header files + main.plugin.name=\ \Plugin Name main.plugin.class=\ \Plugin Class
< prev index next >