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 installed-modules.description=Fast loading of module descriptors (always enabled)
  48 
  49 onoff.argument=<on|off>
  50 
  51 sort-resources.argument=<paths in priority order | file with resource paths>
  52 
  53 sort-resources.description=\
  54 Sort resources. eg: */modules-info.class,/java-base/java/lang/*
  55 
  56 strip-debug.description=\
  57 Strip debug information from the output image
  58 
  59 strip-native-commands.description=\
  60 Exclude native commands (such as java/java.exe) from the image
  61 
  62 vm.argument=<client|server|minimal|all>
  63 
  64 vm.description=\
  65 Select the HotSpot VM in the output image.  Default is all
  66  
  67 zip.argument=[comma separated list of resource paths]
  68 
  69 zip.description=ZIP Compression
  70 
  71 include-locales.argument=\
  72 <langtag>[,<langtag>]*
  73 
  74 include-locales.description=\
  75 BCP 47 language tags separated by a comma, allowing locale matching\n\
  76 defined in RFC 4647. eg: en,ja,*-IN
  77 
  78 include-locales.missingpackages=\
  79 Missing locale data packages in jdk.localedata:\n\t
  80 
  81 include-locales.nomatchinglocales=\
  82 No matching locales found. Check the specified pattern.
  83 
  84 main.status.ok=Functional.
  85 
  86 main.status.not.ok= Not functional.
  87 
  88 plugin.plugins.header=\
  89 List of available plugin options:
  90 
  91 plugin.opt.list-plugins=\
  92 \  --list-plugins                    List available plugins
  93 
  94 plugin.opt.post-process-path=\
  95 \  --post-process-path <imagefile>   Post process an existing image
  96 
  97 plugin.opt.resources-last-sorter=\
  98 \  --resources-last-sorter <name>    The last plugin allowed to sort resources
  99 
 100 plugin.opt.plugins-modulepath=\
 101 \  --plugin-module-path <modulepath> Custom plugins module path
 102 
 103 plugin.opt.c=\
 104 \  -c, --compress=2                  Enable compression of resources (level 2)
 105 
 106 plugin.opt.G=\
 107 \  -G, --strip-debug                 Strip debug information
 108 
 109 main.plugin.name=\
 110 \Plugin Name
 111 
 112 main.plugin.class=\
 113 \Plugin Class
 114 
 115 main.plugin.module=\
 116 \Plugin Module
 117 
 118 main.plugin.category=\
 119 \Category
 120 
 121 main.plugin.description=\
 122 \Description
 123 
 124 main.plugin.post.processors=\
 125 Image Post Processors:
 126 
 127 main.plugin.argument=\
 128 \Argument
 129 
 130 main.plugin.range.from=\
 131 Range from
 132 
 133 main.plugin.range.to=\
 134 to
 135 
 136 main.plugin.option=\
 137 \Option
 138 
 139 main.plugin.no.value=\
 140 \<empty>
 141 
 142 main.plugin.state=\
 143 Functional state
 144 
 145 err.provider.not.functional=The provider {0} is not functional.
 146 
 147 err.plugin.mutiple.options=More than one plugin enabled by {0} option
 148 err.provider.additional.arg.error=Error in additional argument specification in {0} option: {1}
 149 
 150 err.no.plugins.path=No plugins path argument.
 151 
 152 err.dir.already.exits=directory already exists: {0} 
 153 
 154 err.invalid.index=invalid index for option {0}
 155 
 156 err.plugin.option.not.set=Option {0} must be set.
 157 
 158 warn.thirdparty.plugins=\
 159 Enabling third party plugins can lead to unusable generated image.
 160 
 161 warn.thirdparty.plugins.enabled=\
 162 You have enabled third party plugins.