< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc.properties

Print this page




  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 main.errors={0} errors
  27 main.error={0} error
  28 main.warnings={0} warnings
  29 main.warning={0} warning
  30 
  31 main.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
  32 \  -overview <file>                 Read overview documentation from HTML file\n\
  33 \  -public                          Show only public classes and members\n\
  34 \  -protected                       Show protected/public classes and members (default)\n\
  35 \  -package                         Show package/protected/public classes and members\n\
  36 \  -private                         Show all classes and members\n\
  37 \  -help                            Display command line options and exit\n\
  38 \  -doclet <class>                  Generate output via alternate doclet\n\
  39 \  -docletpath <path>               Specify where to find doclet class files\n\
  40 \  -modulesourcepath <path>         Specify where to find input source files for multiple modules\n\
  41 \  -upgrademodulepath <path>        Override location of upgradeable modules\n\
  42 \  -modulepath <path>               Specify where to find application modules\n\
  43 \  -mp <path>                       Specify where to find application modules\n\
  44 \  -addmods <module>(,<module>)*    Root modules to resolve in addition to the initial modules,\n\
  45 \                                   or all modules on the module path if <module> is ALL-MODULE-PATH.\n\
  46 \  -limitmods <module>(,<module>)*  Limit the universe of observable modules\n\
  47 \  -sourcepath <pathlist>           Specify where to find source files\n\
  48 \  -classpath <pathlist>            Specify where to find user class files\n\
  49 \  -cp <pathlist>                   Specify where to find user class files\n\



  50 \  -exclude <pkglist>               Specify a list of packages to exclude\n\
  51 \  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
  52 \  -breakiterator                   Compute first sentence with BreakIterator\n\
  53 \  -bootclasspath <pathlist>        Override location of class files loaded\n\
  54 \                                   by the bootstrap class loader\n\



  55 \  -source <release>                Provide source compatibility with specified release\n\
  56 \  -extdirs <dirlist>               Override location of installed extensions\n\
  57 \  -verbose                         Output messages about what Javadoc is doing\n\
  58 \  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
  59 \  -encoding <name>                 Source file encoding name\n\
  60 \  -quiet                           Do not display status messages\n\
  61 \  -J<flag>                         Pass <flag> directly to the runtime system\n\
  62 \  -X                               Print a synopsis of nonstandard options and exit\n
  63 




  64 main.Xusage=\
  65 \  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
  66 \  -Xmaxwarns <number>              Set the maximum number of warnings to print\n\
  67 \  -XaddExports:<module>/<package>=<other-module>(,<other-module>)*\n\
  68 \                                   Specify a package to be considered as exported from its \n\
  69 \                                   defining module to additional modules, or to all unnamed \n\
  70 \                                   modules if <other-module> is ALL-UNNAMED.\n\
  71 \  -XaddReads:<module>=<other-module>(,<other-module>)*\n\
  72 \                                   Specify additional modules to be considered as required by a\n\
  73 \                                   given module. <other-module> may be ALL-UNNAMED to require\n\
  74 \                                   the unnamed module.\n\
  75 \  -Xmodule:<module-name>           Specify a module to which the classes being compiled belong.\n\
  76 \  -Xpatch:<module>=<file>(:<file>)*\n\
  77 \                                   Override or augment a module with classes and resources\n\
  78 \                                   in JAR files or directories\n\
  79 \  -Xold                            Invoke the legacy javadoc tool\n
  80 
  81 main.Xusage.foot=\
  82 These options are non-standard and subject to change without notice.
  83 
  84 main.doclet.usage.header=Provided by the {0} doclet:
  85 
  86 main.requires_argument=option {0} requires an argument.
  87 main.invalid_flag=invalid flag: {0}
  88 main.No_packages_or_classes_specified=No packages or classes specified.
  89 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
  90 main.cant.read=cannot read {0}
  91 main.Loading_source_files_for_package=Loading source files for package {0}...
  92 main.Loading_source_file=Loading source file {0}...
  93 main.Building_tree=Constructing Javadoc information...
  94 main.no_source_files_for_package=No source files for package {0}
  95 main.fatal.error=fatal error
  96 main.fatal.exception=fatal exception




  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 main.errors={0} errors
  27 main.error={0} error
  28 main.warnings={0} warnings
  29 main.warning={0} warning
  30 
  31 main.usage=Usage: javadoc [options] [packagenames] [sourcefiles] [@files]\n\
  32 \  -overview <file>                 Read overview documentation from HTML file\n\
  33 \  -public                          Show only public classes and members\n\
  34 \  -protected                       Show protected/public classes and members (default)\n\
  35 \  -package                         Show package/protected/public classes and members\n\
  36 \  -private                         Show all classes and members\n\
  37 \  -help                            Display command line options and exit\n\
  38 \  -doclet <class>                  Generate output via alternate doclet\n\
  39 \  -docletpath <path>               Specify where to find doclet class files\n\
  40 \  --module-source-path <path>      Specify where to find input source files for multiple modules\n\
  41 \  --upgrade-module-path <path>     Override location of upgradeable modules\n\
  42 \  --module-path <path>, -p <path>  Specify where to find application modules\n\
  43 \  --add-modules <module>(,<module>)*\n\
  44 \                                   Root modules to resolve in addition to the initial modules,\n\
  45 \                                   or all modules on the module path if <module> is ALL-MODULE-PATH.\n\
  46 \  --limit-modules <module>(,<module>)*\n\
  47 \                                   Limit the universe of observable modules\n\
  48 \  --source-path <path>             Specify where to find source files\n\
  49 \  -sourcepath <path>               Specify where to find source files\n\
  50 \  --class-path <path>              Specify where to find user class files\n\
  51 \  -classpath <path>                Specify where to find user class files\n\
  52 \  -cp <path>                       Specify where to find user class files\n\
  53 \  -exclude <pkglist>               Specify a list of packages to exclude\n\
  54 \  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
  55 \  -breakiterator                   Compute first sentence with BreakIterator\n\
  56 \  -bootclasspath <path>            Override location of platform class files\n\
  57 \                                   used for non-modular releases\n\
  58 \  --system <jdk>                   Override location of system modules used\n\
  59 \                                   for modular releases.\n\
  60 \  --release <release>              Provide source compatibility with specified release\n\
  61 \  -source <release>                Provide source compatibility with specified release\n\
  62 \  -extdirs <dirlist>               Override location of installed extensions\n\
  63 \  -verbose                         Output messages about what Javadoc is doing\n\
  64 \  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
  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 \  -Xold                            Invoke the legacy javadoc tool\n
  90 
  91 main.Xusage.foot=\
  92 These options are non-standard and subject to change without notice.
  93 
  94 main.doclet.usage.header=Provided by the {0} doclet:
  95 
  96 main.requires_argument=option {0} requires an argument.
  97 main.invalid_flag=invalid flag: {0}
  98 main.No_packages_or_classes_specified=No packages or classes specified.
  99 main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
 100 main.cant.read=cannot read {0}
 101 main.Loading_source_files_for_package=Loading source files for package {0}...
 102 main.Loading_source_file=Loading source file {0}...
 103 main.Building_tree=Constructing Javadoc information...
 104 main.no_source_files_for_package=No source files for package {0}
 105 main.fatal.error=fatal error
 106 main.fatal.exception=fatal exception


< prev index next >