KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > search > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/search/Messages.java,v $
3  * Date : $Date: 2006/03/27 15:13:37 $
4  * Version: $Revision: 1.15 $
5  *
6  * This library is part of OpenCms -
7  * the Open Source Content Mananagement System
8  *
9  * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
10  *
11  * This library is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU Lesser General Public
13  * License as published by the Free Software Foundation; either
14  * version 2.1 of the License, or (at your option) any later version.
15  *
16  * This library is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19  * Lesser General Public License for more details.
20  *
21  * For further information about Alkacon Software GmbH, please see the
22  * company website: http://www.alkacon.com
23  *
24  * For further information about OpenCms, please see the
25  * project website: http://www.opencms.org
26  *
27  * You should have received a copy of the GNU Lesser General Public
28  * License along with this library; if not, write to the Free Software
29  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
30  */

31
32 package org.opencms.search;
33
34 import org.opencms.i18n.A_CmsMessageBundle;
35 import org.opencms.i18n.I_CmsMessageBundle;
36
37 /**
38  * Convenience class to access the localized messages of this OpenCms package.<p>
39  *
40  * @author Jan Baudisch
41  * @author Achim Westermann
42  *
43  * @version $Revision: 1.15 $
44  *
45  * @since 6.0.0
46  */

47 public final class Messages extends A_CmsMessageBundle {
48
49     /** Message constant for key in the resource bundle. */
50     public static final String JavaDoc ERR_ANALYZER_NOT_FOUND_1 = "ERR_ANALYZER_NOT_FOUND_1";
51
52     /** Message constant for key in the resource bundle. */
53     public static final String JavaDoc ERR_CREATING_INDEX_DOC_0 = "ERR_CREATING_INDEX_DOC_0";
54
55     /** Message constant for key in the resource bundle. */
56     public static final String JavaDoc ERR_DOCCLASS_INIT_1 = "ERR_DOCCLASS_INIT_1";
57
58     /** Message constant for key in the resource bundle. */
59     public static final String JavaDoc ERR_DOCCLASS_NOT_FOUND_1 = "ERR_DOCCLASS_NOT_FOUND_1";
60
61     /** Message constant for key in the resource bundle. */
62     public static final String JavaDoc ERR_DOCTYPE_NO_CLASS_DEF_0 = "ERR_DOCTYPE_NO_CLASS_DEF_0";
63
64     /** Message constant for key in the resource bundle. */
65     public static final String JavaDoc ERR_DOCTYPE_NO_NAME_0 = "ERR_DOCTYPE_NO_NAME_0";
66
67     /** Message constant for key in the resource bundle. */
68     public static final String JavaDoc ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0 = "ERR_DOCTYPE_NO_RESOURCETYPE_DEF_0";
69
70     /** Message constant for key in the resource bundle. */
71     public static final String JavaDoc ERR_INDEX_LOCK_FAILED_1 = "ERR_INDEX_LOCK_FAILED_1";
72
73     /** Message constant for key in the resource bundle. */
74     public static final String JavaDoc ERR_INDEX_NOT_FOUND_1 = "ERR_INDEX_NOT_FOUND_1";
75
76     /** Message constant for key in the resource bundle. */
77     public static final String JavaDoc ERR_INDEX_NULL_0 = "ERR_INDEX_NULL_0";
78
79     /** Message constant for key in the resource bundle. */
80     public static final String JavaDoc ERR_INDEX_REBUILD_ALL_1 = "ERR_INDEX_REBUILD_ALL_1";
81
82     /** Message constant for key in the resource bundle. */
83     public static final String JavaDoc ERR_INDEX_RESOURCE_FAILED_2 = "ERR_INDEX_RESOURCE_FAILED_2";
84
85     /** Message constant for key in the resource bundle. */
86     public static final String JavaDoc ERR_INDEX_SOURCE_ASSOCIATION_1 = "ERR_INDEX_SOURCE_ASSOCIATION_1";
87
88     /** Message constant for key in the resource bundle. */
89     public static final String JavaDoc ERR_INDEX_SOURCE_DELETE_2 = "ERR_INDEX_SOURCE_DELETE_2";
90
91     /** Message constant for key in the resource bundle. */
92     public static final String JavaDoc ERR_INDEXSOURCE_CREATE_INVALID_NAME_1 = "ERR_INDEXSOURCE_CREATE_INVALID_NAME_1";
93
94     /** Message constant for key in the resource bundle. */
95     public static final String JavaDoc ERR_INDEXSOURCE_CREATE_MISSING_NAME_0 = "ERR_INDEXSOURCE_CREATE_MISSING_NAME_0";
96
97     /** Message constant for key in the resource bundle. */
98     public static final String JavaDoc ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2 = "ERR_INDEXSOURCE_INDEXER_CLASS_NAME_2";
99
100     /** Message constant for key in the resource bundle. */
101     public static final String JavaDoc ERR_IO_INDEX_WRITER_OPEN_2 = "ERR_IO_INDEX_WRITER_OPEN_2";
102
103     /** Message constant for key in the resource bundle. */
104     public static final String JavaDoc ERR_LOAD_ANALYZER_1 = "ERR_LOAD_ANALYZER_1";
105
106     /** Message constant for key in the resource bundle. */
107     public static final String JavaDoc ERR_QUERY_TOO_SHORT_1 = "ERR_QUERY_TOO_SHORT_1";
108
109     /** Message constant for key in the resource bundle. */
110     public static final String JavaDoc ERR_SEARCH_PARAMS_1 = "ERR_SEARCH_PARAMS_1";
111
112     /** Message constant for key in the resource bundle. */
113     public static final String JavaDoc ERR_SEARCHINDEX_CREATE_INVALID_NAME_1 = "ERR_SEARCHINDEX_CREATE_INVALID_NAME_1";
114
115     /** Message constant for key in the resource bundle. */
116     public static final String JavaDoc ERR_SEARCHINDEX_CREATE_MISSING_NAME_0 = "ERR_SEARCHINDEX_CREATE_MISSING_NAME_0";
117
118     /** Message constant for key in the resource bundle. */
119     public static final String JavaDoc GUI_HELP_BUTTON_BACK_0 = "GUI_HELP_BUTTON_BACK_0";
120
121     /** Message constant for key in the resource bundle. */
122     public static final String JavaDoc GUI_HELP_BUTTON_CLOSE_0 = "GUI_HELP_BUTTON_CLOSE_0";
123
124     /** Message constant for key in the resource bundle. */
125     public static final String JavaDoc GUI_HELP_BUTTON_CONTENTS_0 = "GUI_HELP_BUTTON_CONTENTS_0";
126
127     /** Message constant for key in the resource bundle. */
128     public static final String JavaDoc GUI_HELP_BUTTON_NEXT_0 = "GUI_HELP_BUTTON_NEXT_0";
129
130     /** Message constant for key in the resource bundle. */
131     public static final String JavaDoc GUI_HELP_BUTTON_SEARCH_0 = "GUI_HELP_BUTTON_SEARCH_0";
132
133     /** Message constant for key in the resource bundle. */
134     public static final String JavaDoc GUI_HELP_SEARCH_NOMATCH_1 = "GUI_HELP_SEARCH_NOMATCH_1";
135
136     /** Message constant for key in the resource bundle. */
137     public static final String JavaDoc GUI_HELP_SEARCH_RESULT_START_0 = "GUI_HELP_SEARCH_RESULT_START_0";
138
139     /** Message constant for key in the resource bundle. */
140     public static final String JavaDoc GUI_HELP_SEARCH_RESULT_TITLE_0 = "GUI_HELP_SEARCH_RESULT_TITLE_0";
141
142     /** Message constant for key in the resource bundle. */
143     public static final String JavaDoc GUI_HELP_SEARCH_UNAVAILABLE_0 = "GUI_HELP_SEARCH_UNAVAILABLE_0";
144
145     /** Message constant for key in the resource bundle. */
146     public static final String JavaDoc INIT_ADD_ANALYZER_2 = "INIT_ADD_ANALYZER_2";
147
148     /** Message constant for key in the resource bundle. */
149     public static final String JavaDoc INIT_ADD_SEARCH_INDEX_2 = "INIT_ADD_SEARCH_INDEX_2";
150
151     /** Message constant for key in the resource bundle. */
152     public static final String JavaDoc INIT_INDEX_CONFIGURED_2 = "INIT_INDEX_CONFIGURED_2";
153
154     /** Message constant for key in the resource bundle. */
155     public static final String JavaDoc INIT_INDEX_NOT_CONFIGURED_2 = "INIT_INDEX_NOT_CONFIGURED_2";
156
157     /** Message constant for key in the resource bundle. */
158     public static final String JavaDoc INIT_SEARCH_DOC_TYPES_2 = "INIT_SEARCH_DOC_TYPES_2";
159
160     /** Message constant for key in the resource bundle. */
161     public static final String JavaDoc INIT_SEARCH_INDEX_SOURCE_2 = "INIT_SEARCH_INDEX_SOURCE_2";
162
163     /** Message constant for key in the resource bundle. */
164     public static final String JavaDoc INIT_SEARCH_INIT_FAILED_1 = "INIT_SEARCH_INIT_FAILED_1";
165
166     /** Message constant for key in the resource bundle. */
167     public static final String JavaDoc INIT_START_SEARCH_CONFIG_0 = "INIT_START_SEARCH_CONFIG_0";
168
169     /** Message constant for key in the resource bundle. */
170     public static final String JavaDoc LOG_ABANDONED_THREAD_FINISHED_1 = "LOG_ABANDONED_THREAD_FINISHED_1";
171
172     /** Message constant for key in the resource bundle. */
173     public static final String JavaDoc LOG_BASE_QUERY_1 = "LOG_BASE_QUERY_1";
174
175     /** Message constant for key in the resource bundle. */
176     public static final String JavaDoc LOG_CREATING_INDEX_DOC_0 = "LOG_CREATING_INDEX_DOC_0";
177
178     /** Message constant for key in the resource bundle. */
179     public static final String JavaDoc LOG_DOCTYPE_CONFIG_FAILED_1 = "LOG_DOCTYPE_CONFIG_FAILED_1";
180
181     /** Message constant for key in the resource bundle. */
182     public static final String JavaDoc LOG_EVENT_CLEAR_CACHES_0 = "LOG_EVENT_CLEAR_CACHES_0";
183
184     /** Message constant for key in the resource bundle. */
185     public static final String JavaDoc LOG_EVENT_PUBLISH_PROJECT_1 = "LOG_EVENT_PUBLISH_PROJECT_1";
186
187     /** Message constant for key in the resource bundle. */
188     public static final String JavaDoc LOG_EVENT_PUBLISH_PROJECT_FINISHED_1 = "LOG_EVENT_PUBLISH_PROJECT_FINISHED_1";
189
190     /** Message constant for key in the resource bundle. */
191     public static final String JavaDoc LOG_INDEX_ACCESS_FAILED_1 = "LOG_INDEX_ACCESS_FAILED_1";
192
193     /** Message constant for key in the resource bundle. */
194     public static final String JavaDoc LOG_INDEXER_CREATION_FAILED_1 = "LOG_INDEXER_CREATION_FAILED_1";
195
196     /** Message constant for key in the resource bundle. */
197     public static final String JavaDoc LOG_INDEXING_TIMEOUT_1 = "LOG_INDEXING_TIMEOUT_1";
198
199     /** Message constant for key in the resource bundle. */
200     public static final String JavaDoc LOG_INDEXING_WITH_FACTORY_2 = "LOG_INDEXING_WITH_FACTORY_2";
201
202     /** Message constant for key in the resource bundle. */
203     public static final String JavaDoc LOG_IO_INDEX_DOCUMENT_DELETE_2 = "LOG_IO_INDEX_DOCUMENT_DELETE_2";
204
205     /** Message constant for key in the resource bundle. */
206     public static final String JavaDoc LOG_IO_INDEX_READER_CLOSE_2 = "LOG_IO_INDEX_READER_CLOSE_2";
207
208     /** Message constant for key in the resource bundle. */
209     public static final String JavaDoc LOG_IO_INDEX_READER_OPEN_2 = "LOG_IO_INDEX_READER_OPEN_2";
210
211     /** Message constant for key in the resource bundle. */
212     public static final String JavaDoc LOG_IO_INDEX_WRITER_CLOSE_2 = "LOG_IO_INDEX_WRITER_CLOSE_2";
213
214     /** Message constant for key in the resource bundle. */
215     public static final String JavaDoc LOG_IO_INDEX_WRITER_OPTIMIZE_1 = "LOG_IO_INDEX_WRITER_OPTIMIZE_1";
216
217     /** Message constant for key in the resource bundle. */
218     public static final String JavaDoc LOG_NO_INDEX_WITH_NAME_1 = "LOG_NO_INDEX_WITH_NAME_1";
219
220     /** Message constant for key in the resource bundle. */
221     public static final String JavaDoc LOG_PARSE_EXCERPT_LENGTH_FAILED_1 = "LOG_PARSE_EXCERPT_LENGTH_FAILED_1";
222
223     /** Message constant for key in the resource bundle. */
224     public static final String JavaDoc LOG_READ_CATEGORY_FAILED_1 = "LOG_READ_CATEGORY_FAILED_1";
225
226     /** Message constant for key in the resource bundle. */
227     public static final String JavaDoc LOG_READING_CHANGED_RESOURCES_FAILED_1 = "LOG_READING_CHANGED_RESOURCES_FAILED_1";
228
229     /** Message constant for key in the resource bundle. */
230     public static final String JavaDoc LOG_REBUILD_INDEX_FAILED_1 = "LOG_REBUILD_INDEX_FAILED_1";
231
232     /** Message constant for key in the resource bundle. */
233     public static final String JavaDoc LOG_REBUILD_INDEXES_FINISHED_1 = "LOG_REBUILD_INDEXES_FINISHED_1";
234
235     /** Message constant for key in the resource bundle. */
236     public static final String JavaDoc LOG_REMOVE_SEARCH_INDEX_2 = "LOG_REMOVE_SEARCH_INDEX_2";
237
238     /** Message constant for key in the resource bundle. */
239     public static final String JavaDoc LOG_RESULT_ITERATION_FAILED_0 = "LOG_RESULT_ITERATION_FAILED_0";
240
241     /** Message constant for key in the resource bundle. */
242     public static final String JavaDoc LOG_REWRITTEN_QUERY_1 = "LOG_REWRITTEN_QUERY_1";
243
244     /** Message constant for key in the resource bundle. */
245     public static final String JavaDoc LOG_SEARCH_PARAMS_2 = "LOG_SEARCH_PARAMS_2";
246
247     /** Message constant for key in the resource bundle. */
248     public static final String JavaDoc LOG_SEARCH_PRIORITY_TOO_HIGH_2 = "LOG_SEARCH_PRIORITY_TOO_HIGH_2";
249
250     /** Message constant for key in the resource bundle. */
251     public static final String JavaDoc LOG_SEARCH_PRIORITY_TOO_LOW_2 = "LOG_SEARCH_PRIORITY_TOO_LOW_2";
252
253     /** Message constant for key in the resource bundle. */
254     public static final String JavaDoc LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2 = "LOG_SEARCHINDEX_CREATE_BAD_PROJECT_2";
255
256     /** Message constant for key in the resource bundle. */
257     public static final String JavaDoc LOG_SEARCHINDEX_DISABLED_1 = "LOG_SEARCHINDEX_DISABLED_1";
258
259     /** Message constant for key in the resource bundle. */
260     public static final String JavaDoc LOG_SEARCHING_FAILED_0 = "LOG_SEARCHING_FAILED_0";
261
262     /** Message constant for key in the resource bundle. */
263     public static final String JavaDoc LOG_SKIPPED_1 = "LOG_SKIPPED_1";
264
265     /** Message constant for key in the resource bundle. */
266     public static final String JavaDoc LOG_STAT_RESULTS_TIME_4 = "LOG_STAT_RESULTS_TIME_4";
267
268     /** Message constant for key in the resource bundle. */
269     public static final String JavaDoc LOG_THREADS_FINISHED_0 = "LOG_THREADS_FINISHED_0";
270
271     /** Message constant for key in the resource bundle. */
272     public static final String JavaDoc LOG_THREADS_LEFT_1 = "LOG_THREADS_LEFT_1";
273
274     /** Message constant for key in the resource bundle. */
275     public static final String JavaDoc LOG_UNABLE_TO_READ_RESOURCE_2 = "LOG_UNABLE_TO_READ_RESOURCE_2";
276
277     /** Message constant for key in the resource bundle. */
278     public static final String JavaDoc LOG_UNABLE_TO_READ_SIBLINGS_1 = "LOG_UNABLE_TO_READ_SIBLINGS_1";
279
280     /** Message constant for key in the resource bundle. */
281     public static final String JavaDoc LOG_UNABLE_TO_READ_SOURCE_2 = "LOG_UNABLE_TO_READ_SOURCE_2";
282
283     /** Message constant for key in the resource bundle. */
284     public static final String JavaDoc LOG_UPDATE_INDEX_FAILED_1 = "LOG_UPDATE_INDEX_FAILED_1";
285
286     /** Message constant for key in the resource bundle. */
287     public static final String JavaDoc LOG_WAITING_ABANDONED_THREADS_2 = "LOG_WAITING_ABANDONED_THREADS_2";
288
289     /** Message constant for key in the resource bundle. */
290     public static final String JavaDoc LOG_WRITE_SUCCESS_0 = "LOG_WRITE_SUCCESS_0";
291
292     /** Message constant for key in the resource bundle. */
293     public static final String JavaDoc LOG_WRITING_INDEX_TO_WRITER_1 = "LOG_WRITING_INDEX_TO_WRITER_1";
294
295     /** Message constant for key in the resource bundle. */
296     public static final String JavaDoc RPT_SEARCH_INDEXING_FAILED_0 = "RPT_SEARCH_INDEXING_FAILED_0";
297
298     /** Message constant for key in the resource bundle. */
299     public static final String JavaDoc RPT_SEARCH_INDEXING_FILE_BEGIN_0 = "RPT_SEARCH_INDEXING_FILE_BEGIN_0";
300
301     /** Message constant for key in the resource bundle. */
302     public static final String JavaDoc RPT_SEARCH_INDEXING_LOCK_WAIT_2 = "RPT_SEARCH_INDEXING_LOCK_WAIT_2";
303
304     /** Message constant for key in the resource bundle. */
305     public static final String JavaDoc RPT_SEARCH_INDEXING_REBUILD_BEGIN_1 = "RPT_SEARCH_INDEXING_REBUILD_BEGIN_1";
306
307     /** Message constant for key in the resource bundle. */
308     public static final String JavaDoc RPT_SEARCH_INDEXING_REBUILD_END_1 = "RPT_SEARCH_INDEXING_REBUILD_END_1";
309
310     /** Message constant for key in the resource bundle. */
311     public static final String JavaDoc RPT_SEARCH_INDEXING_STATS_4 = "RPT_SEARCH_INDEXING_STATS_4";
312
313     /** Message constant for key in the resource bundle. */
314     public static final String JavaDoc RPT_SEARCH_INDEXING_TIMEOUT_1 = "RPT_SEARCH_INDEXING_TIMEOUT_1";
315
316     /** Message constant for key in the resource bundle. */
317     public static final String JavaDoc RPT_SEARCH_INDEXING_UPDATE_BEGIN_1 = "RPT_SEARCH_INDEXING_UPDATE_BEGIN_1";
318
319     /** Message constant for key in the resource bundle. */
320     public static final String JavaDoc RPT_SEARCH_INDEXING_UPDATE_END_1 = "RPT_SEARCH_INDEXING_UPDATE_END_1";
321
322     /** Message constant for key in the resource bundle. */
323     public static final String JavaDoc RPT_UNABLE_TO_READ_SOURCE_2 = "RPT_UNABLE_TO_READ_SOURCE_2";
324
325     /** Name of the used resource bundle. */
326     private static final String JavaDoc BUNDLE_NAME = "org.opencms.search.messages";
327
328     /** Static instance member. */
329     private static final I_CmsMessageBundle INSTANCE = new Messages();
330
331     /**
332      * Hides the public constructor for this utility class.<p>
333      */

334     private Messages() {
335
336         // hide the constructor
337
}
338
339     /**
340      * Returns an instance of this localized message accessor.<p>
341      *
342      * @return an instance of this localized message accessor
343      */

344     public static I_CmsMessageBundle get() {
345
346         return INSTANCE;
347     }
348
349     /**
350      * Returns the bundle name for this OpenCms package.<p>
351      *
352      * @return the bundle name for this OpenCms package
353      */

354     public String JavaDoc getBundleName() {
355
356         return BUNDLE_NAME;
357     }
358 }
Popular Tags