| 1 | /******************************************************************************* |
| 2 | * Copyright (c) 2009 IBM Corporation and others. |
| 3 | * All rights reserved. This program and the accompanying materials |
| 4 | * are made available under the terms of the Eclipse Public License v1.0 |
| 5 | * which accompanies this distribution, and is available at |
| 6 | * http://www.eclipse.org/legal/epl-v10.html |
| 7 | * |
| 8 | * Contributors: |
| 9 | * IBM Corporation - initial API and implementation |
| 10 | *******************************************************************************/ |
| 11 | package org.eclipse.pde.api.tools.internal.search; |
| 12 | |
| 13 | import org.eclipse.osgi.util.NLS; |
| 14 | |
| 15 | /** |
| 16 | * |
| 17 | */ |
| 18 | public class SearchMessages extends NLS { |
| 19 | private static final String BUNDLE_NAME = "org.eclipse.pde.api.tools.internal.search.searchmessages"; //$NON-NLS-1$ |
| 20 | public static String ApiSearchEngine_anonymous_type; |
| 21 | public static String ApiSearchEngine_api; |
| 22 | public static String ApiSearchEngine_api_internal; |
| 23 | public static String ApiSearchEngine_extracting_refs_from; |
| 24 | public static String ApiSearchEngine_internal; |
| 25 | public static String ApiSearchEngine_searching_for_use_from; |
| 26 | public static String ApiSearchEngine_searching_project; |
| 27 | public static String ApiSearchEngine_searching_projects; |
| 28 | public static String ioexception_writing_html_file; |
| 29 | public static String could_not_create_sax_parser; |
| 30 | public static String could_not_create_file; |
| 31 | public static String missing_xml_files_location; |
| 32 | public static String invalid_directory_name; |
| 33 | public static String MigrationReportConvertor_bundle_migration_information; |
| 34 | public static String MigrationReportConvertor_bundles_have_references; |
| 35 | public static String MigrationReportConvertor_click_table_entry; |
| 36 | public static String MigrationReportConvertor_member_has_unresolved_refs; |
| 37 | public static String MigrationReportConvertor_migration_details; |
| 38 | public static String MigrationReportConvertor_no_reported_migration_problems; |
| 39 | public static String MigrationReportConvertor_table_shows_unresolved; |
| 40 | public static String MigrationReportConvertor_type_migration_information; |
| 41 | public static String MigrationReportConvertor_type_with_unresolved_refs; |
| 42 | public static String ReferenceLookupVisitor_0; |
| 43 | public static String SkippedComponent_component_was_excluded; |
| 44 | public static String UseReportConverter_xslt_file_not_valid; |
| 45 | public static String UseReportConverter_collecting_dir_info; |
| 46 | public static String UseReportConverter_core_exep_reading_metadata; |
| 47 | public static String UseReportConverter_coreexception_writing_html_file; |
| 48 | public static String UseReportConverter_te_applying_xslt_skipped; |
| 49 | public static String UseReportConverter_no_additional_scan_info; |
| 50 | public static String UseReportConverter_no_xstl_specified; |
| 51 | public static String UseReportConverter_scan_date; |
| 52 | public static String UseReportConverter_scan_details; |
| 53 | public static String UseReportConverter_scope_pattern; |
| 54 | public static String UseReportConverter_se_error_parser_handle; |
| 55 | public static String UseReportConverter_pce_error_getting_parser; |
| 56 | public static String UseReportConverter_preparing_html_root; |
| 57 | public static String UseReportConverter_preparing_report_metadata; |
| 58 | public static String UseReportConverter_preparing_xml_root; |
| 59 | public static String UseReportConverter_preparing_xslt_file; |
| 60 | public static String UseReportConverter_writing_not_searched; |
| 61 | public static String UseReportConverter_writing_root_index; |
| 62 | public static String UseReportConverter___has_total_refs; |
| 63 | public static String UseReportConverter_api_pattern; |
| 64 | public static String UseReportConverter_api_ref_description; |
| 65 | public static String UseReportConverter_api_references; |
| 66 | public static String UseReportConverter_archive_patterns; |
| 67 | public static String UseReportConverter_back_to_bundle_index; |
| 68 | public static String UseReportConverter_back_to_not_searched; |
| 69 | public static String UseReportConverter_baseline_loc; |
| 70 | public static String UseReportConverter_bundle; |
| 71 | public static String UseReportConverter_bundle_usage_information; |
| 72 | public static String UseReportConverter_bundles_that_were_not_searched; |
| 73 | public static String UseReportConverter_click_an_entry_to_see_details; |
| 74 | public static String UseReportConverter_description; |
| 75 | public static String UseReportConverter_filter_pattern; |
| 76 | public static String UseReportConverter_filter_pattern_not_valid; |
| 77 | public static String UseReportConverter_following_bundles_have_refs; |
| 78 | public static String UseReportConverter_fragment_permissible_references; |
| 79 | public static String UseReportConverter_fragment_ref_description; |
| 80 | public static String UseReportConverter_includes_API_refs; |
| 81 | public static String UseReportConverter_includes_internal_refs; |
| 82 | public static String UseReportConverter_inlined_description; |
| 83 | public static String UseReportConverter_internal_patterns; |
| 84 | public static String UseReportConverter_internal_permissible_references; |
| 85 | public static String UseReportConverter_internal_ref_description; |
| 86 | public static String UseReportConverter_internal_references; |
| 87 | public static String UseReportConverter_line_number; |
| 88 | public static String UseReportConverter_list_of_all_refing_bundles; |
| 89 | public static String UseReportConverter_member; |
| 90 | public static String UseReportConverter_missing_bundles_prevented_scan; |
| 91 | public static String UseReportConverter_missing_required; |
| 92 | public static String UseReportConverter_no_reported_usage; |
| 93 | public static String UseReportConverter_no_required_missing; |
| 94 | public static String UseReportConverter_none; |
| 95 | public static String UseReportConverter_other_ref_description; |
| 96 | public static String UseReportConverter_other_references; |
| 97 | public static String UseReportConverter_parsing_use_scan; |
| 98 | public static String UseReportConverter_permissible_ref_description; |
| 99 | public static String UseReportConverter_reference_count; |
| 100 | public static String UseReportConverter_reference_details; |
| 101 | public static String UseReportConverter_reference_kind; |
| 102 | public static String UseReportConverter_reference_location; |
| 103 | public static String UseReportConverter_reference_pattern; |
| 104 | public static String UseReportConverter_referenced_type; |
| 105 | public static String UseReportConverter_references; |
| 106 | public static String UseReportConverter_referencing_bundles; |
| 107 | public static String UseReportConverter_report_location; |
| 108 | public static String UseReportConverter_reported_missing_bundles; |
| 109 | public static String UseReportConverter_required_bundles; |
| 110 | public static String UseReportConverter_root_index_description; |
| 111 | public static String UseReportConverter_summary; |
| 112 | public static String UseReportConverter_terminology; |
| 113 | public static String UseReportConverter_types_used_in; |
| 114 | public static String UseReportConverter_usage_details; |
| 115 | public static String UseReportConverter_use_scan_info; |
| 116 | public static String UseReportConverter_version; |
| 117 | public static String UseReportConvertor_additional_infos_section; |
| 118 | public static String UseScanParser_analyzing_references; |
| 119 | public static String UseScanParser_parsing; |
| 120 | static { |
| 121 | // initialize resource bundle |
| 122 | NLS.initializeMessages(BUNDLE_NAME, SearchMessages.class); |
| 123 | } |
| 124 | |
| 125 | private SearchMessages() { |
| 126 | } |
| 127 | } |