author | alanb |
Thu, 17 Mar 2016 19:04:28 +0000 | |
changeset 36526 | 3b41f1c69604 |
parent 35426 | 374342e56a56 |
child 37393 | a9ba8bd6697b |
permissions | -rw-r--r-- |
10 | 1 |
# |
32163
2bdcabf14e91
8133223: Clean up package handling code in JavadocTool
jjg
parents:
31936
diff
changeset
|
2 |
# Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved. |
10 | 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 |
|
5520 | 7 |
# published by the Free Software Foundation. Oracle designates this |
10 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5520 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
10 | 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 |
# |
|
5520 | 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. |
|
10 | 24 |
# |
25 |
||
26 |
main.errors={0} errors |
|
27 |
main.error={0} error |
|
28 |
main.warnings={0} warnings |
|
29 |
main.warning={0} warning |
|
18005 | 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 |
\ -sourcepath <pathlist> Specify where to find source files\n\ |
|
41 |
\ -classpath <pathlist> Specify where to find user class files\n\ |
|
18898
0eab5f5e3d1d
8009924: some langtools tools do not accept -cp as an alias for -classpath
vromero
parents:
18005
diff
changeset
|
42 |
\ -cp <pathlist> Specify where to find user class files\n\ |
18005 | 43 |
\ -exclude <pkglist> Specify a list of packages to exclude\n\ |
44 |
\ -subpackages <subpkglist> Specify subpackages to recursively load\n\ |
|
45 |
\ -breakiterator Compute first sentence with BreakIterator\n\ |
|
46 |
\ -bootclasspath <pathlist> Override location of class files loaded\n\ |
|
47 |
\ by the bootstrap class loader\n\ |
|
48 |
\ -source <release> Provide source compatibility with specified release\n\ |
|
49 |
\ -extdirs <dirlist> Override location of installed extensions\n\ |
|
50 |
\ -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\ |
|
52 |
\ -encoding <name> Source file encoding name\n\ |
|
53 |
\ -quiet Do not display status messages\n\ |
|
54 |
\ -J<flag> Pass <flag> directly to the runtime system\n\ |
|
55 |
\ -X Print a synopsis of nonstandard options and exit\n |
|
56 |
||
5850
6f095ff5b469
6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents:
5848
diff
changeset
|
57 |
main.Xusage=\ |
18005 | 58 |
\ -Xmaxerrs <number> Set the maximum number of errors to print\n\ |
59 |
\ -Xmaxwarns <number> Set the maximum number of warnings to print\n |
|
60 |
||
61 |
main.Xusage.foot=\ |
|
5850
6f095ff5b469
6958836: javadoc should support -Xmaxerrs and -Xmaxwarns
jjg
parents:
5848
diff
changeset
|
62 |
These options are non-standard and subject to change without notice. |
18005 | 63 |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
32163
diff
changeset
|
64 |
main.doclet.usage.header=Provided by the {0} doclet: |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
32163
diff
changeset
|
65 |
|
10 | 66 |
main.option.already.seen=The {0} option may be specified no more than once. |
67 |
main.requires_argument=option {0} requires an argument. |
|
68 |
main.invalid_flag=invalid flag: {0} |
|
69 |
main.No_packages_or_classes_specified=No packages or classes specified. |
|
70 |
main.incompatible.access.flags=More than one of -public, -private, -package, or -protected specified. |
|
71 |
main.cant.read=cannot read {0} |
|
72 |
main.Loading_source_files_for_package=Loading source files for package {0}... |
|
73 |
main.Loading_source_file=Loading source file {0}... |
|
74 |
main.Building_tree=Constructing Javadoc information... |
|
75 |
main.no_source_files_for_package=No source files for package {0} |
|
76 |
main.fatal.error=fatal error |
|
77 |
main.fatal.exception=fatal exception |
|
78 |
main.out.of.memory=java.lang.OutOfMemoryError: Please increase memory.\n\ |
|
5848
c5a4ce47e780
6960407: Potential rebranding issues in openjdk/langtools repository sources
jjg
parents:
5520
diff
changeset
|
79 |
For example, on the JDK Classic or HotSpot VMs, add the option -J-Xmx\n\ |
10 | 80 |
such as -J-Xmx32m. |
81 |
main.done_in=[done in {0} ms] |
|
82 |
main.more_than_one_doclet_specified_0_and_1=More than one doclet specified ({0} and {1}). |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
32163
diff
changeset
|
83 |
main.doclet_no_classloader_found=Could not obtain classloader to load {0} |
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
32163
diff
changeset
|
84 |
main.could_not_instantiate_class=Could not instantiate class {0} |
10 | 85 |
main.doclet_class_not_found=Cannot find doclet class {0} |
86 |
main.illegal_locale_name=Locale not available: {0} |
|
87 |
main.malformed_locale_name=Malformed locale name: {0} |
|
88 |
main.file_not_found=File not found: "{0}" |
|
36526 | 89 |
main.file_ignored=File ignored: "{0}" (not yet supported) |
32163
2bdcabf14e91
8133223: Clean up package handling code in JavadocTool
jjg
parents:
31936
diff
changeset
|
90 |
main.illegal_class_name=Illegal class name: "{0}" |
10 | 91 |
main.illegal_package_name=Illegal package name: "{0}" |
31936 | 92 |
main.release.bootclasspath.conflict=option {0} cannot be used together with -release |
93 |
main.unsupported.release.version=release version {0} not supported |
|
94 |
main.release.not.standard.file.manager=-release option specified, but the provided JavaFileManager is not a StandardJavaFileManager. |
|
35426
374342e56a56
8035473: [javadoc] Revamp the existing Doclet APIs
ksrini
parents:
32163
diff
changeset
|
95 |
main.unknown.error=an unknown error has occurred |
10 | 96 |
javadoc.class_not_found=Class {0} not found. |
97 |
javadoc.error=error |
|
98 |
javadoc.warning=warning |
|
14545
2e7bab0639b8
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
jjg
parents:
14447
diff
changeset
|
99 |
|
2e7bab0639b8
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
jjg
parents:
14447
diff
changeset
|
100 |
javadoc.error.msg={0}: error - {1} |
2e7bab0639b8
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
jjg
parents:
14447
diff
changeset
|
101 |
javadoc.warning.msg={0}: warning - {1} |
2e7bab0639b8
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
jjg
parents:
14447
diff
changeset
|
102 |
javadoc.note.msg = {1} |
2e7bab0639b8
6493690: javadoc should have a javax.tools.Tool service provider installed in tools.jar
jjg
parents:
14447
diff
changeset
|
103 |
javadoc.note.pos.msg= {0}: {1} |