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

Fri, 28 Dec 2012 22:25:21 -0800

author
mchung
date
Fri, 28 Dec 2012 22:25:21 -0800
changeset 1472
0c244701188e
child 1638
fd3fdaff0257
permissions
-rw-r--r--

8003562: Provide a CLI tool to analyze class dependencies
Reviewed-by: jjg, alanb, ulfzibis, erikj

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

mercurial