1 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
   2 
   3 release-info.description=\
   4 <file> option is to load release properties from the supplied file.\n\
   5 add: is to add properties to the 'release' file.\n\
   6 Any number of <key>=<value> pairs can be passed.\n\
   7 del: is to delete the list of keys in release file.
   8 
   9 class-optim.argument=<all|forName-folding>[:log=<log file>]
  10 
  11 class-optim.description=\
  12 Class optimization. Warning: This plugin is experimental.\n\
  13 An optional <log file> can be specified to log applied optimizations.
  14 
  15 compress.argument=<0|1|2>[:filter=<pattern>]
  16 
  17 compress.description=\
  18 Compress all resources in the output image.\n\
  19 Level 0: constant string sharing\n\
  20 Level 1: ZIP\n\
  21 Level 2: both.\n\
  22 An optional filter can be specified to list the pattern of files to be filtered.\n\
  23 Use ^ for negation. eg: *Exception.class,*Error.class,^/java.base/java/lang/*
  24 
  25 compact-cp.argument=<resource paths>
  26 
  27 compact-cp.description=Constant Pool strings sharing.\n\
  28 By default, all resources are compressed. You can express the set \n\
  29 of resources to compress or not compress (use ^ for negation).
  30 
  31 copy-files.argument=<List of <file path>=<image target> to copy to the image>.
  32 
  33 copy-files.description=\
  34 If files to copy are not absolute path, JDK home dir is used.\n\
  35 eg: jrt-fs.jar,LICENSE,/home/me/myfile.txt=somewehere/conf.txt
  36 
  37 exclude-files.argument=<files to exclude | files of excluded files>
  38 
  39 exclude-files.description=\
  40 Specify files to exclude. eg: *.diz, /java.base/native/client/*
  41 
  42 exclude-resources.argument=<resources to exclude | file of excluded resources>
  43 
  44 exclude-resources.description=\
  45 Specify resources to exclude. eg: *.jcov, */META-INF/*
  46 
  47 generate-bmh.argument=<comma-separated list of signatures, e.g., LL,LLL>
  48 
  49 generate-bmh.description=\
  50 Concrete BoundMethodHandle classes to generate.
  51 
  52 installed-modules.description=Fast loading of module descriptors (always enabled)
  53 
  54 onoff.argument=<on|off>
  55 
  56 sort-resources.argument=<paths in priority order | file with resource paths>
  57 
  58 sort-resources.description=\
  59 Sort resources. eg: */modules-info.class,/java-base/java/lang/*
  60 
  61 strip-debug.description=\
  62 Strip debug information from the output image
  63 
  64 strip-native-commands.description=\
  65 Exclude native commands (such as java/java.exe) from the image
  66 
  67 vm.argument=<client|server|minimal|all>
  68 
  69 vm.description=\
  70 Select the HotSpot VM in the output image.  Default is all
  71  
  72 zip.argument=[comma separated list of resource paths]
  73 
  74 zip.description=ZIP Compression
  75 
  76 include-locales.argument=\
  77 <langtag>[,<langtag>]*
  78 
  79 include-locales.description=\
  80 BCP 47 language tags separated by a comma, allowing locale matching\n\
  81 defined in RFC 4647. eg: en,ja,*-IN
  82 
  83 include-locales.missingpackages=\
  84 Missing locale data packages in jdk.localedata:\n\t
  85 
  86 include-locales.nomatchinglocales=\
  87 No matching locales found. Check the specified pattern.
  88 
  89 main.status.ok=Functional.
  90 
  91 main.status.not.ok= Not functional.
  92 
  93 plugin.plugins.header=\
  94 List of available plugin options:
  95 
  96 plugin.opt.list-plugins=\
  97 \  --list-plugins                    List available plugins
  98 
  99 plugin.opt.post-process-path=\
 100 \  --post-process-path <imagefile>   Post process an existing image
 101 
 102 plugin.opt.resources-last-sorter=\
 103 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
 104 
 105 plugin.opt.plugins-modulepath=\
 106 \  --plugin-module-path <modulepath> Custom plugins module path
 107 
 108 plugin.opt.c=\
 109 \  -c, --compress=2                  Enable compression of resources (level 2)
 110 
 111 plugin.opt.G=\
 112 \  -G, --strip-debug                 Strip debug information
 113 
 114 main.plugin.name=\
 115 \Plugin Name
 116 
 117 main.plugin.class=\
 118 \Plugin Class
 119 
 120 main.plugin.module=\
 121 \Plugin Module
 122 
 123 main.plugin.category=\
 124 \Category
 125 
 126 main.plugin.description=\
 127 \Description
 128 
 129 main.plugin.post.processors=\
 130 Image Post Processors:
 131 
 132 main.plugin.argument=\
 133 \Argument
 134 
 135 main.plugin.range.from=\
 136 Range from
 137 
 138 main.plugin.range.to=\
 139 to
 140 
 141 main.plugin.option=\
 142 \Option
 143 
 144 main.plugin.no.value=\
 145 \<empty>
 146 
 147 main.plugin.state=\
 148 Functional state
 149 
 150 err.provider.not.functional=The provider {0} is not functional.
 151 
 152 err.plugin.mutiple.options=More than one plugin enabled by {0} option
 153 err.provider.additional.arg.error=Error in additional argument specification in {0} option: {1}
 154 
 155 err.no.plugins.path=No plugins path argument.
 156 
 157 err.dir.already.exits=directory already exists: {0} 
 158 
 159 err.invalid.index=invalid index for option {0}
 160 
 161 err.plugin.option.not.set=Option {0} must be set.
 162 
 163 warn.thirdparty.plugins=\
 164 Enabling third party plugins can lead to unusable generated image.
 165 
 166 warn.thirdparty.plugins.enabled=\
 167 You have enabled third party plugins.