langtools/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties
changeset 40308 274367a99f98
parent 38525 a2169f8fa712
child 41164 69167c89e68f
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
     1 main.usage.summary=\
     1 main.usage.summary=\
     2 Usage: {0} <options> <path ...>]\n\
     2 Usage: {0} <options> <path ...>]\n\
     3 use -h, -? or -help for a list of possible options
     3 use -h, -?, -help, or --help for a list of possible options
     4 
     4 
     5 main.usage=\
     5 main.usage=\
     6 Usage: {0} <options> <path ...>]\n\
     6 Usage: {0} <options> <path ...>]\n\
     7 <path> can be a pathname to a .class file, a directory, a JAR file.\n\
     7 <path> can be a pathname to a .class file, a directory, a JAR file.\n\
     8 \n\
     8 \n\
    10 
    10 
    11 error.prefix=Error:
    11 error.prefix=Error:
    12 warn.prefix=Warning:
    12 warn.prefix=Warning:
    13 
    13 
    14 main.opt.h=\
    14 main.opt.h=\
    15 \  -h -?        -help                Print this usage message
    15 \  -h -? -help\n\
       
    16 \  --help                            Print this usage message
    16 
    17 
    17 main.opt.version=\
    18 main.opt.version=\
    18 \  -version                          Version information
    19 \  -version                          Version information
    19 
    20 
    20 main.opt.v=\
    21 main.opt.v=\
    62 
    63 
    63 main.opt.P=\
    64 main.opt.P=\
    64 \  -P           -profile             Show profile containing a package
    65 \  -P           -profile             Show profile containing a package
    65 
    66 
    66 main.opt.cp=\
    67 main.opt.cp=\
    67 \  -cp <path>   -classpath <path>    Specify where to find class files
    68 \  -cp <path>\n\
       
    69 \  -classpath <path>\n\
       
    70 \  --class-path <path>               Specify where to find class files
    68 
    71 
    69 main.opt.mp=\
    72 main.opt.module-path=\
    70 \  -mp <module path>...\n\
    73 \  --module-path <module path>...    Specify module path
    71 \  -modulepath <module path>...      Specify module path
       
    72 
    74 
    73 main.opt.upgrademodulepath=\
    75 main.opt.upgrade-module-path=\
    74 \  -upgrademodulepath <module path>...  Specify upgrade module path
    76 \  --upgrade-module-path <module path>...  Specify upgrade module path
    75 
    77 
    76 main.opt.system=\
    78 main.opt.system=\
    77 \  -system <java-home>               Specify an alternate system module path
    79 \  --system <java-home>              Specify an alternate system module path
    78 
    80 
    79 main.opt.addmods=\
    81 main.opt.add-modules=\
    80 \  -addmods <module-name>[,<module-name>...]\n\
    82 \  --add-modules <module-name>[,<module-name>...]\n\
    81 \                                    Adds modules to the root set for analysis
    83 \                                    Adds modules to the root set for analysis
    82 
    84 
    83 main.opt.m=\
    85 main.opt.m=\
    84 \  -m <module-name>                  Specify the root module for analysis
    86 \  -m <module-name>\n\
       
    87 \  --module <module-name>            Specify the root module for analysis
    85 
    88 
    86 main.opt.R=\
    89 main.opt.R=\
    87 \  -R           -recursive           Recursively traverse all run-time dependencies.\n\
    90 \  -R           -recursive           Recursively traverse all run-time dependencies.\n\
    88 \                                    The -R option implies -filter:none.  If -p,\n\
    91 \                                    The -R option implies -filter:none.  If -p,\n\
    89 \                                    -e, -foption is specified, only the matching\n\
    92 \                                    -e, -foption is specified, only the matching\n\
    96 \                                    This is equivalent to the inverse of\n\
    99 \                                    This is equivalent to the inverse of\n\
    97 \                                    compile-time view analysis and print\n\
   100 \                                    compile-time view analysis and print\n\
    98 \                                    dependency summary.  This option must use\n\
   101 \                                    dependency summary.  This option must use\n\
    99 \                                    with -requires, -package or -regex option.
   102 \                                    with -requires, -package or -regex option.
   100 
   103 
   101 main.opt.ct=\
   104 main.opt.compile-time=\
   102 \  -ct          -compile-time        Compile-time view of transitive dependencies\n\
   105 \  --compile-time                    Compile-time view of transitive dependencies\n\
   103 \                                    i.e. compile-time view of -R option.\n\
   106 \                                    i.e. compile-time view of -R option.\n\
   104 \                                    Analyzes the dependences per other given options\n\
   107 \                                    Analyzes the dependences per other given options\n\
   105 \                                    If a dependence is found from a directory,\n\
   108 \                                    If a dependence is found from a directory,\n\
   106 \                                    a JAR file or a module, all classes in that \n\
   109 \                                    a JAR file or a module, all classes in that \n\
   107 \                                    containing archive are analyzed.
   110 \                                    containing archive are analyzed.
   111 \                                    from the signature of public and protected\n\
   114 \                                    from the signature of public and protected\n\
   112 \                                    members of public classes including field\n\
   115 \                                    members of public classes including field\n\
   113 \                                    type, method parameter types, returned type,\n\
   116 \                                    type, method parameter types, returned type,\n\
   114 \                                    checked exception types etc.
   117 \                                    checked exception types etc.
   115 
   118 
   116 main.opt.genmoduleinfo=\
   119 main.opt.gen-module-info=\
   117 \  -genmoduleinfo <dir>              Generate module-info.java under the specified\n\
   120 \  --gen-module-info <dir>           Generate module-info.java under the specified\n\
   118 \                                    directory. The specified JAR files will be\n\
   121 \                                    directory. The specified JAR files will be\n\
   119 \                                    analyzed. This option cannot be used with\n\
   122 \                                    analyzed. This option cannot be used with\n\
   120 \                                    -dotoutput or -cp.
   123 \                                    -dotoutput or -cp.
   121 
   124 
   122 main.opt.check=\
   125 main.opt.check=\
   123 \  -check <module-name>[,<module-name>...\n\
   126 \  --check <module-name>[,<module-name>...\n\
   124 \                                    Analyze the dependence of the specified modules\n\
   127 \                                    Analyze the dependence of the specified modules\n\
   125 \                                    It prints the module descriptor, the resulting\n\
   128 \                                    It prints the module descriptor, the resulting\n\
   126 \                                    module dependences after analysis and the\n\
   129 \                                    module dependences after analysis and the\n\
   127 \                                    graph after transition reduction.  It also\n\
   130 \                                    graph after transition reduction.  It also\n\
   128 \                                    identifies any unused qualified exports.
   131 \                                    identifies any unused qualified exports.
   149 
   152 
   150 err.unknown.option=unknown option: {0}
   153 err.unknown.option=unknown option: {0}
   151 err.missing.arg=no value given for {0}
   154 err.missing.arg=no value given for {0}
   152 err.invalid.arg.for.option=invalid argument for option: {0}
   155 err.invalid.arg.for.option=invalid argument for option: {0}
   153 err.option.after.class=option must be specified before classes: {0}
   156 err.option.after.class=option must be specified before classes: {0}
   154 err.genmoduleinfo.not.jarfile={0} not valid for -genmoduleinfo option (must be non-modular JAR file)
   157 err.genmoduleinfo.not.jarfile={0} not valid for --gen-module-info option (must be non-modular JAR file)
   155 err.profiles.msg=No profile information
   158 err.profiles.msg=No profile information
   156 err.exception.message={0}
   159 err.exception.message={0}
   157 err.invalid.path=invalid path: {0}
   160 err.invalid.path=invalid path: {0}
   158 err.invalid.module.option=Cannot set {0} with {1} option.
   161 err.invalid.module.option=Cannot set {0} with {1} option.
   159 err.invalid.filters=Only one of -package (-p), -regex (-e), -requires option can be set
   162 err.invalid.filters=Only one of -package (-p), -regex (-e), -requires option can be set