< prev index next >

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

Print this page
rev 48074 : 8189102: All tools should support -?, -h and --help
Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini
   1 #
   2 # Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  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\


   1 #
   2 # Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  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\


< prev index next >