< prev index next >

src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

Print this page
rev 3947 : imported patch xmodule-to-patch-module


  65 \  -encoding <name>                 Source file encoding name\n\
  66 \  -quiet                           Do not display status messages\n\
  67 \  -J<flag>                         Pass <flag> directly to the runtime system\n\
  68 \  -X                               Print a synopsis of nonstandard options and exit\n
  69 
  70 main.usage.foot=\n\
  71 GNU-style options may use '=' instead whitespace to separate the name of an option\n\
  72 from its value.\n
  73 
  74 main.Xusage=\
  75 \  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
  76 \  -Xmaxwarns <number>              Set the maximum number of warnings to print\n\
  77 \  --add-exports <module>/<package>=<other-module>(,<other-module>)*\n\
  78 \                                   Specify a package to be considered as exported from its \n\
  79 \                                   defining module to additional modules, or to all unnamed \n\
  80 \                                   modules if <other-module> is ALL-UNNAMED.\n\
  81 \  --add-reads <module>=<other-module>(,<other-module>)*\n\
  82 \                                   Specify additional modules to be considered as required by a\n\
  83 \                                   given module. <other-module> may be ALL-UNNAMED to require\n\
  84 \                                   the unnamed module.\n\
  85 \  -Xmodule:<module-name>           Specify a module to which the classes being compiled belong.\n\
  86 \  --patch-module <module>=<file>(:<file>)*\n\
  87 \                                   Override or augment a module with classes and resources\n\
  88 \                                   in JAR files or directories\n
  89 
  90 main.Xusage.foot=\
  91 These options are non-standard and subject to change without notice.
  92 
  93 main.option.already.seen=The {0} option may be specified no more than once.
  94 main.requires_argument=option {0} requires an argument.
  95 main.locale_first=option -locale must be first on the command line.
  96 main.invalid_flag=invalid flag: {0}
  97 main.No_packages_or_classes_specified=No packages or classes specified.
  98 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
  99 main.cant.read=cannot read {0}
 100 main.Loading_source_files_for_package=Loading source files for package {0}...
 101 main.Loading_source_file=Loading source file {0}...
 102 main.Building_tree=Constructing Javadoc information...
 103 main.no_source_files_for_package=No source files for package {0}
 104 main.fatal.error=fatal error
 105 main.fatal.exception=fatal exception




  65 \  -encoding <name>                 Source file encoding name\n\
  66 \  -quiet                           Do not display status messages\n\
  67 \  -J<flag>                         Pass <flag> directly to the runtime system\n\
  68 \  -X                               Print a synopsis of nonstandard options and exit\n
  69 
  70 main.usage.foot=\n\
  71 GNU-style options may use '=' instead whitespace to separate the name of an option\n\
  72 from its value.\n
  73 
  74 main.Xusage=\
  75 \  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
  76 \  -Xmaxwarns <number>              Set the maximum number of warnings to print\n\
  77 \  --add-exports <module>/<package>=<other-module>(,<other-module>)*\n\
  78 \                                   Specify a package to be considered as exported from its \n\
  79 \                                   defining module to additional modules, or to all unnamed \n\
  80 \                                   modules if <other-module> is ALL-UNNAMED.\n\
  81 \  --add-reads <module>=<other-module>(,<other-module>)*\n\
  82 \                                   Specify additional modules to be considered as required by a\n\
  83 \                                   given module. <other-module> may be ALL-UNNAMED to require\n\
  84 \                                   the unnamed module.\n\

  85 \  --patch-module <module>=<file>(:<file>)*\n\
  86 \                                   Override or augment a module with classes and resources\n\
  87 \                                   in JAR files or directories\n
  88 
  89 main.Xusage.foot=\
  90 These options are non-standard and subject to change without notice.
  91 
  92 main.option.already.seen=The {0} option may be specified no more than once.
  93 main.requires_argument=option {0} requires an argument.
  94 main.locale_first=option -locale must be first on the command line.
  95 main.invalid_flag=invalid flag: {0}
  96 main.No_packages_or_classes_specified=No packages or classes specified.
  97 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
  98 main.cant.read=cannot read {0}
  99 main.Loading_source_files_for_package=Loading source files for package {0}...
 100 main.Loading_source_file=Loading source file {0}...
 101 main.Building_tree=Constructing Javadoc information...
 102 main.no_source_files_for_package=No source files for package {0}
 103 main.fatal.error=fatal error
 104 main.fatal.exception=fatal exception


< prev index next >