KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > db > generic > Messages


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/db/generic/Messages.java,v $
3  * Date : $Date: 2006/04/02 09:59:56 $
4  * Version: $Revision: 1.25 $
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.db.generic;
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 Thomas Weckert
41  * @author Jan Baudisch
42  *
43  * @version $Revision: 1.25 $
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_BACKUP_FILE_NOT_FOUND_1 = "ERR_BACKUP_FILE_NOT_FOUND_1";
51
52     /** Message constant for key in the resource bundle. */
53     public static final String JavaDoc ERR_COUNTING_PROPERTIES_1 = "ERR_COUNTING_PROPERTIES_1";
54
55     /** Message constant for key in the resource bundle. */
56     public static final String JavaDoc ERR_CREATE_SIBLING_FILE_NOT_FOUND_1 = "ERR_CREATE_SIBLING_FILE_NOT_FOUND_1";
57
58     /** Message constant for key in the resource bundle. */
59     public static final String JavaDoc ERR_DELETE_BACKUP_VERSIONS_1 = "ERR_DELETE_BACKUP_VERSIONS_1";
60
61     /** Message constant for key in the resource bundle. */
62     public static final String JavaDoc ERR_DELETE_NONEMTY_FOLDER_2 = "ERR_DELETE_NONEMTY_FOLDER_2";
63
64     /** Message constant for key in the resource bundle. */
65     public static final String JavaDoc ERR_DELETE_USED_PROPERTY_1 = "ERR_DELETE_USED_PROPERTY_1";
66
67     /** Message constant for key in the resource bundle. */
68     public static final String JavaDoc ERR_ERROR_DELETING_PROPERTYDEF_1 = "ERR_ERROR_DELETING_PROPERTYDEF_1";
69
70     /** Message constant for key in the resource bundle. */
71     public static final String JavaDoc ERR_ERROR_PUBLISHING_DELETED_FOLDER_1 = "ERR_ERROR_PUBLISHING_DELETED_FOLDER_1";
72
73     /** Message constant for key in the resource bundle. */
74     public static final String JavaDoc ERR_ERROR_PUBLISHING_FILE_1 = "ERR_ERROR_PUBLISHING_FILE_1";
75
76     /** Message constant for key in the resource bundle. */
77     public static final String JavaDoc ERR_ERROR_PUBLISHING_FOLDER_1 = "ERR_ERROR_PUBLISHING_FOLDER_1";
78
79     /** Message constant for key in the resource bundle. */
80     public static final String JavaDoc ERR_GENERIC_SQL_0 = "ERR_GENERIC_SQL_0";
81
82     /** Message constant for key in the resource bundle. */
83     public static final String JavaDoc ERR_GENERIC_SQL_1 = "ERR_GENERIC_SQL_1";
84
85     /** Message constant for key in the resource bundle. */
86     public static final String JavaDoc ERR_GROUP_WITH_NAME_ALREADY_EXISTS_1 = "ERR_GROUP_WITH_NAME_ALREADY_EXISTS_1";
87
88     /** Message constant for key in the resource bundle. */
89     public static final String JavaDoc ERR_INITIALIZING_USER_DRIVER_0 = "ERR_INITIALIZING_USER_DRIVER_0";
90
91     /** Message constant for key in the resource bundle. */
92     public static final String JavaDoc ERR_INVALID_RESOURCE_LENGTH_2 = "ERR_INVALID_RESOURCE_LENGTH_2";
93
94     /** Message constant for key in the resource bundle. */
95     public static final String JavaDoc ERR_JDBC_CONN_INVALID_PROJECT_ID_1 = "ERR_JDBC_CONN_INVALID_PROJECT_ID_1";
96
97     /** Message constant for key in the resource bundle. */
98     public static final String JavaDoc ERR_NO_ACE_FOUND_2 = "ERR_NO_ACE_FOUND_2";
99
100     /** Message constant for key in the resource bundle. */
101     public static final String JavaDoc ERR_NO_BACKUP_CONTENT_ID_2 = "ERR_NO_BACKUP_CONTENT_ID_2";
102
103     /** Message constant for key in the resource bundle. */
104     public static final String JavaDoc ERR_NO_BACKUP_PROJECT_WITH_TAG_ID_1 = "ERR_NO_BACKUP_PROJECT_WITH_TAG_ID_1";
105
106     /** Message constant for key in the resource bundle. */
107     public static final String JavaDoc ERR_NO_GROUP_WITH_ID_1 = "ERR_NO_GROUP_WITH_ID_1";
108
109     /** Message constant for key in the resource bundle. */
110     public static final String JavaDoc ERR_NO_PROJECT_WITH_ID_1 = "ERR_NO_PROJECT_WITH_ID_1";
111
112     /** Message constant for key in the resource bundle. */
113     public static final String JavaDoc ERR_NO_PROJECT_WITH_NAME_1 = "ERR_NO_PROJECT_WITH_NAME_1";
114
115     /** Message constant for key in the resource bundle. */
116     public static final String JavaDoc ERR_NO_PROJECTRESOURCE_1 = "ERR_NO_PROJECTRESOURCE_1";
117
118     /** Message constant for key in the resource bundle. */
119     public static final String JavaDoc ERR_NO_PROPERTIES_FOR_PROPERTYDEF_1 = "ERR_NO_PROPERTIES_FOR_PROPERTYDEF_1";
120
121     /** Message constant for key in the resource bundle. */
122     public static final String JavaDoc ERR_NO_PROPERTYDEF_WITH_NAME_1 = "ERR_NO_PROPERTYDEF_WITH_NAME_1";
123
124     /** Message constant for key in the resource bundle. */
125     public static final String JavaDoc ERR_NO_USER_WITH_ID_1 = "ERR_NO_USER_WITH_ID_1";
126
127     /** Message constant for key in the resource bundle. */
128     public static final String JavaDoc ERR_OUT_OF_MEMORY_0 = "ERR_OUT_OF_MEMORY_0";
129
130     /** Message constant for key in the resource bundle. */
131     public static final String JavaDoc ERR_PARENT_FOLDER_DELETED_1 = "ERR_PARENT_FOLDER_DELETED_1";
132
133     /** Message constant for key in the resource bundle. */
134     public static final String JavaDoc ERR_READ_AGENT_0 = "ERR_READ_AGENT_0";
135
136     /** Message constant for key in the resource bundle. */
137     public static final String JavaDoc ERR_READ_DELETED_FILE_1 = "ERR_READ_DELETED_FILE_1";
138
139     /** Message constant for key in the resource bundle. */
140     public static final String JavaDoc ERR_READ_DELETED_RESOURCE_1 = "ERR_READ_DELETED_RESOURCE_1";
141
142     /** Message constant for key in the resource bundle. */
143     public static final String JavaDoc ERR_READ_FILE_WITH_STRUCTURE_ID_1 = "ERR_READ_FILE_WITH_STRUCTURE_ID_1";
144
145     /** Message constant for key in the resource bundle. */
146     public static final String JavaDoc ERR_READ_FOLDER_1 = "ERR_READ_FOLDER_1";
147
148     /** Message constant for key in the resource bundle. */
149     public static final String JavaDoc ERR_READ_FOLDER_WITH_ID_1 = "ERR_READ_FOLDER_WITH_ID_1";
150
151     /** Message constant for key in the resource bundle. */
152     public static final String JavaDoc ERR_READ_PARENT_ID_1 = "ERR_READ_PARENT_ID_1";
153
154     /** Message constant for key in the resource bundle. */
155     public static final String JavaDoc ERR_READ_RESOURCE_1 = "ERR_READ_RESOURCE_1";
156
157     /** Message constant for key in the resource bundle. */
158     public static final String JavaDoc ERR_READ_RESOURCE_WITH_ID_1 = "ERR_READ_RESOURCE_WITH_ID_1";
159
160     /** Message constant for key in the resource bundle. */
161     public static final String JavaDoc ERR_READ_TASK_1 = "ERR_READ_TASK_1";
162
163     /** Message constant for key in the resource bundle. */
164     public static final String JavaDoc ERR_READ_TASK_LOG_0 = "ERR_READ_TASK_LOG_0";
165
166     /** Message constant for key in the resource bundle. */
167     public static final String JavaDoc ERR_READ_TASK_LOGS_0 = "ERR_READ_TASK_LOGS_0";
168
169     /** Message constant for key in the resource bundle. */
170     public static final String JavaDoc ERR_READ_TASKS_0 = "ERR_READ_TASKS_0";
171
172     /** Message constant for key in the resource bundle. */
173     public static final String JavaDoc ERR_READING_USER_0 = "ERR_READING_USER_0";
174
175     /** Message constant for key in the resource bundle. */
176     public static final String JavaDoc ERR_READING_USERS_0 = "ERR_READING_USERS_0";
177
178     /** Message constant for key in the resource bundle. */
179     public static final String JavaDoc ERR_RESOURCE_WITH_NAME_ALREADY_EXISTS_1 = "ERR_RESOURCE_WITH_NAME_ALREADY_EXISTS_1";
180
181     /** Message constant for key in the resource bundle. */
182     public static final String JavaDoc ERR_RESOURCE_WITH_NAME_CURRENTLY_CREATED_1 = "ERR_RESOURCE_WITH_NAME_CURRENTLY_CREATED_1";
183     
184     /** Message constant for key in the resource bundle. */
185     public static final String JavaDoc ERR_RESOURCENAME_TOO_LONG_2 = "ERR_RESOURCENAME_TOO_LONG_2";
186
187     /** Message constant for key in the resource bundle. */
188     public static final String JavaDoc ERR_SERIALIZING_USER_DATA_1 = "ERR_SERIALIZING_USER_DATA_1";
189
190     /** Message constant for key in the resource bundle. */
191     public static final String JavaDoc ERR_SIBLING_WITH_NAME_ALREADY_EXISTS_1 = "ERR_SIBLING_WITH_NAME_ALREADY_EXISTS_1";
192
193     /** Message constant for key in the resource bundle. */
194     public static final String JavaDoc ERR_TASK_PROJECT_NOT_FOUND_1 = "ERR_TASK_PROJECT_NOT_FOUND_1";
195
196     /** Message constant for key in the resource bundle. */
197     public static final String JavaDoc ERR_TOO_MANY_PROPERTIES_3 = "ERR_TOO_MANY_PROPERTIES_3";
198
199     /** Message constant for key in the resource bundle. */
200     public static final String JavaDoc ERR_UNKNOWN_PROPERTY_VALUE_MAPPING_3 = "ERR_UNKNOWN_PROPERTY_VALUE_MAPPING_3";
201
202     /** Message constant for key in the resource bundle. */
203     public static final String JavaDoc ERR_USER_WITH_NAME_ALREADY_EXISTS_1 = "ERR_USER_WITH_NAME_ALREADY_EXISTS_1";
204
205     /** Message constant for key in the resource bundle. */
206     public static final String JavaDoc ERR_WRITING_BACKUP_OF_PROJECT_1 = "ERR_WRITING_BACKUP_OF_PROJECT_1";
207
208     /** Message constant for key in the resource bundle. */
209     public static final String JavaDoc ERR_WRITING_TO_OUTPUT_STREAM_1 = "ERR_WRITING_TO_OUTPUT_STREAM_1";
210
211     /** Message constant for key in the resource bundle. */
212     public static final String JavaDoc ERR_READING_ADDITIONAL_INFO_1 = "ERR_READING_ADDITIONAL_INFO_1";
213     
214     /** Message constant for key in the resource bundle. */
215     public static final String JavaDoc INIT_ASSIGNED_POOL_1 = "INIT_ASSIGNED_POOL_1";
216
217     /** Message constant for key in the resource bundle. */
218     public static final String JavaDoc INIT_DIGEST_ALGORITHM_1 = "INIT_DIGEST_ALGORITHM_1";
219
220     /** Message constant for key in the resource bundle. */
221     public static final String JavaDoc INIT_DIGEST_ENC_3 = "INIT_DIGEST_ENC_3";
222
223     /** Message constant for key in the resource bundle. */
224     public static final String JavaDoc INIT_DIGEST_ENCODING_1 = "INIT_DIGEST_ENCODING_1";
225
226     /** Message constant for key in the resource bundle. */
227     public static final String JavaDoc INIT_DRIVER_SQL_MANAGER_1 = "INIT_DRIVER_SQL_MANAGER_1";
228
229     /** Message constant for key in the resource bundle. */
230     public static final String JavaDoc INIT_FILL_DEFAULTS_0 = "INIT_FILL_DEFAULTS_0";
231
232     /** Message constant for key in the resource bundle. */
233     public static final String JavaDoc INIT_SET_DIGEST_ERROR_0 = "INIT_SET_DIGEST_ERROR_0";
234
235     /** Message constant for key in the resource bundle. */
236     public static final String JavaDoc INIT_SHUTDOWN_DRIVER_1 = "INIT_SHUTDOWN_DRIVER_1";
237
238     /** Message constant for key in the resource bundle. */
239     public static final String JavaDoc INIT_USER_GROUP_DEFAULTS_INITIALIZED_0 = "INIT_USER_GROUP_DEFAULTS_INITIALIZED_0";
240
241     /** Message constant for key in the resource bundle. */
242     public static final String JavaDoc INIT_USER_GROUP_INITIALIZATION_FAILED_0 = "INIT_USER_GROUP_INITIALIZATION_FAILED_0";
243
244     /** Message constant for key in the resource bundle. */
245     public static final String JavaDoc LOG_DEL_FILE_3 = "LOG_DEL_FILE_3";
246
247     /** Message constant for key in the resource bundle. */
248     public static final String JavaDoc LOG_DEL_FOLDER_3 = "LOG_DEL_FOLDER_3";
249
250     /** Message constant for key in the resource bundle. */
251     public static final String JavaDoc LOG_DELETING_PROPERTIES_1 = "LOG_DELETING_PROPERTIES_1";
252
253     /** Message constant for key in the resource bundle. */
254     public static final String JavaDoc LOG_ERROR_RESETTING_RESOURCE_STATE_1 = "LOG_ERROR_RESETTING_RESOURCE_STATE_1";
255
256     /** Message constant for key in the resource bundle. */
257     public static final String JavaDoc LOG_LOAD_QUERY_PROP_FILE_FAILED_1 = "LOG_LOAD_QUERY_PROP_FILE_FAILED_1";
258
259     /** Message constant for key in the resource bundle. */
260     public static final String JavaDoc LOG_NULL_DB_CONTEXT_0 = "LOG_NULL_DB_CONTEXT_0";
261
262     /** Message constant for key in the resource bundle. */
263     public static final String JavaDoc LOG_PUBLISHING_ACL_1 = "LOG_PUBLISHING_ACL_1";
264
265     /** Message constant for key in the resource bundle. */
266     public static final String JavaDoc LOG_PUBLISHING_FILE_3 = "LOG_PUBLISHING_FILE_3";
267
268     /** Message constant for key in the resource bundle. */
269     public static final String JavaDoc LOG_PUBLISHING_FILE_CONTENT_1 = "LOG_PUBLISHING_FILE_CONTENT_1";
270
271     /** Message constant for key in the resource bundle. */
272     public static final String JavaDoc LOG_PUBLISHING_FOLDER_3 = "LOG_PUBLISHING_FOLDER_3";
273
274     /** Message constant for key in the resource bundle. */
275     public static final String JavaDoc LOG_PUBLISHING_PROPERTIES_1 = "LOG_PUBLISHING_PROPERTIES_1";
276
277     /** Message constant for key in the resource bundle. */
278     public static final String JavaDoc LOG_PUBLISHING_RESOURCE_1 = "LOG_PUBLISHING_RESOURCE_1";
279
280     /** Message constant for key in the resource bundle. */
281     public static final String JavaDoc LOG_QUERY_NOT_FOUND_1 = "LOG_QUERY_NOT_FOUND_1";
282
283     /** Message constant for key in the resource bundle. */
284     public static final String JavaDoc LOG_READING_RESOURCE_1 = "LOG_READING_RESOURCE_1";
285
286     /** Message constant for key in the resource bundle. */
287     public static final String JavaDoc LOG_REMOVING_ACL_1 = "LOG_REMOVING_ACL_1";
288
289     /** Message constant for key in the resource bundle. */
290     public static final String JavaDoc LOG_REMOVING_RESOURCE_1 = "LOG_REMOVING_RESOURCE_1";
291
292     /** Message constant for key in the resource bundle. */
293     public static final String JavaDoc LOG_SQL_MANAGER_INIT_FAILED_1 = "LOG_SQL_MANAGER_INIT_FAILED_1";
294
295     /** Message constant for key in the resource bundle. */
296     public static final String JavaDoc LOG_START_PUBLISHING_PROJECT_2 = "LOG_START_PUBLISHING_PROJECT_2";
297
298     /** Message constant for key in the resource bundle. */
299     public static final String JavaDoc LOG_SUCCESSIVE_DRIVERS_UNSUPPORTED_1 = "LOG_SUCCESSIVE_DRIVERS_UNSUPPORTED_1";
300
301     /** Message constant for key in the resource bundle. */
302     public static final String JavaDoc LOG_WRITING_PUBLISHING_HISTORY_1 = "LOG_WRITING_PUBLISHING_HISTORY_1";
303
304     /** Message constant for key in the resource bundle. */
305     public static final String JavaDoc RPT_DELETE_FILE_0 = "RPT_DELETE_FILE_0";
306
307     /** Message constant for key in the resource bundle. */
308     public static final String JavaDoc RPT_DELETE_FOLDER_0 = "RPT_DELETE_FOLDER_0";
309
310     /** Message constant for key in the resource bundle. */
311     public static final String JavaDoc RPT_DELETE_FOLDERS_BEGIN_0 = "RPT_DELETE_FOLDERS_BEGIN_0";
312
313     /** Message constant for key in the resource bundle. */
314     public static final String JavaDoc RPT_DELETE_FOLDERS_END_0 = "RPT_DELETE_FOLDERS_END_0";
315
316     /** Message constant for key in the resource bundle. */
317     public static final String JavaDoc RPT_PUBLISH_FILE_0 = "RPT_PUBLISH_FILE_0";
318
319     /** Message constant for key in the resource bundle. */
320     public static final String JavaDoc RPT_PUBLISH_FILES_BEGIN_0 = "RPT_PUBLISH_FILES_BEGIN_0";
321
322     /** Message constant for key in the resource bundle. */
323     public static final String JavaDoc RPT_PUBLISH_FILES_END_0 = "RPT_PUBLISH_FILES_END_0";
324
325     /** Message constant for key in the resource bundle. */
326     public static final String JavaDoc RPT_PUBLISH_FOLDER_0 = "RPT_PUBLISH_FOLDER_0";
327
328     /** Message constant for key in the resource bundle. */
329     public static final String JavaDoc RPT_PUBLISH_FOLDERS_BEGIN_0 = "RPT_PUBLISH_FOLDERS_BEGIN_0";
330
331     /** Message constant for key in the resource bundle. */
332     public static final String JavaDoc RPT_PUBLISH_FOLDERS_END_0 = "RPT_PUBLISH_FOLDERS_END_0";
333
334     /** Message constant for key in the resource bundle. */
335     public static final String JavaDoc RPT_PUBLISH_STAT_4 = "RPT_PUBLISH_STAT_4";
336
337     /** Name of the used resource bundle. */
338     private static final String JavaDoc BUNDLE_NAME = "org.opencms.db.generic.messages";
339
340     /** Static instance member. */
341     private static final I_CmsMessageBundle INSTANCE = new Messages();
342
343     /**
344      * Hides the public constructor for this utility class.<p>
345      */

346     private Messages() {
347
348         // hide the constructor
349
}
350
351     /**
352      * Returns an instance of this localized message accessor.<p>
353      *
354      * @return an instance of this localized message accessor
355      */

356     public static I_CmsMessageBundle get() {
357
358         return INSTANCE;
359     }
360
361     /**
362      * Returns the bundle name for this OpenCms package.<p>
363      *
364      * @return the bundle name for this OpenCms package
365      */

366     public String JavaDoc getBundleName() {
367
368         return BUNDLE_NAME;
369     }
370
371 }
372
Popular Tags