1 #
   2 # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 release-info.argument=<file>|add:<key1>=<value1>:<key2>=<value2>:...|del:<key list>
  27 
  28 release-info.description=\
  29 <file> option is to load release properties from the supplied file.\n\
  30 add: is to add properties to the 'release' file.\n\
  31 Any number of <key>=<value> pairs can be passed.\n\
  32 del: is to delete the list of keys in release file.
  33 
  34 class-for-name.argument=
  35 
  36 class-for-name.description=\
  37 Class optimization: convert Class.forName calls to constant loads.
  38 
  39 compress.argument=<0|1|2>[:filter=<pattern-list>]
  40 
  41 compress.description=\
  42 Compress all resources in the output image.\n\
  43 Level 0: No compression\n\
  44 Level 1: Constant string sharing\n\
  45 Level 2: ZIP.\n\
  46 An optional <pattern-list> filter can be specified to list the pattern of\n\
  47 files to be included.
  48 
  49 compact-cp.argument=<resource paths>
  50 
  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 dedup-legal-notices.argument=[error-if-not-same-content]
  56 
  57 dedup-legal-notices.description=\
  58 De-duplicate all legal notices.  If error-if-not-same-content is\n\
  59 specified then it will be an error if two files of the same filename\n\
  60 are different.
  61 
  62 exclude-files.argument=<pattern-list> of files to exclude
  63 
  64 exclude-files.description=\
  65 Specify files to exclude. e.g.: **.java,glob:/java.base/lib/client/**
  66 
  67 exclude-resources.argument=<pattern-list> resources to exclude
  68 
  69 exclude-resources.description=\
  70 Specify resources to exclude. e.g.: **.jcov,glob:**/META-INF/**
  71 
  72 exclude-jmod-section.argument=<section-name>\n\
  73 where <section-name> is \"man\" or \"headers".
  74 
  75 exclude-jmod-section.description=\
  76 Specify a JMOD section to exclude
  77 
  78 generate-jli-classes.argument=@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.
  83 
  84 system-modules.argument=retainModuleTarget
  85 
  86 system-modules.description=Fast loading of module descriptors (always enabled)
  87 
  88 onoff.argument=<on|off>
  89 
  90 order-resources.argument=<pattern-list> of paths in priority order.  If a @file\n\
  91 is specified, then each line should be an exact match for the path to be ordered
  92 
  93 order-resources.description=\
  94 Order resources. e.g.: **/module-info.class,@classlist,/java.base/java/lang/**
  95 
  96 strip-debug.description=\
  97 Strip debug information from the output image
  98 
  99 strip-native-commands.description=\
 100 Exclude native commands (such as java/java.exe) from the image
 101 
 102 vm.argument=<client|server|minimal|all>
 103 
 104 vm.description=\
 105 Select the HotSpot VM in the output image.  Default is all
 106 
 107 zip.argument=[comma separated list of resource paths]
 108 
 109 zip.description=ZIP Compression
 110 
 111 include-locales.argument=\
 112 <langtag>[,<langtag>]*
 113 
 114 include-locales.description=\
 115 BCP 47 language tags separated by a comma, allowing locale matching\n\
 116 defined in RFC 4647. e.g.: en,ja,*-IN
 117 
 118 include-locales.missingpackages=\
 119 Missing locale data packages in jdk.localedata:\n\t
 120 
 121 include-locales.nomatchinglocales=\
 122 No matching locales found for \"%s\". Check the specified pattern.
 123 
 124 include-locales.invalidtag=\
 125 Invalid language tag: %s
 126 
 127 include-locales.localedatanotfound=\
 128 jdk.localedata module was not specified with --add-modules option
 129 
 130 main.status.ok=Functional.
 131 
 132 main.status.not.ok= Not functional.
 133 
 134 plugin.plugins.header=\
 135 List of available plugin options:
 136 
 137 plugin.opt.list-plugins=\
 138 \      --list-plugins                    List available plugins
 139 
 140 plugin.opt.post-process-path=\
 141 \      --post-process-path <imagefile>   Post process an existing image
 142 
 143 plugin.opt.resources-last-sorter=\
 144 \      --resources-last-sorter <name>    The last plugin allowed to sort\n\
 145 \                                        resources
 146 
 147 plugin.opt.disable-plugin=\
 148 \      --disable-plugin <pluginname>     Disable the plugin mentioned
 149 
 150 plugin.opt.compress=\
 151 \  -c, --compress=<0|1|2>                Enable compression of resources:\n\
 152 \                                          Level 0: No compression\n\
 153 \                                          Level 1: Constant string sharing\n\
 154 \                                          Level 2: ZIP
 155 
 156 plugin.opt.strip-debug=\
 157 \  -G, --strip-debug                     Strip debug information
 158 
 159 plugin.opt.no-man-pages=\
 160 \      --no-man-pages                    Exclude man pages
 161 
 162 plugin.opt.no-header-files=\
 163 \      --no-header-files                 Exclude include header files
 164 
 165 main.plugin.name=\
 166 \Plugin Name
 167 
 168 main.plugin.class=\
 169 \Plugin Class
 170 
 171 main.plugin.module=\
 172 \Plugin Module
 173 
 174 main.plugin.category=\
 175 \Category
 176 
 177 main.plugin.description=\
 178 \Description
 179 
 180 main.plugin.post.processors=\
 181 Image Post Processors:
 182 
 183 main.plugin.argument=\
 184 \Argument
 185 
 186 main.plugin.range.from=\
 187 Range from
 188 
 189 main.plugin.range.to=\
 190 to
 191 
 192 main.plugin.option=\
 193 \Option
 194 
 195 main.plugin.no.value=\
 196 \<empty>
 197 
 198 main.plugin.state=\
 199 Functional state
 200 
 201 err.no.such.plugin=No such plugin: {0}
 202 
 203 err.provider.not.functional=The provider {0} is not functional.
 204 
 205 err.plugin.mutiple.options=More than one plugin enabled by {0} option
 206 err.provider.additional.arg.error=Error in additional argument specification in {0} option: {1}
 207 
 208 err.no.plugins.path=No plugins path argument.
 209 
 210 err.dir.already.exits=directory already exists: {0}
 211 
 212 err.invalid.index=invalid index for option {0}
 213 
 214 err.plugin.option.not.set=Option {0} must be set.
 215 
 216 warn.thirdparty.plugins=\
 217 Enabling third party plugins can lead to unusable generated image.
 218 
 219 warn.thirdparty.plugins.enabled=\
 220 You have enabled third party plugins.