< prev index next >

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

Print this page

        

*** 1,8 **** main.usage.summary=\ Usage: {0} <options> <path ...>]\n\ ! use -h, -? or -help for a list of possible options main.usage=\ Usage: {0} <options> <path ...>]\n\ <path> can be a pathname to a .class file, a directory, a JAR file.\n\ \n\ --- 1,8 ---- main.usage.summary=\ Usage: {0} <options> <path ...>]\n\ ! use -h, -?, -help, or --help for a list of possible options main.usage=\ Usage: {0} <options> <path ...>]\n\ <path> can be a pathname to a .class file, a directory, a JAR file.\n\ \n\
*** 10,20 **** error.prefix=Error: warn.prefix=Warning: main.opt.h=\ ! \ -h -? -help Print this usage message main.opt.version=\ \ -version Version information main.opt.v=\ --- 10,21 ---- error.prefix=Error: warn.prefix=Warning: main.opt.h=\ ! \ -h -? -help\n\ ! \ --help Print this usage message main.opt.version=\ \ -version Version information main.opt.v=\
*** 62,89 **** main.opt.P=\ \ -P -profile Show profile containing a package main.opt.cp=\ ! \ -cp <path> -classpath <path> Specify where to find class files ! main.opt.mp=\ ! \ -mp <module path>...\n\ ! \ -modulepath <module path>... Specify module path ! main.opt.upgrademodulepath=\ ! \ -upgrademodulepath <module path>... Specify upgrade module path main.opt.system=\ ! \ -system <java-home> Specify an alternate system module path ! main.opt.addmods=\ ! \ -addmods <module-name>[,<module-name>...]\n\ \ Adds modules to the root set for analysis main.opt.m=\ ! \ -m <module-name> Specify the root module for analysis main.opt.R=\ \ -R -recursive Recursively traverse all run-time dependencies.\n\ \ The -R option implies -filter:none. If -p,\n\ \ -e, -foption is specified, only the matching\n\ --- 63,92 ---- main.opt.P=\ \ -P -profile Show profile containing a package main.opt.cp=\ ! \ -cp <path>\n\ ! \ -classpath <path>\n\ ! \ --class-path <path> Specify where to find class files ! main.opt.module-path=\ ! \ --module-path <module path>... Specify module path ! main.opt.upgrade-module-path=\ ! \ --upgrade-module-path <module path>... Specify upgrade module path main.opt.system=\ ! \ --system <java-home> Specify an alternate system module path ! main.opt.add-modules=\ ! \ --add-modules <module-name>[,<module-name>...]\n\ \ Adds modules to the root set for analysis main.opt.m=\ ! \ -m <module-name>\n\ ! \ --module <module-name> Specify the root module for analysis main.opt.R=\ \ -R -recursive Recursively traverse all run-time dependencies.\n\ \ The -R option implies -filter:none. If -p,\n\ \ -e, -foption is specified, only the matching\n\
*** 96,107 **** \ This is equivalent to the inverse of\n\ \ compile-time view analysis and print\n\ \ dependency summary. This option must use\n\ \ with -requires, -package or -regex option. ! main.opt.ct=\ ! \ -ct -compile-time Compile-time view of transitive dependencies\n\ \ i.e. compile-time view of -R option.\n\ \ Analyzes the dependences per other given options\n\ \ If a dependence is found from a directory,\n\ \ a JAR file or a module, all classes in that \n\ \ containing archive are analyzed. --- 99,110 ---- \ This is equivalent to the inverse of\n\ \ compile-time view analysis and print\n\ \ dependency summary. This option must use\n\ \ with -requires, -package or -regex option. ! main.opt.compile-time=\ ! \ --compile-time Compile-time view of transitive dependencies\n\ \ i.e. compile-time view of -R option.\n\ \ Analyzes the dependences per other given options\n\ \ If a dependence is found from a directory,\n\ \ a JAR file or a module, all classes in that \n\ \ containing archive are analyzed.
*** 111,128 **** \ from the signature of public and protected\n\ \ members of public classes including field\n\ \ type, method parameter types, returned type,\n\ \ checked exception types etc. ! main.opt.genmoduleinfo=\ ! \ -genmoduleinfo <dir> Generate module-info.java under the specified\n\ \ directory. The specified JAR files will be\n\ \ analyzed. This option cannot be used with\n\ \ -dotoutput or -cp. main.opt.check=\ ! \ -check <module-name>[,<module-name>...\n\ \ Analyze the dependence of the specified modules\n\ \ It prints the module descriptor, the resulting\n\ \ module dependences after analysis and the\n\ \ graph after transition reduction. It also\n\ \ identifies any unused qualified exports. --- 114,131 ---- \ from the signature of public and protected\n\ \ members of public classes including field\n\ \ type, method parameter types, returned type,\n\ \ checked exception types etc. ! main.opt.gen-module-info=\ ! \ --gen-module-info <dir> Generate module-info.java under the specified\n\ \ directory. The specified JAR files will be\n\ \ analyzed. This option cannot be used with\n\ \ -dotoutput or -cp. main.opt.check=\ ! \ --check <module-name>[,<module-name>...\n\ \ Analyze the dependence of the specified modules\n\ \ It prints the module descriptor, the resulting\n\ \ module dependences after analysis and the\n\ \ graph after transition reduction. It also\n\ \ identifies any unused qualified exports.
*** 149,159 **** err.unknown.option=unknown option: {0} err.missing.arg=no value given for {0} err.invalid.arg.for.option=invalid argument for option: {0} err.option.after.class=option must be specified before classes: {0} ! err.genmoduleinfo.not.jarfile={0} not valid for -genmoduleinfo option (must be non-modular JAR file) err.profiles.msg=No profile information err.exception.message={0} err.invalid.path=invalid path: {0} err.invalid.module.option=Cannot set {0} with {1} option. err.invalid.filters=Only one of -package (-p), -regex (-e), -requires option can be set --- 152,162 ---- err.unknown.option=unknown option: {0} err.missing.arg=no value given for {0} err.invalid.arg.for.option=invalid argument for option: {0} err.option.after.class=option must be specified before classes: {0} ! err.genmoduleinfo.not.jarfile={0} not valid for --gen-module-info option (must be non-modular JAR file) err.profiles.msg=No profile information err.exception.message={0} err.invalid.path=invalid path: {0} err.invalid.module.option=Cannot set {0} with {1} option. err.invalid.filters=Only one of -package (-p), -regex (-e), -requires option can be set
< prev index next >