1 doclet.Generating_0=Generating {0}...
   2 doclet.Toolkit_Usage_Violation=The Doclet Toolkit can only be used by {0}
   3 doclet.MissingSerialTag=in class {0}, missing @serial tag for default serializable field: {1}.
   4 doclet.MissingSerialDataTag=in class {0}, missing @serialData tag in method {1}.
   5 doclet.Serializable_no_customization=No readObject or writeObject method declared.
   6 doclet.Serialized_Form=Serialized Form
   7 doclet.Serialized_Form_methods=Serialization Methods
   8 doclet.Serialized_Form_fields=Serialized Fields
   9 doclet.Serialized_Form_class=Serialization Overview
  10 doclet.Class_0_implements_serializable=Class {0} implements Serializable
  11 doclet.Class_0_extends_implements_serializable=Class {0} extends {1} implements Serializable
  12 doclet.Option_conflict=Option {0} conflicts with {1}
  13 doclet.Option_reuse=Option reused: {0}
  14 doclet.Option_invalid=Invalid argument {0} for {1} option
  15 doclet.Option_doclint_no_qualifiers=Access qualifiers not permitted for -Xdoclint arguments
  16 doclet.Option_doclint_invalid_arg=Invalid argument for -Xdoclint option
  17 doclet.Option_doclint_package_invalid_arg=Invalid argument for -Xdoclint/package option
  18 doclet.error.initializing.dest.dir=Error initializing destination directory: {0}
  19 doclet.exception.read.file=Error reading file: {0}\n\
  20 \t({1})
  21 doclet.exception.write.file=Error writing file: {0}\n\
  22 \t({1})
  23 doclet.exception.read.resource=Error reading system resource: {0}\n\
  24 \t({1})
  25 doclet.internal.exception=An internal exception has occurred. \n\
  26 \t({0})
  27 doclet.internal.report.bug=\
  28 Please file a bug against the javadoc tool via the Java bug reporting page\n\
  29 (http://bugreport.java.com) after checking the Bug Database (http://bugs.java.com)\n\
  30 for duplicates. Include error messages and the following diagnostic in your report. Thank you.
  31 doclet.File_not_found=File not found: {0}
  32 doclet.Copy_Overwrite_warning=File {0} not copied to {1} due to existing file with same name...
  33 doclet.Copying_File_0_To_Dir_1=Copying file {0} to directory {1}...
  34 doclet.Copying_File_0_To_File_1=Copying file {0} to file {1}...
  35 doclet.No_Public_Classes_To_Document=No public or protected classes found to document.
  36 doclet.destination_directory_not_directory_0=Destination directory is not a directory: {0}
  37 doclet.destination_directory_not_writable_0=Destination directory not writable: {0}
  38 doclet.Encoding_not_supported=Encoding not supported: {0}
  39 doclet.Building_Tree=Building tree for all the packages and classes...
  40 doclet.Building_Index=Building index for all the packages and classes...
  41 doclet.Building_Index_For_All_Classes=Building index for all classes...
  42 doclet.sourcetab_warning=The argument for -sourcetab must be an integer greater than 0.
  43 doclet.JavaScript_in_comment=JavaScript found in documentation comment.\n\
  44 Use --allow-script-in-comments to allow use of JavaScript.
  45 doclet.JavaScript_in_option=option {0} contains JavaScript.\n\
  46 Use --allow-script-in-comments to allow use of JavaScript.
  47 doclet.Packages=Packages
  48 doclet.All_Packages=All Packages
  49 doclet.Modules=Modules
  50 doclet.All_Modules=All Modules
  51 doclet.Other_Packages=Other Packages
  52 doclet.Other_Modules=Other Modules
  53 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  54 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  55 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  56 doclet.Notice_taglet_conflict_warn=Note: Custom tags that could override future standard tags: {0}. To avoid potential overrides, use at least one period character (.) in custom tag names.
  57 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  58 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  59 doclet.Author=Author:
  60 doclet.DefaultValue=Default value:
  61 doclet.PropertyDescription=Property description:
  62 doclet.PropertyGetter=Gets the value of the property
  63 doclet.PropertySetter=Sets the value of the property
  64 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  65 doclet.PropertySetterWithName=Sets the value of the property {0}.
  66 doclet.Default=Default:
  67 doclet.Parameters=Parameters:
  68 doclet.TypeParameters=Type Parameters:
  69 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  70 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  71 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
  72 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.
  73 doclet.Returns=Returns:
  74 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
  75 doclet.See_Also=See Also:
  76 doclet.See=See:
  77 doclet.SerialData=Serial Data:
  78 doclet.Services=Services
  79 doclet.Since=Since:
  80 doclet.Throws=Throws:
  81 doclet.Version=Version:
  82 doclet.Factory=Factory:
  83 doclet.UnknownTag={0} is an unknown tag.
  84 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
  85 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
  86 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
  87 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
  88 doclet.Package_Summary=Package Summary
  89 doclet.Requires_Summary=Requires
  90 doclet.Indirect_Requires_Summary=Indirect Requires
  91 doclet.Indirect_Exports_Summary=Indirect Exports
  92 doclet.Indirect_Opens_Summary=Indirect Opens
  93 doclet.Exported_Packages_Summary=Exports
  94 doclet.Opened_Packages_Summary=Opens
  95 doclet.Concealed_Packages_Summary=Concealed
  96 doclet.From=From
  97 doclet.Packages_Summary=Packages
  98 doclet.Uses_Summary=Uses
  99 doclet.Provides_Summary=Provides
 100 doclet.Module_Summary=Module Summary
 101 doclet.Interface_Summary=Interface Summary
 102 doclet.Annotation_Types_Summary=Annotation Types Summary
 103 doclet.Enum_Summary=Enum Summary
 104 doclet.Exception_Summary=Exception Summary
 105 doclet.Error_Summary=Error Summary
 106 doclet.Class_Summary=Class Summary
 107 doclet.Nested_Class_Summary=Nested Class Summary
 108 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
 109 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
 110 doclet.Field_Summary=Field Summary
 111 doclet.Property_Summary=Property Summary
 112 doclet.Enum_Constant_Summary=Enum Constant Summary
 113 doclet.Constructor_Summary=Constructor Summary
 114 doclet.Method_Summary=Method Summary
 115 doclet.Interfaces=Interfaces
 116 doclet.Enums=Enums
 117 doclet.AnnotationTypes=Annotation Types
 118 doclet.Exceptions=Exceptions
 119 doclet.Errors=Errors
 120 doclet.Classes=Classes
 121 doclet.packages=packages
 122 doclet.modules=modules
 123 doclet.types=types
 124 doclet.All_Classes=All Classes
 125 doclet.All_Superinterfaces=All Superinterfaces:
 126 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
 127 doclet.All_classes_and_interfaces=All classes and interfaces (except non-static nested types)
 128 doclet.Package_class_and_interface_descriptions=Package, class and interface descriptions
 129 doclet.Interface=Interface
 130 doclet.Class=Class
 131 doclet.AnnotationType=Annotation Type
 132 doclet.annotationtype=annotation type
 133 doclet.annotationtypes=annotation types
 134 doclet.Enum=Enum
 135 doclet.enum=enum
 136 doclet.enums=enums
 137 doclet.interface=interface
 138 doclet.interfaces=interfaces
 139 doclet.class=class
 140 doclet.classes=classes
 141 doclet.Error=Error
 142 doclet.error=error
 143 doclet.errors=errors
 144 doclet.Exception=Exception
 145 doclet.exception=exception
 146 doclet.exceptions=exceptions
 147 doclet.ExportedTo=Exported To Modules
 148 doclet.OpenedTo=Opened To Modules
 149 doclet.Package_private=(package private)
 150 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 151 doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
 152 doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
 153 doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
 154 doclet.Methods_Inherited_From_Class=Methods inherited from class
 155 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
 156 doclet.Methods_Declared_In_Class=Methods declared in class
 157 doclet.Methods_Declared_In_Interface=Methods declared in interface
 158 doclet.Fields_Inherited_From_Class=Fields inherited from class
 159 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
 160 doclet.Fields_Declared_In_Class=Fields declared in class
 161 doclet.Fields_Declared_In_Interface=Fields declared in interface
 162 doclet.Properties_Inherited_From_Class=Properties inherited from class
 163 doclet.Properties_Inherited_From_Interface=Properties inherited from interface
 164 doclet.Properties_Declared_In_Class=Properties declared in class
 165 doclet.Properties_Declared_In_Interface=Properties declared in interface
 166 doclet.Annotation_Type_Member_Detail=Element Detail
 167 doclet.Enum_Constant_Detail=Enum Constant Detail
 168 doclet.Constants_Summary=Constant Field Values
 169 doclet.Field_Detail=Field Detail
 170 doclet.Property_Detail=Property Detail
 171 doclet.Method_Detail=Method Detail
 172 doclet.Constructor_Detail=Constructor Detail
 173 doclet.Deprecated=Deprecated.
 174 doclet.DeprecatedForRemoval=Deprecated, for removal: This API element is subject to removal in a future version.
 175 doclet.Groupname_already_used=In -group option, groupname already used: {0}
 176 doclet.value_tag_invalid_reference={0} (referenced by @value tag) is an unknown reference.
 177 doclet.value_tag_invalid_constant=@value tag (which references {0}) can only be used in constants.
 178 doclet.value_tag_invalid_use=@value tag cannot be used here.
 179 doclet.dest_dir_create=Creating destination directory: "{0}"
 180 doclet.in={0} in {1}
 181 doclet.Use_Table_Summary=Use table, listing {0}, and an explanation
 182 doclet.Constants_Table_Summary={0} table, listing constant fields, and values
 183 doclet.Member_Table_Summary={0} table, listing {1}, and an explanation
 184 doclet.Indirect_Packages_Table_Summary={0} table, listing {1}, and {2}
 185 doclet.fields=fields
 186 doclet.Fields=Fields
 187 doclet.properties=properties
 188 doclet.Properties=Properties
 189 doclet.constructors=constructors
 190 doclet.Constructors=Constructors
 191 doclet.methods=methods
 192 doclet.Methods=Methods
 193 doclet.All_Methods=All Methods
 194 doclet.Static_Methods=Static Methods
 195 doclet.Instance_Methods=Instance Methods
 196 doclet.Abstract_Methods=Abstract Methods
 197 doclet.Concrete_Methods=Concrete Methods
 198 doclet.Default_Methods=Default Methods
 199 doclet.Deprecated_Methods=Deprecated Methods
 200 doclet.annotation_type_optional_members=optional elements
 201 doclet.Annotation_Type_Optional_Members=Optional Elements
 202 doclet.annotation_type_required_members=required elements
 203 doclet.Annotation_Type_Required_Members=Required Elements
 204 doclet.enum_constants=enum constants
 205 doclet.Enum_Constants=Enum Constants
 206 doclet.nested_classes=nested classes
 207 doclet.Nested_Classes=Nested Classes
 208 doclet.subclasses=subclasses
 209 doclet.subinterfaces=subinterfaces
 210 doclet.Modifier=Modifier
 211 doclet.Type=Type
 212 doclet.Modifier_and_Type=Modifier and Type
 213 doclet.Implementation=Implementation(s):
 214 doclet.Types=Types
 215 doclet.Members=Members
 216 doclet.SearchTags=SearchTags
 217 doclet.search=SEARCH:
 218 doclet.Field=Field
 219 doclet.Property=Property
 220 doclet.Constructor=Constructor
 221 doclet.Method=Method
 222 doclet.Annotation_Type_Optional_Member=Optional Element
 223 doclet.Annotation_Type_Required_Member=Required Element
 224 doclet.Annotation_Type_Member=Annotation Type Element
 225 doclet.Enum_Constant=Enum Constant
 226 doclet.Description=Description
 227 doclet.ConstantField=Constant Field
 228 doclet.Value=Value
 229 
 230 #Documentation for Enums
 231 doclet.enum_values_doc.fullbody=\
 232  Returns an array containing the constants of this enum type, in\n\
 233  the order they are declared.
 234 
 235 doclet.enum_values_doc.return=\
 236 an array containing the constants of this enum type, in the order they are declared
 237 
 238 doclet.enum_valueof_doc.fullbody=\
 239  Returns the enum constant of this type with the specified name.\n\
 240  The string must match <i>exactly</i> an identifier used to declare an\n\
 241  enum constant in this type.  (Extraneous whitespace characters are \n\
 242  not permitted.)
 243 
 244 doclet.enum_valueof_doc.param_name=\
 245  the name of the enum constant to be returned.
 246 
 247 doclet.enum_valueof_doc.return=\
 248  the enum constant with the specified name
 249 
 250 doclet.enum_valueof_doc.throws_ila=\
 251  if this enum type has no constant with the specified name
 252 
 253 doclet.enum_valueof_doc.throws_npe=\
 254  if the argument is null