langtools/src/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
changeset 21046 ebf16a1a6328
parent 16550 f20e2521f3df
child 22007 907f7054db16
equal deleted inserted replaced
21045:a7a1562c97be 21046:ebf16a1a6328
     3 use -h, -? or --help for a list of possible options
     3 use -h, -? or --help for a list of possible options
     4 
     4 
     5 main.usage=\
     5 main.usage=\
     6 Usage: {0} <options> <classes...>\n\
     6 Usage: {0} <options> <classes...>\n\
     7 where <classes> can be a pathname to a .class file, a directory, a JAR file,\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:
     8 or a fully-qualified class name.  Possible options include:
     9 
     9 
    10 error.prefix=Error:
    10 error.prefix=Error:
    11 warn.prefix=Warning:
    11 warn.prefix=Warning:
    12 
    12 
    13 main.opt.h=\
    13 main.opt.h=\
    14 \  -h -?      --help                    Print this usage message
    14 \  -h -?        -help                 Print this usage message
    15 
    15 
    16 main.opt.version=\
    16 main.opt.version=\
    17 \             --version                 Version information
    17 \  -version                           Version information
    18 
       
    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"
       
    22 
    18 
    23 main.opt.v=\
    19 main.opt.v=\
    24 \  -v         --verbose                 Print additional information
    20 \  -v           -verbose              Print all class level dependencies\n\
       
    21 \  -verbose:package                   Print package-level dependencies excluding\n\
       
    22 \                                     dependencies within the same archive\n\
       
    23 \  -verbose:class                     Print class-level dependencies excluding\n\
       
    24 \                                     dependencies within the same archive
    25 
    25 
    26 main.opt.s=\
    26 main.opt.s=\
    27 \  -s         --summary                 Print dependency summary only
    27 \  -s           -summary              Print dependency summary only
    28 
    28 
    29 main.opt.p=\
    29 main.opt.p=\
    30 \  -p <pkg name> --package=<pkg name>   Restrict analysis to classes in this package\n\
    30 \  -p <pkgname> -package <pkgname>    Finds dependences in the given package\n\
    31 \                                       (may be given multiple times)
    31 \                                     (may be given multiple times)
    32 
    32 
    33 main.opt.e=\
    33 main.opt.e=\
    34 \  -e <regex> --regex=<regex>           Restrict analysis to packages matching pattern\n\
    34 \  -e <regex>   -regex <regex>        Finds dependences in packages matching pattern\n\
    35 \                                       (-p and -e are exclusive)
    35 \                                     (-p and -e are exclusive)
       
    36 
       
    37 main.opt.include=\
       
    38 \  -include <regex>                   Restrict analysis to classes matching pattern\n\
       
    39 \                                     This option filters the list of classes to\n\
       
    40 \                                     be analyzed.  It can be used together with\n\
       
    41 \                                     -p and -e which apply pattern to the dependences
    36 
    42 
    37 main.opt.P=\
    43 main.opt.P=\
    38 \  -P         --profile                 Show profile or the file containing a package
    44 \  -P           -profile              Show profile or the file containing a package
    39 
    45 
    40 main.opt.c=\
    46 main.opt.cp=\
    41 \  -c <path>  --classpath=<path>        Specify where to find class files
    47 \  -cp <path>   -classpath <path>     Specify where to find class files
    42 
    48 
    43 main.opt.R=\
    49 main.opt.R=\
    44 \  -R         --recursive               Recursively traverse all dependencies
    50 \  -R           -recursive            Recursively traverse all dependencies
    45 
    51 
    46 main.opt.d=\
    52 main.opt.apionly=\
    47 \  -d <depth> --depth=<depth>           Specify the depth of the transitive dependency analysis
    53 \  -apionly                           Restrict analysis to APIs i.e. dependences\n\
       
    54 \                                     from the signature of public and protected\n\
       
    55 \                                     members of public classes including field\n\
       
    56 \                                     type, method parameter types, returned type,\n\
       
    57 \                                     checked exception types etc
       
    58 
       
    59 main.opt.dotoutput=\
       
    60 \  -dotoutput <dir>                   Destination directory for DOT file output
       
    61 
       
    62 main.opt.depth=\
       
    63 \  -depth=<depth>                     Specify the depth of the transitive\n\
       
    64 \                                     dependency analysis
    48 
    65 
    49 err.unknown.option=unknown option: {0}
    66 err.unknown.option=unknown option: {0}
    50 err.missing.arg=no value given for {0}
    67 err.missing.arg=no value given for {0}
    51 err.internal.error=internal error: {0} {1} {2}
    68 err.internal.error=internal error: {0} {1} {2}
    52 err.invalid.arg.for.option=invalid argument for option: {0}
    69 err.invalid.arg.for.option=invalid argument for option: {0}
    53 err.option.after.class=option must be specified before classes: {0}
    70 err.option.after.class=option must be specified before classes: {0}
    54 err.option.unsupported={0} not supported: {1}
    71 err.option.unsupported={0} not supported: {1}
    55 err.profiles.msg=No profile information
    72 err.profiles.msg=No profile information
       
    73 err.dot.output.path=invalid path: {0}
    56 warn.invalid.arg=Invalid classname or pathname not exist: {0}
    74 warn.invalid.arg=Invalid classname or pathname not exist: {0}
    57 warn.split.package=package {0} defined in {1} {2}
    75 warn.split.package=package {0} defined in {1} {2}
    58 
    76 
    59 artifact.not.found=not found
    77 artifact.not.found=not found