< prev index next >

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

Print this page
rev 47855 : 8189102: All tools should support -?, -h and --help
   1 main.usage=\
   2 Usage: jdeprscan [options] '{dir|jar|class}' ...\n\
   3 \n\
   4 options:\n\
   5 \       --class-path PATH\n\
   6 \       --for-removal\n\
   7 \       --full-version\n\
   8 \  -h   --help\n\
   9 \  -l   --list\n\
  10 \       --release 6|7|8|9\n\
  11 \  -v   --verbose\n\
  12 \       --version
  13 
  14 main.help=\
  15 Scans each argument for usages of deprecated APIs. An argument\n\
  16 may be a directory specifying the root of a package hierarchy,\n\
  17 a JAR file, a class file, or a class name. The class name must be\n\
  18 specified using a fully qualified class name using the $ separator\n\
  19 character for nested classes, for example,\n\
  20 \n\
  21 \    java.lang.Thread$State\n\
  22 \n\
  23 The --class-path option provides a search path for resolution\n\
  24 of dependent classes.\n\
  25 \n\
  26 The --for-removal option limits scanning or listing to APIs that are\n\
  27 deprecated for removal. Cannot be used with a release value of 6, 7, or 8.\n\
  28 \n\
  29 The --full-version option prints out the full version string of the tool.\n\
  30 \n\
  31 The --help option prints out a full help message.\n\
  32 \n\
  33 The --list (-l) option prints out the set of deprecated APIs. No scanning is done,\n\
  34 so no directory, jar, or class arguments should be provided.\n\
  35 \n\
  36 The --release option specifies the Java SE release that provides the set\n\
  37 of deprecated APIs for scanning.\n\
  38 \n\
  39 The --verbose (-v) option enables additional message output during processing.\n\
  40 \n\
  41 The --version option prints out the abbreviated version string of the tool.
  42 
  43 main.xhelp=\
  44 Unsupported options:\n\
  45 \n\
  46 \  --Xload-class CLASS\n\
  47 \      Loads deprecation information from the named class.\n\
  48 \  --Xload-csv CSVFILE\n\
  49 \      Loads deprecation information from the named CSV file.\n\
  50 \  --Xload-dir DIR\n\
  51 \      Loads deprecation information from the class hierarchy\n\


   1 main.usage=\
   2 Usage: jdeprscan [options] '{dir|jar|class}' ...\n\
   3 \n\
   4 options:\n\
   5 \        --class-path PATH\n\
   6 \        --for-removal\n\
   7 \        --full-version\n\
   8 \  -? -h --help\n\
   9 \  -l    --list\n\
  10 \        --release 6|7|8|9\n\
  11 \  -v    --verbose\n\
  12 \        --version
  13 
  14 main.help=\
  15 Scans each argument for usages of deprecated APIs. An argument\n\
  16 may be a directory specifying the root of a package hierarchy,\n\
  17 a JAR file, a class file, or a class name. The class name must be\n\
  18 specified using a fully qualified class name using the $ separator\n\
  19 character for nested classes, for example,\n\
  20 \n\
  21 \    java.lang.Thread$State\n\
  22 \n\
  23 The --class-path option provides a search path for resolution\n\
  24 of dependent classes.\n\
  25 \n\
  26 The --for-removal option limits scanning or listing to APIs that are\n\
  27 deprecated for removal. Cannot be used with a release value of 6, 7, or 8.\n\
  28 \n\
  29 The --full-version option prints out the full version string of the tool.\n\
  30 \n\
  31 The --help (-? -h) option prints out a full help message.\n\
  32 \n\
  33 The --list (-l) option prints out the set of deprecated APIs. No scanning is done,\n\
  34 so no directory, jar, or class arguments should be provided.\n\
  35 \n\
  36 The --release option specifies the Java SE release that provides the set\n\
  37 of deprecated APIs for scanning.\n\
  38 \n\
  39 The --verbose (-v) option enables additional message output during processing.\n\
  40 \n\
  41 The --version option prints out the abbreviated version string of the tool.
  42 
  43 main.xhelp=\
  44 Unsupported options:\n\
  45 \n\
  46 \  --Xload-class CLASS\n\
  47 \      Loads deprecation information from the named class.\n\
  48 \  --Xload-csv CSVFILE\n\
  49 \      Loads deprecation information from the named CSV file.\n\
  50 \  --Xload-dir DIR\n\
  51 \      Loads deprecation information from the class hierarchy\n\


< prev index next >