javadoc.properties revision 3376:4c740bddc648
1255570Strasz#
2255570Strasz# Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
3298107Sgjb# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4255570Strasz#
5273459Strasz# This code is free software; you can redistribute it and/or modify it
6255570Strasz# under the terms of the GNU General Public License version 2 only, as
7319119Sngie# published by the Free Software Foundation.  Oracle designates this
8319119Sngie# particular file as subject to the "Classpath" exception as provided
9300504Strasz# by Oracle in the LICENSE file that accompanied this code.
10255570Strasz#
11255570Strasz# This code is distributed in the hope that it will be useful, but WITHOUT
12285086Strasz# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13255570Strasz# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14255570Strasz# version 2 for more details (a copy is included in the LICENSE file that
15255570Strasz# accompanied this code).
16255570Strasz#
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
26main.errors={0} errors
27main.error={0} error
28main.warnings={0} warnings
29main.warning={0} warning
30
31main.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
64main.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
79
80main.Xusage.foot=\
81These options are non-standard and subject to change without notice.
82
83main.doclet.usage.header=Provided by the {0} doclet:
84
85main.requires_argument=option {0} requires an argument.
86main.invalid_flag=invalid flag: {0}
87main.No_packages_or_classes_specified=No packages or classes specified.
88main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified.
89main.cant.read=cannot read {0}
90main.Loading_source_files_for_package=Loading source files for package {0}...
91main.Loading_source_file=Loading source file {0}...
92main.Building_tree=Constructing Javadoc information...
93main.no_source_files_for_package=No source files for package {0}
94main.fatal.error=fatal error
95main.fatal.exception=fatal exception
96main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\
97For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\
98such as -J-Xmx32m.
99main.done_in=[done in {0} ms]
100main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}).
101main.doclet_no_classloader_found=Could not obtain classloader to load {0}
102main.could_not_instantiate_class=Could not instantiate class {0}
103main.doclet_class_not_found=Cannot find doclet class {0}
104main.illegal_locale_name=Locale not available: {0}
105main.malformed_locale_name=Malformed locale name: {0}
106main.file_not_found=File not found: "{0}"
107main.file_ignored=File ignored: "{0}" (not yet supported)
108main.illegal_class_name=Illegal class name: "{0}"
109main.illegal_package_name=Illegal package name: "{0}"
110main.release.bootclasspath.conflict=option {0} cannot be used together with -release
111main.unsupported.release.version=release version {0} not supported
112main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
113main.unknown.error=an unknown error has occurred
114javadoc.class_not_found=Class {0} not found.
115javadoc.error=error
116javadoc.warning=warning
117
118javadoc.error.msg={0}: error - {1}
119javadoc.warning.msg={0}: warning - {1}
120javadoc.note.msg = {1}
121javadoc.note.pos.msg= {0}: {1}
122