KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/module/Messages.java,v $
3  * Date : $Date: 2006/03/27 14:53:03 $
4  * Version: $Revision: 1.18 $
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.module;
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  *
42  * @version $Revision: 1.18 $
43  *
44  * @since 6.0.0
45  */

46 public final class Messages extends A_CmsMessageBundle {
47
48     /** Message constant for key in the resource bundle. */
49     public static final String JavaDoc GUI_DELETE_MODULE_PROJECT_DESC_1 = "GUI_DELETE_MODULE_PROJECT_DESC_1";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc GUI_DELETE_MODULE_PROJECT_NAME_1 = "GUI_DELETE_MODULE_PROJECT_NAME_1";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc RPT_DELETE_MODULE_BEGIN_0 = "RPT_DELETE_MODULE_BEGIN_0";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc RPT_DELETE_MODULE_END_0 = "RPT_DELETE_MODULE_END_0";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc LOG_MOVE_RESOURCE_FAILED_1 = "LOG_MOVE_RESOURCE_FAILED_1";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_CHECK_DEPENDENCY_INVALID_MODE_1 = "ERR_CHECK_DEPENDENCY_INVALID_MODE_1";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc ERR_IMPORT_MOD_ALREADY_INSTALLED_1 = "ERR_IMPORT_MOD_ALREADY_INSTALLED_1";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc ERR_INVALID_VERSION_LENGTH_1 = "ERR_INVALID_VERSION_LENGTH_1";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc ERR_INVALID_VERSION_SUBNUMBER_1 = "ERR_INVALID_VERSION_SUBNUMBER_1";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc ERR_IO_MODULE_IMPORT_1 = "ERR_IO_MODULE_IMPORT_1";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc ERR_MOD_ALREADY_INSTALLED_1 = "ERR_MOD_ALREADY_INSTALLED_1";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc ERR_MOD_DEPENDENCIES_2 = "ERR_MOD_DEPENDENCIES_2";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc ERR_MOD_DEPENDENCY_INFO_2 = "ERR_MOD_DEPENDENCY_INFO_2";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc ERR_MODULE_ACTION_CLASS_2 = "ERR_MODULE_ACTION_CLASS_2";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc ERR_MODULE_ALREADY_CONFIGURED_1 = "ERR_MODULE_ALREADY_CONFIGURED_1";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc ERR_MODULE_DEPENDENCY_CYCLE_1 = "ERR_MODULE_DEPENDENCY_CYCLE_1";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc ERR_MODULE_FROZEN_1 = "ERR_MODULE_FROZEN_1";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc ERR_MODULE_IMPORTING_MODULE_1 = "ERR_MODULE_IMPORTING_MODULE_1";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc ERR_MODULE_NAME_1 = "ERR_MODULE_NAME_1";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc ERR_MODULE_NOT_CONFIGURED_1 = "ERR_MODULE_NOT_CONFIGURED_1";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc ERR_MODULE_SELECTION_INCONSISTENT_2 = "ERR_MODULE_SELECTION_INCONSISTENT_2";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc ERR_MODULE_VERSION_NUMBER_0 = "ERR_MODULE_VERSION_NUMBER_0";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc ERR_NO_MANIFEST_MODULE_IMPORT_1 = "ERR_NO_MANIFEST_MODULE_IMPORT_1";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc ERR_NO_MOD_FOR_EXPORT_1 = "ERR_NO_MOD_FOR_EXPORT_1";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc ERR_NOT_NUMBER_0 = "ERR_NOT_NUMBER_0";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc ERR_OLD_MOD_ERR_1 = "ERR_OLD_MOD_ERR_1";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc ERR_SAX_MODULE_IMPORT_1 = "ERR_SAX_MODULE_IMPORT_1";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc GUI_IMPORT_MODULE_PROJECT_NAME_1 = "GUI_IMPORT_MODULE_PROJECT_NAME_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc GUI_IMPORT_MODULE_PROJECT_DESC_1 = "GUI_IMPORT_MODULE_PROJECT_DESC_1";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc INIT_ADD_EXPORT_POINT_2 = "INIT_ADD_EXPORT_POINT_2";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc INIT_CREATE_INSTANCE_FAILED_1 = "INIT_CREATE_INSTANCE_FAILED_1";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc INIT_INITIALIZE_MOD_CLASS_1 = "INIT_INITIALIZE_MOD_CLASS_1";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc INIT_MOD_CONFIGURED_1 = "INIT_MOD_CONFIGURED_1";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc INIT_MOD_MANAGER_CREATED_0 = "INIT_MOD_MANAGER_CREATED_0";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc INIT_NUM_CLASSES_INITIALIZED_1 = "INIT_NUM_CLASSES_INITIALIZED_1";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc INIT_NUM_MODS_CONFIGURED_1 = "INIT_NUM_MODS_CONFIGURED_1";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc INIT_SHUTDOWN_1 = "INIT_SHUTDOWN_1";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc INIT_SHUTDOWN_MOD_CLASS_1 = "INIT_SHUTDOWN_MOD_CLASS_1";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc INIT_SHUTDOWN_NUM_MOD_CLASSES_1 = "INIT_SHUTDOWN_NUM_MOD_CLASSES_1";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc LOG_ADD_EXPORT_POINT_2 = "LOG_ADD_EXPORT_POINT_2";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc LOG_ADD_MOD_DEPENDENCY_2 = "LOG_ADD_MOD_DEPENDENCY_2";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc LOG_ADD_MOD_PARAM_KEY_2 = "LOG_ADD_MOD_PARAM_KEY_2";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc LOG_ADD_MOD_RESOURCE_1 = "LOG_ADD_MOD_RESOURCE_1";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc LOG_CORRECTED_MOD_NAME_1 = "LOG_CORRECTED_MOD_NAME_1";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc LOG_CREATE_NEW_MOD_1 = "LOG_CREATE_NEW_MOD_1";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc LOG_DEL_MOD_1 = "LOG_DEL_MOD_1";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc LOG_DEL_MOD_EXC_1 = "LOG_DEL_MOD_EXC_1";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc LOG_DEL_MOD_RESOURCE_1 = "LOG_DEL_MOD_RESOURCE_1";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc LOG_DUPLICATE_EXPORT_POINT_2 = "LOG_DUPLICATE_EXPORT_POINT_2";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc LOG_EVENT_CAUGHT_2 = "LOG_EVENT_CAUGHT_2";
197
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc LOG_INSTANCE_INIT_ERR_1 = "LOG_INSTANCE_INIT_ERR_1";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc LOG_INSTANCE_SHUTDOWN_ERR_1 = "LOG_INSTANCE_SHUTDOWN_ERR_1";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc LOG_INSTANCE_UPDATE_ERR_1 = "LOG_INSTANCE_UPDATE_ERR_1";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc LOG_INVALID_MOD_NAME_IMPORTED_1 = "LOG_INVALID_MOD_NAME_IMPORTED_1";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc LOG_MOD_UNINSTALL_ERR_1 = "LOG_MOD_UNINSTALL_ERR_1";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc LOG_MOD_UPDATE_1 = "LOG_MOD_UPDATE_1";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc LOG_MOD_UPDATE_ERR_1 = "LOG_MOD_UPDATE_ERR_1";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc LOG_MODULE_INITIALIZED_2 = "LOG_MODULE_INITIALIZED_2";
221
222     /** Message constant for key in the resource bundle. */
223     public static final String JavaDoc LOG_MODULE_INSTANCE_CREATED_1 = "LOG_MODULE_INSTANCE_CREATED_1";
224
225     /** Message constant for key in the resource bundle. */
226     public static final String JavaDoc LOG_MODULE_SHUTDOWN_2 = "LOG_MODULE_SHUTDOWN_2";
227
228     /** Message constant for key in the resource bundle. */
229     public static final String JavaDoc LOG_MODULE_UNINSTALLED_2 = "LOG_MODULE_UNINSTALLED_2";
230
231     /** Message constant for key in the resource bundle. */
232     public static final String JavaDoc LOG_MODULE_UPDATED_2 = "LOG_MODULE_UPDATED_2";
233
234     /** Message constant for key in the resource bundle. */
235     public static final String JavaDoc LOG_OLD_MODULE_IMPORTED_0 = "LOG_OLD_MODULE_IMPORTED_0";
236
237     /** Message constant for key in the resource bundle. */
238     public static final String JavaDoc LOG_PUBLISH_PROJECT_1 = "LOG_PUBLISH_PROJECT_1";
239
240     /** Message constant for key in the resource bundle. */
241     public static final String JavaDoc RPT_DELETE_0 = "RPT_DELETE_0";
242
243     /** Message constant for key in the resource bundle. */
244     public static final String JavaDoc RPT_EXPORT_MODULE_BEGIN_0 = "RPT_EXPORT_MODULE_BEGIN_0";
245
246     /** Message constant for key in the resource bundle. */
247     public static final String JavaDoc RPT_EXPORT_MODULE_END_0 = "RPT_EXPORT_MODULE_END_0";
248
249     /** Message constant for key in the resource bundle. */
250     public static final String JavaDoc RPT_IMPORT_MODULE_BEGIN_0 = "RPT_IMPORT_MODULE_BEGIN_0";
251
252     /** Message constant for key in the resource bundle. */
253     public static final String JavaDoc RPT_IMPORT_MODULE_END_0 = "RPT_IMPORT_MODULE_END_0";
254
255     /** Message constant for key in the resource bundle. */
256     public static final String JavaDoc RPT_PUBLISH_PROJECT_BEGIN_0 = "RPT_PUBLISH_PROJECT_BEGIN_0";
257
258     /** Message constant for key in the resource bundle. */
259     public static final String JavaDoc RPT_PUBLISH_PROJECT_END_0 = "RPT_PUBLISH_PROJECT_END_0";
260
261     /** Name of the used resource bundle. */
262     private static final String JavaDoc BUNDLE_NAME = "org.opencms.module.messages";
263
264     /** Static instance member. */
265     private static final I_CmsMessageBundle INSTANCE = new Messages();
266
267     /**
268      * Hides the public constructor for this utility class.<p>
269      */

270     private Messages() {
271
272         // hide the constructor
273
}
274
275     /**
276      * Returns an instance of this localized message accessor.<p>
277      *
278      * @return an instance of this localized message accessor
279      */

280     public static I_CmsMessageBundle get() {
281
282         return INSTANCE;
283     }
284
285     /**
286      * Returns the bundle name for this OpenCms package.<p>
287      *
288      * @return the bundle name for this OpenCms package
289      */

290     public String JavaDoc getBundleName() {
291
292         return BUNDLE_NAME;
293     }
294 }
295
Popular Tags