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

Wed, 27 Apr 2016 01:34:52 +0800

author
aoqi
date
Wed, 27 Apr 2016 01:34:52 +0800
changeset 0
959103a6100f
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Initial load
http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/
changeset: 2573:53ca196be1ae
tag: jdk8u25-b17

aoqi@0 1 main.usage.summary=\
aoqi@0 2 Usage: {0} <options> <classes...>\n\
aoqi@0 3 use -h, -? or --help for a list of possible options
aoqi@0 4
aoqi@0 5 main.usage=\
aoqi@0 6 Usage: {0} <options> <classes...>\n\
aoqi@0 7 where <classes> can be a pathname to a .class file, a directory, a JAR file,\n\
aoqi@0 8 or a fully-qualified class name. Possible options include:
aoqi@0 9
aoqi@0 10 error.prefix=Error:
aoqi@0 11 warn.prefix=Warning:
aoqi@0 12
aoqi@0 13 main.opt.h=\
aoqi@0 14 \ -h -? -help Print this usage message
aoqi@0 15
aoqi@0 16 main.opt.version=\
aoqi@0 17 \ -version Version information
aoqi@0 18
aoqi@0 19 main.opt.v=\
aoqi@0 20 \ -v -verbose Print all class level dependencies\n\
aoqi@0 21 \ -verbose:package Print package-level dependencies excluding\n\
aoqi@0 22 \ dependencies within the same archive\n\
aoqi@0 23 \ -verbose:class Print class-level dependencies excluding\n\
aoqi@0 24 \ dependencies within the same archive
aoqi@0 25
aoqi@0 26 main.opt.s=\
aoqi@0 27 \ -s -summary Print dependency summary only
aoqi@0 28
aoqi@0 29 main.opt.p=\
aoqi@0 30 \ -p <pkgname> -package <pkgname> Finds dependences in the given package\n\
aoqi@0 31 \ (may be given multiple times)
aoqi@0 32
aoqi@0 33 main.opt.e=\
aoqi@0 34 \ -e <regex> -regex <regex> Finds dependences in packages matching pattern\n\
aoqi@0 35 \ (-p and -e are exclusive)
aoqi@0 36
aoqi@0 37 main.opt.include=\
aoqi@0 38 \ -include <regex> Restrict analysis to classes matching pattern\n\
aoqi@0 39 \ This option filters the list of classes to\n\
aoqi@0 40 \ be analyzed. It can be used together with\n\
aoqi@0 41 \ -p and -e which apply pattern to the dependences
aoqi@0 42
aoqi@0 43 main.opt.P=\
aoqi@0 44 \ -P -profile Show profile or the file containing a package
aoqi@0 45
aoqi@0 46 main.opt.cp=\
aoqi@0 47 \ -cp <path> -classpath <path> Specify where to find class files
aoqi@0 48
aoqi@0 49 main.opt.R=\
aoqi@0 50 \ -R -recursive Recursively traverse all dependencies
aoqi@0 51
aoqi@0 52 main.opt.apionly=\
aoqi@0 53 \ -apionly Restrict analysis to APIs i.e. dependences\n\
aoqi@0 54 \ from the signature of public and protected\n\
aoqi@0 55 \ members of public classes including field\n\
aoqi@0 56 \ type, method parameter types, returned type,\n\
aoqi@0 57 \ checked exception types etc
aoqi@0 58
aoqi@0 59 main.opt.dotoutput=\
aoqi@0 60 \ -dotoutput <dir> Destination directory for DOT file output
aoqi@0 61
aoqi@0 62 main.opt.jdkinternals=\
aoqi@0 63 \ -jdkinternals Finds class-level dependences on JDK internal APIs.\n\
aoqi@0 64 \ By default, it analyzes all classes on -classpath\n\
aoqi@0 65 \ and input files unless -include option is specified.\n\
aoqi@0 66 \ This option cannot be used with -p, -e and -s options.\n\
aoqi@0 67 \ WARNING: JDK internal APIs may not be accessible in\n\
aoqi@0 68 \ the next release.
aoqi@0 69
aoqi@0 70 main.opt.depth=\
aoqi@0 71 \ -depth=<depth> Specify the depth of the transitive\n\
aoqi@0 72 \ dependency analysis
aoqi@0 73
aoqi@0 74
aoqi@0 75 err.unknown.option=unknown option: {0}
aoqi@0 76 err.missing.arg=no value given for {0}
aoqi@0 77 err.internal.error=internal error: {0} {1} {2}
aoqi@0 78 err.invalid.arg.for.option=invalid argument for option: {0}
aoqi@0 79 err.option.after.class=option must be specified before classes: {0}
aoqi@0 80 err.option.unsupported={0} not supported: {1}
aoqi@0 81 err.profiles.msg=No profile information
aoqi@0 82 err.dot.output.path=invalid path: {0}
aoqi@0 83 warn.invalid.arg=Invalid classname or pathname not exist: {0}
aoqi@0 84 warn.split.package=package {0} defined in {1} {2}
aoqi@0 85
aoqi@0 86 artifact.not.found=not found

mercurial