< prev index next >

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

Print this page
rev 14867 : 8159172: Update usage of jlink/jimage/jmod to show option patterns
Reviewed-by: mchung


  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 main.usage.summary=\
  27 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
  28 use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
  32 Possible options include:
  33 
  34 error.prefix=Error:
  35 warn.prefix=Warning:
  36 
  37 main.opt.help=\
  38 \  --help                            Print this help message
  39 
  40 main.opt.version=\
  41 \  --version                         Version information
  42 
  43 main.opt.modulepath=\
  44 \  --modulepath <modulepath>         Module path
  45 
  46 main.opt.addmods=\
  47 \  --addmods <mod>[,<mod>...]        Root modules to resolve
  48 
  49 main.opt.limitmods=\
  50 \  --limitmods <mod>[,<mod>...]      Limit the universe of observable modules
  51 
  52 main.opt.output=\
  53 \  --output <path>                   Location of output path
  54 
  55 main.command.files=\
  56 \  @<filename>                       Read options from file
  57 
  58 main.opt.endian=\
  59 \  --endian <little|big>             Byte order of generated jimage (default:native)
  60 
  61 main.opt.saveopts=\
  62 \  --saveopts <filename>             Save jlink options in the given file
  63 
  64 main.msg.bug=\
  65 An exception has occurred in jlink. \
  66 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  67 after checking the database for duplicates. \
  68 Include your program and the following diagnostic in your report.  Thank you.
  69 
  70 main.extended.help=\
  71 List of available plugins:











  72 
  73 err.unknown.byte.order:unknown byte order {0}
  74 err.output.must.be.specified:--output must be specified
  75 err.modulepath.must.be.specified:--modulepath must be specified
  76 err.mods.must.be.specified:no modules specified to {0}
  77 err.path.not.found=path not found: {0}
  78 err.path.not.valid=invalid path: {0}
  79 err.existing.image.must.exist=existing image doesn't exists or is not a directory
  80 err.existing.image.invalid=existing image is not valid
  81 err.file.not.found=cannot find file: {0}
  82 err.file.error=cannot access file: {0}
  83 err.dir.exists={0} already exists
  84 err.badpattern=bad pattern {0}
  85 err.unknown.option=unknown option: {0}
  86 err.missing.arg=no value given for {0}
  87 err.internal.error=internal error: {0} {1} {2}
  88 err.invalid.arg.for.option=invalid argument for option: {0}
  89 err.option.after.class=option must be specified before classes: {0}
  90 err.option.unsupported={0} not supported: {1}
  91 err.config.defaults=property {0} is missing from configuration


  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 main.usage.summary=\
  27 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
  28 use --help for a list of possible options
  29 
  30 main.usage=\
  31 Usage: {0} <options> --modulepath <modulepath> --addmods <mods> --output <path>\n\
  32 \Possible options include:
  33 
  34 error.prefix=Error:
  35 warn.prefix=Warning:
  36 
  37 main.opt.help=\
  38 \  --help                            Print this help message
  39 
  40 main.opt.version=\
  41 \  --version                         Version information
  42 
  43 main.opt.modulepath=\
  44 \  --modulepath <modulepath>         Module path
  45 
  46 main.opt.addmods=\
  47 \  --addmods <mod>[,<mod>...]        Root modules to resolve
  48 
  49 main.opt.limitmods=\
  50 \  --limitmods <mod>[,<mod>...]      Limit the universe of observable modules
  51 
  52 main.opt.output=\
  53 \  --output <path>                   Location of output path
  54 
  55 main.command.files=\
  56 \  @<filename>                       Read options from file
  57 
  58 main.opt.endian=\
  59 \  --endian <little|big>             Byte order of generated jimage (default:native)
  60 
  61 main.opt.saveopts=\
  62 \  --saveopts <filename>             Save jlink options in the given file
  63 
  64 main.msg.bug=\
  65 An exception has occurred in jlink. \
  66 Please file a bug at the Java Bug Database (http://bugreport.java.com/bugreport/) \
  67 after checking the database for duplicates. \
  68 Include your program and the following diagnostic in your report.  Thank you.
  69 
  70 main.extended.help=\
  71 \List of available plugins:
  72 
  73 main.extended.help.footer=\
  74 \For options requiring a <pattern-list>, the value will be a comma\
  75 \ separated list of elements each using one the following forms:\n\
  76 \  <glob-pattern>\n\
  77 \  glob:<glob-pattern>\n\
  78 \  regex:<regex-pattern>\n\
  79 \  @<filename> where filename is the name of a file containing patterns to be\
  80 \ used, one pattern per line\n\
  81 \n\
  82 
  83 
  84 err.unknown.byte.order:unknown byte order {0}
  85 err.output.must.be.specified:--output must be specified
  86 err.modulepath.must.be.specified:--modulepath must be specified
  87 err.mods.must.be.specified:no modules specified to {0}
  88 err.path.not.found=path not found: {0}
  89 err.path.not.valid=invalid path: {0}
  90 err.existing.image.must.exist=existing image doesn't exists or is not a directory
  91 err.existing.image.invalid=existing image is not valid
  92 err.file.not.found=cannot find file: {0}
  93 err.file.error=cannot access file: {0}
  94 err.dir.exists={0} already exists
  95 err.badpattern=bad pattern {0}
  96 err.unknown.option=unknown option: {0}
  97 err.missing.arg=no value given for {0}
  98 err.internal.error=internal error: {0} {1} {2}
  99 err.invalid.arg.for.option=invalid argument for option: {0}
 100 err.option.after.class=option must be specified before classes: {0}
 101 err.option.unsupported={0} not supported: {1}
 102 err.config.defaults=property {0} is missing from configuration
< prev index next >