< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties

Print this page
rev 58348 : remove dead code; update tests


  76 doclet.Other_Packages=Other Packages
  77 doclet.Other_Modules=Other Modules
  78 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  79 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  80 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  81 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.
  82 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  83 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  84 doclet.taglet_could_not_set_location = Could not set the taglet path: {0}
  85 doclet.not_standard_file_manager = Cannot set taglet path; the file manager is not a StandardJavaFileManager
  86 doclet.Author=Author:
  87 doclet.DefaultValue=Default value:
  88 doclet.PropertyDescription=Property description:
  89 doclet.PropertyGetter=Gets the value of the property
  90 doclet.PropertySetter=Sets the value of the property
  91 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  92 doclet.PropertySetterWithName=Sets the value of the property {0}.
  93 doclet.Default=Default:
  94 doclet.Parameters=Parameters:
  95 doclet.TypeParameters=Type Parameters:

  96 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  97 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  98 doclet.Type_Parameters_warn=@param argument "{0}" is not a type parameter name.
  99 doclet.Type_Parameters_dup_warn=Type parameter "{0}" is documented more than once.


 100 doclet.Returns=Returns:
 101 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
 102 doclet.See_Also=See Also:
 103 doclet.See=See:
 104 doclet.SerialData=Serial Data:
 105 doclet.Services=Services
 106 doclet.Since=Since:
 107 doclet.Throws=Throws:
 108 doclet.Version=Version:
 109 doclet.Factory=Factory:
 110 doclet.UnknownTag={0} is an unknown tag.
 111 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
 112 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
 113 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
 114 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
 115 doclet.Package_Summary=Package Summary
 116 doclet.Requires_Summary=Requires
 117 doclet.Indirect_Requires_Summary=Indirect Requires
 118 doclet.Indirect_Exports_Summary=Indirect Exports
 119 doclet.Indirect_Opens_Summary=Indirect Opens
 120 doclet.Exported_Packages_Summary=Exports
 121 doclet.Opened_Packages_Summary=Opens
 122 doclet.Concealed_Packages_Summary=Concealed
 123 doclet.From=From
 124 doclet.Uses_Summary=Uses
 125 doclet.Provides_Summary=Provides
 126 doclet.Interface_Summary=Interface Summary
 127 doclet.Annotation_Types_Summary=Annotation Types Summary
 128 doclet.Enum_Summary=Enum Summary
 129 doclet.Exception_Summary=Exception Summary
 130 doclet.Error_Summary=Error Summary
 131 doclet.Class_Summary=Class Summary
 132 doclet.Nested_Class_Summary=Nested Class Summary
 133 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
 134 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
 135 doclet.Field_Summary=Field Summary
 136 doclet.Property_Summary=Property Summary
 137 doclet.Enum_Constant_Summary=Enum Constant Summary
 138 doclet.Constructor_Summary=Constructor Summary
 139 doclet.Method_Summary=Method Summary

 140 doclet.Interfaces=Interfaces
 141 doclet.Enums=Enums
 142 doclet.AnnotationTypes=Annotation Types
 143 doclet.Exceptions=Exceptions
 144 doclet.Errors=Errors
 145 doclet.Classes=Classes
 146 doclet.packages=packages
 147 doclet.modules=modules
 148 doclet.All_Classes=All Classes
 149 doclet.All_Superinterfaces=All Superinterfaces:
 150 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
 151 doclet.Interface=Interface
 152 doclet.Class=Class
 153 doclet.AnnotationType=Annotation Type
 154 doclet.annotationtype=annotation type
 155 doclet.annotationtypes=annotation types
 156 doclet.Enum=Enum
 157 doclet.enum=enum
 158 doclet.enums=enums
 159 doclet.interface=interface
 160 doclet.interfaces=interfaces
 161 doclet.class=class
 162 doclet.classes=classes

 163 doclet.Error=Error
 164 doclet.error=error
 165 doclet.errors=errors
 166 doclet.Exception=Exception
 167 doclet.exception=exception
 168 doclet.exceptions=exceptions
 169 doclet.ExportedTo=Exported To Modules
 170 doclet.OpenedTo=Opened To Modules
 171 doclet.Package_private=(package private)
 172 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 173 doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
 174 doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
 175 doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
 176 doclet.Methods_Inherited_From_Class=Methods inherited from class
 177 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
 178 doclet.Methods_Declared_In_Class=Methods declared in class
 179 doclet.Methods_Declared_In_Interface=Methods declared in interface
 180 doclet.Fields_Inherited_From_Class=Fields inherited from class
 181 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
 182 doclet.Fields_Declared_In_Class=Fields declared in class


 251 doclet.enum_values_doc.return=\
 252 an array containing the constants of this enum type, in the order they are declared
 253 
 254 doclet.enum_valueof_doc.fullbody=\
 255  Returns the enum constant of this type with the specified name.\n\
 256  The string must match <i>exactly</i> an identifier used to declare an\n\
 257  enum constant in this type.  (Extraneous whitespace characters are \n\
 258  not permitted.)
 259 
 260 doclet.enum_valueof_doc.param_name=\
 261  the name of the enum constant to be returned.
 262 
 263 doclet.enum_valueof_doc.return=\
 264  the enum constant with the specified name
 265 
 266 doclet.enum_valueof_doc.throws_ila=\
 267  if this enum type has no constant with the specified name
 268 
 269 doclet.enum_valueof_doc.throws_npe=\
 270  if the argument is null

























































  76 doclet.Other_Packages=Other Packages
  77 doclet.Other_Modules=Other Modules
  78 doclet.Notice_taglet_registered=Registered Taglet {0} ...
  79 doclet.Notice_taglet_unseen=Note: Custom tags that were not seen: {0}
  80 doclet.Notice_taglet_overriden=Note: Custom tags that override standard tags: {0}
  81 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.
  82 doclet.Error_taglet_not_registered=Error - Exception {0} thrown while trying to register Taglet {1}...
  83 doclet.Error_invalid_custom_tag_argument=Error - {0} is an invalid argument to the -tag option...
  84 doclet.taglet_could_not_set_location = Could not set the taglet path: {0}
  85 doclet.not_standard_file_manager = Cannot set taglet path; the file manager is not a StandardJavaFileManager
  86 doclet.Author=Author:
  87 doclet.DefaultValue=Default value:
  88 doclet.PropertyDescription=Property description:
  89 doclet.PropertyGetter=Gets the value of the property
  90 doclet.PropertySetter=Sets the value of the property
  91 doclet.PropertyGetterWithName=Gets the value of the property {0}.
  92 doclet.PropertySetterWithName=Sets the value of the property {0}.
  93 doclet.Default=Default:
  94 doclet.Parameters=Parameters:
  95 doclet.TypeParameters=Type Parameters:
  96 doclet.RecordComponents=Record Components:
  97 doclet.Parameters_warn=@param argument "{0}" is not a parameter name.
  98 doclet.Parameters_dup_warn=Parameter "{0}" is documented more than once.
  99 doclet.TypeParameters_warn=@param argument "{0}" is not the name of a type parameter.
 100 doclet.TypeParameters_dup_warn=Type parameter "{0}" is documented more than once.
 101 doclet.RecordComponents_warn=@param argument "{0}" is not the name of a record component.
 102 doclet.RecordComponents_dup_warn=Record component "{0}" is documented more than once.
 103 doclet.Returns=Returns:
 104 doclet.Return_tag_on_void_method=@return tag cannot be used in method with void return type.
 105 doclet.See_Also=See Also:
 106 doclet.See=See:
 107 doclet.SerialData=Serial Data:
 108 doclet.Services=Services
 109 doclet.Since=Since:
 110 doclet.Throws=Throws:
 111 doclet.Version=Version:
 112 doclet.Factory=Factory:
 113 doclet.UnknownTag={0} is an unknown tag.
 114 doclet.UnknownTagLowercase={0} is an unknown tag -- same as a known tag except for case.
 115 doclet.noInheritedDoc=@inheritDoc used but {0} does not override or implement any method.
 116 # doclet.malformed_html_link_tag=<a> tag is malformed:\n"{0}"
 117 doclet.tag_misuse=Tag {0} cannot be used in {1} documentation.  It can only be used in the following types of documentation: {2}.
 118 doclet.Package_Summary=Package Summary
 119 doclet.Requires_Summary=Requires
 120 doclet.Indirect_Requires_Summary=Indirect Requires
 121 doclet.Indirect_Exports_Summary=Indirect Exports
 122 doclet.Indirect_Opens_Summary=Indirect Opens
 123 doclet.Exported_Packages_Summary=Exports
 124 doclet.Opened_Packages_Summary=Opens
 125 doclet.Concealed_Packages_Summary=Concealed
 126 doclet.From=From
 127 doclet.Uses_Summary=Uses
 128 doclet.Provides_Summary=Provides
 129 doclet.Interface_Summary=Interface Summary
 130 doclet.Annotation_Types_Summary=Annotation Types Summary
 131 doclet.Enum_Summary=Enum Summary
 132 doclet.Exception_Summary=Exception Summary
 133 doclet.Error_Summary=Error Summary
 134 doclet.Class_Summary=Class Summary
 135 doclet.Nested_Class_Summary=Nested Class Summary
 136 doclet.Annotation_Type_Optional_Member_Summary=Optional Element Summary
 137 doclet.Annotation_Type_Required_Member_Summary=Required Element Summary
 138 doclet.Field_Summary=Field Summary
 139 doclet.Property_Summary=Property Summary
 140 doclet.Enum_Constant_Summary=Enum Constant Summary
 141 doclet.Constructor_Summary=Constructor Summary
 142 doclet.Method_Summary=Method Summary
 143 doclet.Record_Summary=Record Summary
 144 doclet.Interfaces=Interfaces
 145 doclet.Enums=Enums
 146 doclet.AnnotationTypes=Annotation Types
 147 doclet.Exceptions=Exceptions
 148 doclet.Errors=Errors
 149 doclet.Classes=Classes
 150 doclet.packages=packages
 151 doclet.modules=modules
 152 doclet.All_Classes=All Classes
 153 doclet.All_Superinterfaces=All Superinterfaces:
 154 doclet.All_Implemented_Interfaces=All Implemented Interfaces:
 155 doclet.Interface=Interface
 156 doclet.Class=Class
 157 doclet.AnnotationType=Annotation Type
 158 doclet.annotationtype=annotation type
 159 doclet.annotationtypes=annotation types
 160 doclet.Enum=Enum
 161 doclet.enum=enum
 162 doclet.enums=enums
 163 doclet.interface=interface
 164 doclet.interfaces=interfaces
 165 doclet.class=class
 166 doclet.classes=classes
 167 doclet.Record=Record
 168 doclet.Error=Error
 169 doclet.error=error
 170 doclet.errors=errors
 171 doclet.Exception=Exception
 172 doclet.exception=exception
 173 doclet.exceptions=exceptions
 174 doclet.ExportedTo=Exported To Modules
 175 doclet.OpenedTo=Opened To Modules
 176 doclet.Package_private=(package private)
 177 doclet.Nested_Classes_Interfaces_Inherited_From_Class=Nested classes/interfaces inherited from class
 178 doclet.Nested_Classes_Interfaces_Inherited_From_Interface=Nested classes/interfaces inherited from interface
 179 doclet.Nested_Classes_Interfaces_Declared_In_Class=Nested classes/interfaces declared in class
 180 doclet.Nested_Classes_Interfaces_Declared_In_Interface=Nested classes/interfaces declared in interface
 181 doclet.Methods_Inherited_From_Class=Methods inherited from class
 182 doclet.Methods_Inherited_From_Interface=Methods inherited from interface
 183 doclet.Methods_Declared_In_Class=Methods declared in class
 184 doclet.Methods_Declared_In_Interface=Methods declared in interface
 185 doclet.Fields_Inherited_From_Class=Fields inherited from class
 186 doclet.Fields_Inherited_From_Interface=Fields inherited from interface
 187 doclet.Fields_Declared_In_Class=Fields declared in class


 256 doclet.enum_values_doc.return=\
 257 an array containing the constants of this enum type, in the order they are declared
 258 
 259 doclet.enum_valueof_doc.fullbody=\
 260  Returns the enum constant of this type with the specified name.\n\
 261  The string must match <i>exactly</i> an identifier used to declare an\n\
 262  enum constant in this type.  (Extraneous whitespace characters are \n\
 263  not permitted.)
 264 
 265 doclet.enum_valueof_doc.param_name=\
 266  the name of the enum constant to be returned.
 267 
 268 doclet.enum_valueof_doc.return=\
 269  the enum constant with the specified name
 270 
 271 doclet.enum_valueof_doc.throws_ila=\
 272  if this enum type has no constant with the specified name
 273 
 274 doclet.enum_valueof_doc.throws_npe=\
 275  if the argument is null
 276 
 277 
 278 #Documentation for records
 279 doclet.record_constructor_doc.fullbody=\
 280  Creates an instance of a {0} record.
 281 
 282 doclet.record_constructor_doc.param_name=\
 283  the value for the {0} record component
 284 
 285 doclet.record_equals_doc.fullbody.head=\
 286  Indicates whether some other object is "equal to" this one. \
 287  The objects are equal if the other object is of the same class \
 288  and if all the record components are equal.
 289 
 290 doclet.record_equals_doc.fullbody.tail.both=\
 291  Reference components are compared with \
 292  {@link java.util.Objects#equals(Object,Object) Objects::equals(Object,Object)}; \
 293  primitive components are compared with '=='.
 294 
 295 doclet.record_equals_doc.fullbody.tail.primitive=\
 296  All components in this record are compared with '=='.
 297 
 298 doclet.record_equals_doc.fullbody.tail.reference=\
 299  All components in this record are compared with \
 300  {@link java.util.Objects#equals(Object,Object) Objects::equals(Object,Object)}.
 301 
 302 doclet.record_equals_doc.param_name=\
 303  the object with which to compare
 304 
 305 doclet.record_equals_doc.return=\
 306  <code>true</code> if this object is the same as the {0} argument; <code>false</code> otherwise.
 307 
 308 doclet.record_hashCode_doc.fullbody=\
 309  Returns a hash code value for this object. \
 310  The value is derived from the hash code of each of the record components.
 311 
 312 doclet.record_hashCode_doc.return=\
 313  a hash code value for this object
 314 
 315 doclet.record_toString_doc.fullbody=\
 316  Returns a string representation of this record. \
 317  The representation contains the name of the type, followed by \
 318  the name and value of each of the record components.
 319 
 320 doclet.record_toString_doc.return=\
 321  a string representation of this object
 322 
 323 doclet.record_accessor_doc.fullbody=\
 324  Returns the value of the {0} record component.
 325 
 326 doclet.record_accessor_doc.return=\
 327  the value of the {0} record component
 328 
 329 doclet.record_field_doc.fullbody=\
 330  The field for the {0} record component.
< prev index next >