langtools/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties
changeset 40308 274367a99f98
parent 36526 3b41f1c69604
child 42260 2b4da2bf6660
equal deleted inserted replaced
40306:1a0fcaf3f2ed 40308:274367a99f98
     1 #
     1 #
     2 # Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
     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.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
    35 \  -package                         Show package/protected/public classes and members\n\
    35 \  -package                         Show package/protected/public classes and members\n\
    36 \  -private                         Show all classes and members\n\
    36 \  -private                         Show all classes and members\n\
    37 \  -help                            Display command line options and exit\n\
    37 \  -help                            Display command line options and exit\n\
    38 \  -doclet <class>                  Generate output via alternate doclet\n\
    38 \  -doclet <class>                  Generate output via alternate doclet\n\
    39 \  -docletpath <path>               Specify where to find doclet class files\n\
    39 \  -docletpath <path>               Specify where to find doclet class files\n\
    40 \  -sourcepath <pathlist>           Specify where to find source files\n\
    40 \  --module-source-path <path>      Specify where to find input source files for multiple modules\n\
    41 \  -classpath <pathlist>            Specify where to find user class files\n\
    41 \  --upgrade-module-path <path>     Override location of upgradeable modules\n\
    42 \  -cp <pathlist>                   Specify where to find user class files\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\
    43 \  -exclude <pkglist>               Specify a list of packages to exclude\n\
    53 \  -exclude <pkglist>               Specify a list of packages to exclude\n\
    44 \  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
    54 \  -subpackages <subpkglist>        Specify subpackages to recursively load\n\
    45 \  -breakiterator                   Compute first sentence with BreakIterator\n\
    55 \  -breakiterator                   Compute first sentence with BreakIterator\n\
    46 \  -bootclasspath <pathlist>        Override location of class files loaded\n\
    56 \  -bootclasspath <path>            Override location of platform class files\n\
    47 \                                   by the bootstrap class loader\n\
    57 \                                   used for non-modular releases\n\
       
    58 \  --system <jdk>                   Override location of system modules used\n\
       
    59 \                                   for modular releases.\n\
    48 \  -source <release>                Provide source compatibility with specified release\n\
    60 \  -source <release>                Provide source compatibility with specified release\n\
       
    61 \  --release <release>              Provide source compatibility with specified release\n\
    49 \  -extdirs <dirlist>               Override location of installed extensions\n\
    62 \  -extdirs <dirlist>               Override location of installed extensions\n\
    50 \  -verbose                         Output messages about what Javadoc is doing\n\
    63 \  -verbose                         Output messages about what Javadoc is doing\n\
    51 \  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
    64 \  -locale <name>                   Locale to be used, e.g. en_US or en_US_WIN\n\
    52 \  -encoding <name>                 Source file encoding name\n\
    65 \  -encoding <name>                 Source file encoding name\n\
    53 \  -quiet                           Do not display status messages\n\
    66 \  -quiet                           Do not display status messages\n\
    54 \  -J<flag>                         Pass <flag> directly to the runtime system\n\
    67 \  -J<flag>                         Pass <flag> directly to the runtime system\n\
    55 \  -X                               Print a synopsis of nonstandard options and exit\n
    68 \  -X                               Print a synopsis of nonstandard options and exit\n
    56 
    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 
    57 main.Xusage=\
    74 main.Xusage=\
    58 \  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
    75 \  -Xmaxerrs <number>               Set the maximum number of errors to print\n\
    59 \  -Xmaxwarns <number>              Set the maximum number of warnings 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
    60 
    89 
    61 main.Xusage.foot=\
    90 main.Xusage.foot=\
    62 These options are non-standard and subject to change without notice.
    91 These options are non-standard and subject to change without notice.
    63 
    92 
    64 main.option.already.seen=The {0} option may be specified no more than once.
    93 main.option.already.seen=The {0} option may be specified no more than once.