src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

Mon, 03 Jun 2013 17:09:26 -0700

author
jjg
date
Mon, 03 Jun 2013 17:09:26 -0700
changeset 1796
242bcad5be74
parent 1638
fd3fdaff0257
child 2139
defadd528513
permissions
-rw-r--r--

8006615: [doclint] move remaining messages into resource bundle
Reviewed-by: mcimadamore, vromero

mchung@1472 1 main.usage.summary=\
mchung@1472 2 Usage: {0} <options> <classes...>\n\
mchung@1472 3 use -h, -? or --help for a list of possible options
mchung@1472 4
mchung@1472 5 main.usage=\
mchung@1472 6 Usage: {0} <options> <classes...>\n\
mchung@1472 7 where <classes> can be a pathname to a .class file, a directory, a JAR file,\n\
mchung@1472 8 or a fully-qualified classname or wildcard "*". Possible options include:
mchung@1472 9
mchung@1472 10 error.prefix=Error:
mchung@1472 11 warn.prefix=Warning:
mchung@1472 12
mchung@1472 13 main.opt.h=\
mchung@1472 14 \ -h -? --help Print this usage message
mchung@1472 15
mchung@1472 16 main.opt.version=\
mchung@1472 17 \ --version Version information
mchung@1472 18
mchung@1472 19 main.opt.V=\
mchung@1472 20 \ -V <level> --verbose-level=<level> Print package-level or class-level dependencies\n\
mchung@1472 21 \ Valid levels are: "package" and "class"
mchung@1472 22
mchung@1472 23 main.opt.v=\
mchung@1472 24 \ -v --verbose Print additional information
mchung@1472 25
mchung@1472 26 main.opt.s=\
mchung@1472 27 \ -s --summary Print dependency summary only
mchung@1472 28
mchung@1472 29 main.opt.p=\
mchung@1472 30 \ -p <pkg name> --package=<pkg name> Restrict analysis to classes in this package\n\
mchung@1472 31 \ (may be given multiple times)
mchung@1472 32
mchung@1472 33 main.opt.e=\
mchung@1472 34 \ -e <regex> --regex=<regex> Restrict analysis to packages matching pattern\n\
mchung@1472 35 \ (-p and -e are exclusive)
mchung@1472 36
mchung@1472 37 main.opt.P=\
mchung@1472 38 \ -P --profile Show profile or the file containing a package
mchung@1472 39
mchung@1472 40 main.opt.c=\
mchung@1472 41 \ -c <path> --classpath=<path> Specify where to find class files
mchung@1472 42
mchung@1472 43 main.opt.R=\
mchung@1472 44 \ -R --recursive Recursively traverse all dependencies
mchung@1472 45
mchung@1472 46 main.opt.d=\
mchung@1472 47 \ -d <depth> --depth=<depth> Specify the depth of the transitive dependency analysis
mchung@1472 48
mchung@1472 49 err.unknown.option=unknown option: {0}
mchung@1472 50 err.missing.arg=no value given for {0}
mchung@1472 51 err.internal.error=internal error: {0} {1} {2}
mchung@1472 52 err.invalid.arg.for.option=invalid argument for option: {0}
mchung@1472 53 err.option.after.class=option must be specified before classes: {0}
mchung@1638 54 err.option.unsupported={0} not supported: {1}
mchung@1638 55 err.profiles.msg=No profile information
mchung@1472 56 warn.invalid.arg=Invalid classname or pathname not exist: {0}
mchung@1472 57 warn.split.package=package {0} defined in {1} {2}
mchung@1472 58
mchung@1472 59 artifact.not.found=not found

mercurial