KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/staticexport/Messages.java,v $
3  * Date : $Date: 2006/09/22 15:17:06 $
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.staticexport;
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.15 $
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 ERR_CREATE_FOLDER_1 = "ERR_CREATE_FOLDER_1";
50
51     /** Message constant for key in the resource bundle. */
52     public static final String JavaDoc ERR_EXPORT_NOT_SUPPORTED_2 = "ERR_EXPORT_NOT_SUPPORTED_2";
53
54     /** Message constant for key in the resource bundle. */
55     public static final String JavaDoc ERR_INVALID_ENCODING_1 = "ERR_INVALID_ENCODING_1";
56
57     /** Message constant for key in the resource bundle. */
58     public static final String JavaDoc ERR_INVALID_EXPORT_PATH_0 = "ERR_INVALID_EXPORT_PATH_0";
59
60     /** Message constant for key in the resource bundle. */
61     public static final String JavaDoc ERR_INVALID_EXPORT_PATH_1 = "ERR_INVALID_EXPORT_PATH_1";
62
63     /** Message constant for key in the resource bundle. */
64     public static final String JavaDoc ERR_OUTPUT_STREAM_1 = "ERR_OUTPUT_STREAM_1";
65
66     /** Message constant for key in the resource bundle. */
67     public static final String JavaDoc GUI_THREAD_NAME_SCRUB_EXPORT_FOLDERS_1 = "GUI_THREAD_NAME_SCRUB_EXPORT_FOLDERS_1";
68
69     /** Message constant for key in the resource bundle. */
70     public static final String JavaDoc INIT_EXPORT_DEFAULT_1 = "INIT_EXPORT_DEFAULT_1";
71
72     /** Message constant for key in the resource bundle. */
73     public static final String JavaDoc INIT_EXPORT_EXPORT_HANDLER_1 = "INIT_EXPORT_EXPORT_HANDLER_1";
74
75     /** Message constant for key in the resource bundle. */
76     public static final String JavaDoc INIT_EXPORT_HEADERS_1 = "INIT_EXPORT_HEADERS_1";
77
78     /** Message constant for key in the resource bundle. */
79     public static final String JavaDoc INIT_EXPORT_OPTIMIZATION_1 = "INIT_EXPORT_OPTIMIZATION_1";
80
81     /** Message constant for key in the resource bundle. */
82     public static final String JavaDoc INIT_EXPORT_RFS_RULE_ABSOLUTE_LINKS_1 = "INIT_EXPORT_RFS_RULE_ABSOLUTE_LINKS_1";
83
84     /** Message constant for key in the resource bundle. */
85     public static final String JavaDoc INIT_EXPORT_RFS_RULE_EXPORT_PATH_2 = "INIT_EXPORT_RFS_RULE_EXPORT_PATH_2";
86
87     /** Message constant for key in the resource bundle. */
88     public static final String JavaDoc INIT_EXPORT_RFS_RULE_RELATIVE_LINKS_1 = "INIT_EXPORT_RFS_RULE_RELATIVE_LINKS_1";
89
90     /** Message constant for key in the resource bundle. */
91     public static final String JavaDoc INIT_EXPORT_RFS_RULE_RFS_PREFIX_2 = "INIT_EXPORT_RFS_RULE_RFS_PREFIX_2";
92
93     /** Message constant for key in the resource bundle. */
94     public static final String JavaDoc INIT_EXPORT_TESTRESOURCE_1 = "INIT_EXPORT_TESTRESOURCE_1";
95
96     /** Message constant for key in the resource bundle. */
97     public static final String JavaDoc INIT_EXPORT_URL_1 = "INIT_EXPORT_URL_1";
98
99     /** Message constant for key in the resource bundle. */
100     public static final String JavaDoc INIT_EXPORT_VFS_PREFIX_1 = "INIT_EXPORT_VFS_PREFIX_1";
101
102     /** Message constant for key in the resource bundle. */
103     public static final String JavaDoc INIT_INVALID_HEADER_1 = "INIT_INVALID_HEADER_1";
104
105     /** Message constant for key in the resource bundle. */
106     public static final String JavaDoc INIT_SE_MANAGER_CREATED_0 = "INIT_SE_MANAGER_CREATED_0";
107
108     /** Message constant for key in the resource bundle. */
109     public static final String JavaDoc INIT_SE_MANAGER_CREATED_1 = "INIT_SE_MANAGER_CREATED_1";
110
111     /** Message constant for key in the resource bundle. */
112     public static final String JavaDoc INIT_SHUTDOWN_1 = "INIT_SHUTDOWN_1";
113
114     /** Message constant for key in the resource bundle. */
115     public static final String JavaDoc INIT_STATIC_EXPORT_DISABLED_0 = "INIT_STATIC_EXPORT_DISABLED_0";
116
117     /** Message constant for key in the resource bundle. */
118     public static final String JavaDoc INIT_STATIC_EXPORT_ENABLED_0 = "INIT_STATIC_EXPORT_ENABLED_0";
119
120     /** Message constant for key in the resource bundle. */
121     public static final String JavaDoc INIT_STATIC_EXPORT_SHUTDOWN_3 = "INIT_STATIC_EXPORT_SHUTDOWN_3";
122
123     /** Message constant for key in the resource bundle. */
124     public static final String JavaDoc LOG_ADD_SE_PARAM_2 = "LOG_ADD_SE_PARAM_2";
125
126     /** Message constant for key in the resource bundle. */
127     public static final String JavaDoc LOG_CHECKING_STATIC_EXPORT_2 = "LOG_CHECKING_STATIC_EXPORT_2";
128
129     /** Message constant for key in the resource bundle. */
130     public static final String JavaDoc LOG_CHECKING_TEST_RESOURCE_1 = "LOG_CHECKING_TEST_RESOURCE_1";
131
132     /** Message constant for key in the resource bundle. */
133     public static final String JavaDoc LOG_DEL_MAIN_SE_FOLDER_1 = "LOG_DEL_MAIN_SE_FOLDER_1";
134
135     /** Message constant for key in the resource bundle. */
136     public static final String JavaDoc LOG_EVENT_PUBLISH_PROJECT_1 = "LOG_EVENT_PUBLISH_PROJECT_1";
137
138     /** Message constant for key in the resource bundle. */
139     public static final String JavaDoc LOG_EVENT_PUBLISH_PROJECT_FINISHED_1 = "LOG_EVENT_PUBLISH_PROJECT_FINISHED_1";
140
141     /** Message constant for key in the resource bundle. */
142     public static final String JavaDoc LOG_EXPORT_FILE_2 = "LOG_EXPORT_FILE_2";
143
144     /** Message constant for key in the resource bundle. */
145     public static final String JavaDoc LOG_EXPORT_FILE_STATUS_3 = "LOG_EXPORT_FILE_STATUS_3";
146
147     /** Message constant for key in the resource bundle. */
148     public static final String JavaDoc LOG_EXPORT_TEMPLATES_1 = "LOG_EXPORT_TEMPLATES_1";
149
150     /** Message constant for key in the resource bundle. */
151     public static final String JavaDoc LOG_EXPORTING_NON_TEMPLATE_1 = "LOG_EXPORTING_NON_TEMPLATE_1";
152
153     /** Message constant for key in the resource bundle. */
154     public static final String JavaDoc LOG_FETCHING_SIBLINGS_FAILED_1 = "LOG_FETCHING_SIBLINGS_FAILED_1";
155
156     /** Message constant for key in the resource bundle. */
157     public static final String JavaDoc LOG_FILE_DELETED_1 = "LOG_FILE_DELETED_1";
158
159     /** Message constant for key in the resource bundle. */
160     public static final String JavaDoc LOG_FILE_DELETION_FAILED_1 = "LOG_FILE_DELETION_FAILED_1";
161
162     /** Message constant for key in the resource bundle. */
163     public static final String JavaDoc LOG_FILE_DELETION_FAILED_2 = "LOG_FILE_DELETION_FAILED_2";
164
165     /** Message constant for key in the resource bundle. */
166     public static final String JavaDoc LOG_FLUSHED_CACHES_1 = "LOG_FLUSHED_CACHES_1";
167
168     /** Message constant for key in the resource bundle. */
169     public static final String JavaDoc LOG_FOLDER_1 = "LOG_FOLDER_1";
170
171     /** Message constant for key in the resource bundle. */
172     public static final String JavaDoc LOG_FOLDER_DELETED_1 = "LOG_FOLDER_DELETED_1";
173
174     /** Message constant for key in the resource bundle. */
175     public static final String JavaDoc LOG_FOLDER_DELETION_FAILED_1 = "LOG_FOLDER_DELETION_FAILED_1";
176
177     /** Message constant for key in the resource bundle. */
178     public static final String JavaDoc LOG_FOLDER_DELETION_FAILED_2 = "LOG_FOLDER_DELETION_FAILED_2";
179
180     /** Message constant for key in the resource bundle. */
181     public static final String JavaDoc LOG_GET_ALL_RESOURCES_0 = "LOG_GET_ALL_RESOURCES_0";
182
183     /** Message constant for key in the resource bundle. */
184     public static final String JavaDoc LOG_IF_MODIFIED_SINCE_SET_2 = "LOG_IF_MODIFIED_SINCE_SET_2";
185
186     /** Message constant for key in the resource bundle. */
187     public static final String JavaDoc LOG_INIT_FAILED_0 = "LOG_INIT_FAILED_0";
188
189     /** Message constant for key in the resource bundle. */
190     public static final String JavaDoc LOG_INVALID_PARAM_1 = "LOG_INVALID_PARAM_1";
191
192     /** Message constant for key in the resource bundle. */
193     public static final String JavaDoc LOG_MALFORMED_URI_1 = "LOG_MALFORMED_URI_1";
194
195     /** Message constant for key in the resource bundle. */
196     public static final String JavaDoc LOG_RESOURCE_ACESS_ERROR_3 = "LOG_RESOURCE_ACESS_ERROR_3";
197     
198     /** Message constant for key in the resource bundle. */
199     public static final String JavaDoc LOG_NUM_EXPORT_1 = "LOG_NUM_EXPORT_1";
200
201     /** Message constant for key in the resource bundle. */
202     public static final String JavaDoc LOG_NUM_RESOURCES_1 = "LOG_NUM_RESOURCES_1";
203
204     /** Message constant for key in the resource bundle. */
205     public static final String JavaDoc LOG_PROCESSING_1 = "LOG_PROCESSING_1";
206
207     /** Message constant for key in the resource bundle. */
208     public static final String JavaDoc LOG_READING_CHANGED_RESOURCES_FAILED_1 = "LOG_READING_CHANGED_RESOURCES_FAILED_1";
209
210     /** Message constant for key in the resource bundle. */
211     public static final String JavaDoc LOG_REQUEST_RESULT_3 = "LOG_REQUEST_RESULT_3";
212
213     /** Message constant for key in the resource bundle. */
214     public static final String JavaDoc LOG_SCRUBBING_EXPORT_FOLDERS_1 = "LOG_SCRUBBING_EXPORT_FOLDERS_1";
215
216     /** Message constant for key in the resource bundle. */
217     public static final String JavaDoc LOG_SCRUBBING_FOLDER_FAILED_2 = "LOG_SCRUBBING_FOLDER_FAILED_2";
218
219     /** Message constant for key in the resource bundle. */
220     public static final String JavaDoc LOG_SE_RESOURCE_START_1 = "LOG_SE_RESOURCE_START_1";
221
222     /** Message constant for key in the resource bundle. */
223     public static final String JavaDoc LOG_SENDING_REQUEST_2 = "LOG_SENDING_REQUEST_2";
224
225     /** Message constant for key in the resource bundle. */
226     public static final String JavaDoc LOG_SET_LAST_MODIFIED_2 = "LOG_SET_LAST_MODIFIED_2";
227
228     /** Message constant for key in the resource bundle. */
229     public static final String JavaDoc LOG_STATIC_EXPORT_ERROR_0 = "LOG_STATIC_EXPORT_ERROR_0";
230
231     /** Message constant for key in the resource bundle. */
232     public static final String JavaDoc LOG_STATIC_EXPORT_SITE_ROOT_2 = "LOG_STATIC_EXPORT_SITE_ROOT_2";
233
234     /** Message constant for key in the resource bundle. */
235     public static final String JavaDoc LOG_STATIC_EXPORTED_2 = "LOG_STATIC_EXPORTED_2";
236
237     /** Message constant for key in the resource bundle. */
238     public static final String JavaDoc LOG_STATICEXPORT_COOKIES_1 = "LOG_STATICEXPORT_COOKIES_1";
239
240     /** Message constant for key in the resource bundle. */
241     public static final String JavaDoc LOG_TEST_RESOURCE_EXISTS_0 = "LOG_TEST_RESOURCE_EXISTS_0";
242
243     /** Message constant for key in the resource bundle. */
244     public static final String JavaDoc LOG_TEST_RESOURCE_NOT_EXISTANT_0 = "LOG_TEST_RESOURCE_NOT_EXISTANT_0";
245
246     /** Message constant for key in the resource bundle. */
247     public static final String JavaDoc LOG_UPDATE_EXPORTNAME_PROP_FINISHED_0 = "LOG_UPDATE_EXPORTNAME_PROP_FINISHED_0";
248
249     /** Message constant for key in the resource bundle. */
250     public static final String JavaDoc LOG_UPDATE_EXPORTNAME_PROP_START_0 = "LOG_UPDATE_EXPORTNAME_PROP_START_0";
251
252     /** Message constant for key in the resource bundle. */
253     public static final String JavaDoc LOG_WAITING_STATIC_EXPORT_3 = "LOG_WAITING_STATIC_EXPORT_3";
254
255     /** Message constant for key in the resource bundle. */
256     public static final String JavaDoc LOG_WRITE_FAILED_1 = "LOG_WRITE_FAILED_1";
257
258     /** Message constant for key in the resource bundle. */
259     public static final String JavaDoc RPT_DELETE_EXPORT_FOLDER_3 = "RPT_DELETE_EXPORT_FOLDER_3";
260
261     /** Message constant for key in the resource bundle. */
262     public static final String JavaDoc RPT_DELETING_EXPORT_FOLDERS_BEGIN_0 = "RPT_DELETING_EXPORT_FOLDERS_BEGIN_0";
263
264     /** Message constant for key in the resource bundle. */
265     public static final String JavaDoc RPT_DELETING_EXPORT_FOLDERS_END_0 = "RPT_DELETING_EXPORT_FOLDERS_END_0";
266
267     /** Message constant for key in the resource bundle. */
268     public static final String JavaDoc RPT_EXPORTING_0 = "RPT_EXPORTING_0";
269
270     /** Message constant for key in the resource bundle. */
271     public static final String JavaDoc RPT_STATICEXPORT_BEGIN_0 = "RPT_STATICEXPORT_BEGIN_0";
272
273     /** Message constant for key in the resource bundle. */
274     public static final String JavaDoc RPT_STATICEXPORT_END_0 = "RPT_STATICEXPORT_END_0";
275
276     /** Message constant for key in the resource bundle. */
277     public static final String JavaDoc RPT_STATICEXPORT_NONTEMPLATE_RESOURCES_BEGIN_0 = "RPT_STATICEXPORT_NONTEMPLATE_RESOURCES_BEGIN_0";
278
279     /** Message constant for key in the resource bundle. */
280     public static final String JavaDoc RPT_STATICEXPORT_NONTEMPLATE_RESOURCES_END_0 = "RPT_STATICEXPORT_NONTEMPLATE_RESOURCES_END_0";
281
282     /** Message constant for key in the resource bundle. */
283     public static final String JavaDoc RPT_STATICEXPORT_TEMPLATE_RESOURCES_BEGIN_0 = "RPT_STATICEXPORT_TEMPLATE_RESOURCES_BEGIN_0";
284
285     /** Message constant for key in the resource bundle. */
286     public static final String JavaDoc RPT_STATICEXPORT_TEMPLATE_RESOURCES_END_0 = "RPT_STATICEXPORT_TEMPLATE_RESOURCES_END_0";
287
288     /** Name of the used resource bundle. */
289     private static final String JavaDoc BUNDLE_NAME = "org.opencms.staticexport.messages";
290
291     /** Static instance member. */
292     private static final I_CmsMessageBundle INSTANCE = new Messages();
293
294     /**
295      * Hides the public constructor for this utility class.<p>
296      */

297     private Messages() {
298
299         // hide the constructor
300
}
301
302     /**
303      * Returns an instance of this localized message accessor.<p>
304      *
305      * @return an instance of this localized message accessor
306      */

307     public static I_CmsMessageBundle get() {
308
309         return INSTANCE;
310     }
311
312     /**
313      * Returns the bundle name for this OpenCms package.<p>
314      *
315      * @return the bundle name for this OpenCms package
316      */

317     public String JavaDoc getBundleName() {
318
319         return BUNDLE_NAME;
320     }
321 }
Popular Tags