< prev index next >

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

Print this page




  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewhere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\
  69 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  70 







  71 generate-jli-classes.argument=<none|@filename>
  72 
  73 generate-jli-classes.description=\
  74 Takes a file hinting to jlink what java.lang.invoke classes to pre-generate. If\n\
  75 this flag is not specified a default set of classes will be generated. To \n\
  76 disable pre-generation specify none as the argument
  77 
  78 installed-modules.description=Fast loading of module descriptors (always enabled)
  79 
  80 onoff.argument=<on|off>
  81 
  82 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  83 is specified, then each line should be an exact match for the path to be ordered
  84 
  85 order-resources.description=\
  86 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  87 
  88 strip-debug.description=\
  89 Strip debug information from the output image
  90 


 128 
 129 plugin.opt.list-plugins=\
 130 \  --list-plugins                    List available plugins
 131 
 132 plugin.opt.post-process-path=\
 133 \  --post-process-path <imagefile>   Post process an existing image
 134 
 135 plugin.opt.resources-last-sorter=\
 136 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 137 
 138 plugin.opt.plugin-module-path=\
 139 \  --plugin-module-path <modulepath> Custom plugin module path
 140 
 141 plugin.opt.c=\
 142 \  -c, --compress=<0|1|2>            Enable compression of resources\
 143 \n                                    More details in --list-plugins option
 144 
 145 plugin.opt.G=\
 146 \  -G, --strip-debug                 Strip debug information
 147 






 148 main.plugin.name=\
 149 \Plugin Name
 150 
 151 main.plugin.class=\
 152 \Plugin Class
 153 
 154 main.plugin.module=\
 155 \Plugin Module
 156 
 157 main.plugin.category=\
 158 \Category
 159 
 160 main.plugin.description=\
 161 \Description
 162 
 163 main.plugin.post.processors=\
 164 Image Post Processors:
 165 
 166 main.plugin.argument=\
 167 \Argument




  51 compact-cp.description=Constant Pool strings sharing.\n\
  52 By default, all resources are compressed. You can express the set \n\
  53 of resources to compress or not compress (use ^ for negation).
  54 
  55 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  56 
  57 copy-files.description=\
  58 If files to copy are not absolute path, JDK home dir is used.\n\
  59 e.g.: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewhere/conf.txt
  60 
  61 exclude-files.argument=<pattern-list> of files to exclude
  62 
  63 exclude-files.description=\
  64 Specify files to exclude. e.g.: **.java,glob:/java.base/native/client/**
  65 
  66 exclude-resources.argument=<pattern-list> resources to exclude
  67 
  68 exclude-resources.description=\
  69 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  70 
  71 exclude-jmod-section.argument=<section-name>[:modules=<module-name>(,<module-name>)*]\n\
  72 where <section-name> is \"man\" or \"headers".
  73 
  74 exclude-jmod-section.description=\
  75 Specify a JMOD section to exclude.  If no module is specified, the specified\n\
  76 section in all JMOD files is excluded.
  77 
  78 generate-jli-classes.argument=<none|@filename>
  79 
  80 generate-jli-classes.description=\
  81 Takes a file hinting to jlink what java.lang.invoke classes to pre-generate. If\n\
  82 this flag is not specified a default set of classes will be generated. To \n\
  83 disable pre-generation specify none as the argument
  84 
  85 installed-modules.description=Fast loading of module descriptors (always enabled)
  86 
  87 onoff.argument=<on|off>
  88 
  89 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  90 is specified, then each line should be an exact match for the path to be ordered
  91 
  92 order-resources.description=\
  93 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  94 
  95 strip-debug.description=\
  96 Strip debug information from the output image
  97 


 135 
 136 plugin.opt.list-plugins=\
 137 \  --list-plugins                    List available plugins
 138 
 139 plugin.opt.post-process-path=\
 140 \  --post-process-path <imagefile>   Post process an existing image
 141 
 142 plugin.opt.resources-last-sorter=\
 143 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 144 
 145 plugin.opt.plugin-module-path=\
 146 \  --plugin-module-path <modulepath> Custom plugin module path
 147 
 148 plugin.opt.c=\
 149 \  -c, --compress=<0|1|2>            Enable compression of resources\
 150 \n                                    More details in --list-plugins option
 151 
 152 plugin.opt.G=\
 153 \  -G, --strip-debug                 Strip debug information
 154 
 155 plugin.opt.no-man-pages=\
 156 \  --no-man-pages                    Exclude man pages
 157 
 158 plugin.opt.no-header-files=\
 159 \  --no-header-files                 Exclude include header files
 160 
 161 main.plugin.name=\
 162 \Plugin Name
 163 
 164 main.plugin.class=\
 165 \Plugin Class
 166 
 167 main.plugin.module=\
 168 \Plugin Module
 169 
 170 main.plugin.category=\
 171 \Category
 172 
 173 main.plugin.description=\
 174 \Description
 175 
 176 main.plugin.post.processors=\
 177 Image Post Processors:
 178 
 179 main.plugin.argument=\
 180 \Argument


< prev index next >