You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ajdoc.properties 6.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. usage_help=usage\: {0} [options] [packagenames] [sourcefiles] [classnames] [@files]\n-overview <file> Read overview documentation from HTML file\n-public Show only public classes and members\n-protected Show protected/public classes and members (default)\n-package Show package/protected/public classes and members\n-private Show all classes and members\n-help Display command line options\n-doclet <class> Generate output via alternate doclet (unsupported)\n-docletpath <path> Specify where to find doclet class files (unsupported)\n-sourcepath <pathlist> Specify where to find source files\n-classpath <pathlist> Specify where to find user class files\n-bootclasspath <pathlist> Override location of class files loaded\n by the bootstrap class loader \n-source 1.4 Provide source compatibility with Java 1.4 \n-extdirs <dirlist> Override location of installed extensions\n-verbose Output messages about what AJDoc is doing\n-locale <name> Locale to be used, e.g. en_US or en_US_WIN\n-encoding <name> Source file encoding name\n-standard Use com.sun.tools.doclets.standard.Standard doclet\n-log Log each pass of document generation\n-argfile <file> The file contains a line-delimited list of files\n inserted into the argument list\n-compiler <class> Generate RootDoc to doclet via alternate compiler (unsupported)
  2. \n-J<flag> Pass <flag> directly to the runtime system\n
  3. internal_error=Internal error\: {0}
  4. file_not_found_exception:Cannot read file\: {0}.
  5. io_exception:IOException\: {0}.
  6. argument_already_seen=The {0} option may be specified no more than once.
  7. invalid_flag=invalid flag\: {0}.
  8. requires_argument=option {0} requires {1} argument(s).
  9. cant_create_root_doc=Cannot create RootDoc from class {0}.
  10. cant_create_root_doc_ex=Cannot create RootDoc from class {0}\: {1}.
  11. incorrect_root_doc_class=The class {0} must implement the interface org.aspectj.tools.javadoc.RootDocMaker, not {1}.
  12. root_doc_maker_is_null=Could not create RootDocMaker from class {0}.
  13. done_in=[done in {0} ms]
  14. internal_error_exception_thrown=Internal error\: In class {0}, method {1} has thrown an exception: {2}.
  15. method_not_accessible=In class {0}, method {1} not accessible.
  16. class_not_found=Cannot find {0} class {1}.
  17. invoke_exception_thrown=Could not invoke method {0} in class {1}.
  18. must_return=In class {0}, method {1} must return {2}, not {3}.
  19. doclet_method_not_found=Doclet class {0} does not contain a {1} method.
  20. doclet_method_not_accessible=In doclet class {0}, method {1} not accessible.
  21. doclet_method_must_be_static=In doclet class {0}, method {1} must be static.
  22. out_of_memory=java.lang.OutOfMemoryError\: Please increase memory.\nFor example, on the Sun Classic or HotSpot VMs, add the option -J-Xmx\nsuch as -J-Xmx32m.
  23. exception_thrown=In {0} class {1}, method {2} has thrown an exception\: {3}
  24. No_packages_or_classes_specified=No packages or classes specified.
  25. cant_create_doclet:Cannot create Doclet from class {0}
  26. method_not_found={0} class {1} does not contain a {2} method.
  27. method_not_accessible=In {0} class {1}, method {2} not accessible.
  28. must_have_default_ctor=Class {0} must contain a default, no-arguments constructor.
  29. class_cast_exception:Return type of method {0} in class {1} must be {2}, not {3}
  30. cant_construct_object=Cannot construct object of type {0}
  31. unsupported_version=The version {0} is currently not supported by {1}.
  32. see_tag_prematurely_done=Prematurely done reading - not finished\: {0}
  33. see_tag_unterminated_url=Unterminated see tag URL\: {0}
  34. see_tag_unterminated_string=Unterminated see tag string\: {0}
  35. see_tag_invalid_package_or_class=Invalid package or class in see tag\:{0}\: {1}
  36. see_tag_invalid_field_name=Invalid field name in see tag\:{0}\: {1}
  37. see_tag_invalid_param_start=Invalid parameter start in see tag\:{0}\: {1}
  38. see_tag_premature_param_end=Premature end of parameters in see tag\:{0}\: {1}
  39. see_tag_invalid_id=Invalid identifier in see tag\:{0}\: {1}
  40. see_tag_invalid_parameter_type=Invalid parameter type in see tag {0}\: {1}
  41. see_tag_invalid_parameter_type=Invalid parameter type in see tag {0}\: {1}
  42. see_tag_invalid_parameter_type_lbrace=Invalid parameter type in see tag, looking for left brace {0}\: {1}
  43. see_tag_invalid_parameter_type_ident=Invalid parameter type in see tag, looking for identifier {0}\: {1}
  44. see_tag_unterminated_array_type=Unterminated array type in see tag\: {0}
  45. see_tag_invalid_parameter_name=Invalid parameter name in see tag\: {0}
  46. see_tag_invalid_parameters=Invalid paramters in see tag\: {0}
  47. see_tag_expecting_typename_or_whitespace:Expecting type name or white space in see tag\: {0}
  48. see_tag_expecting_field_name:Expecting field name after # in see tag\: {0}
  49. see_tag_dot_sharp_or_id:Expecting '\#', ., or identifier in see set\: {0}
  50. tag_invalid_link_tag=Invalid link tag\: {0}
  51. tag_unterminated_link_tag=Unterminated link tag\: {0}
  52. serialField_tag_invalid_field_name_start=Invalid start of a field name in serialField tag\: '{0}'
  53. serialField_tag_invalid_field_name_part=Invalid part of a field name in serialField tag\: '{0}'
  54. serialField_tag_invalid_type_name_start=Invalid start of a type name in serialField tag\: '{0}'
  55. serialField_tag_invalid_type_name_part=Invalid part of a type name in serialField tag\: '{0}'
  56. unterminated_html_tag=Unterminated HTML tag\: {0}
  57. Loading_source_file=Loading source file {0}...
  58. Loading_source_file_for_class=Loading source file for class {0}...
  59. Loading_source_files_for_package=Loading source files for package {0}...
  60. ioexception_open=Trouble openning file {0}
  61. ioexception_close=Trouble closing file {0}
  62. ioexception_reading=Trouble reading from file {0}
  63. cant_resolve_file=Cannot resolve file {0}
  64. file_doesnt_exist=The file {0} does not exist
  65. invalid_package_name:Invalid package name: {0}
  66. internal_msg=Please copy the following text into an email message and send it,\n\
  67. along with any additional information you can add to: \n\
  68. \n\
  69. support@aspectj.org \n\
  70. starting_internal_compile=Starting compile...
  71. initializing_world=Initializing world...
  72. creating_root=Creating root...
  73. generating_docs=Generating documentation...