KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > opencms > workplace > threads > Messages


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

44 public final class Messages extends A_CmsMessageBundle {
45
46     /** Message constant for key in the resource bundle. */
47     public static final String JavaDoc ERR_DB_EXPORT_0 = "ERR_DB_EXPORT_0";
48
49     /** Message constant for key in the resource bundle. */
50     public static final String JavaDoc ERR_DB_IMPORT_0 = "ERR_DB_IMPORT_0";
51
52     /** Message constant for key in the resource bundle. */
53     public static final String JavaDoc ERR_LINK_VALIDATION_0 = "ERR_LINK_VALIDATION_0";
54
55     /** Message constant for key in the resource bundle. */
56     public static final String JavaDoc GUI_DB_IMPORT_THREAD_NAME_1 = "GUI_DB_IMPORT_THREAD_NAME_1";
57
58     /** Message constant for key in the resource bundle. */
59     public static final String JavaDoc GUI_DELETE_MODULE_THREAD_NAME_1 = "GUI_DELETE_MODULE_THREAD_NAME_1";
60
61     /** Message constant for key in the resource bundle. */
62     public static final String JavaDoc GUI_DELETE_PROJECT_THREAD_NAME_1 = "GUI_DELETE_PROJECT_THREAD_NAME_1";
63
64     /** Message constant for key in the resource bundle. */
65     public static final String JavaDoc GUI_HTML_LINK_VALIDATOR_THREAD_NAME_1 = "GUI_HTML_LINK_VALIDATOR_THREAD_NAME_1";
66
67     /** Message constant for key in the resource bundle. */
68     public static final String JavaDoc GUI_POINTER_VALIDATION_THREAD_NAME_0 = "GUI_POINTER_VALIDATION_THREAD_NAME_0";
69
70     /** Message constant for key in the resource bundle. */
71     public static final String JavaDoc GUI_PUBLISH_TRHEAD_NAME_0 = "GUI_PUBLISH_TRHEAD_NAME_0";
72
73     /** Message constant for key in the resource bundle. */
74     public static final String JavaDoc GUI_REPLACE_MODULE_THREAD_NAME_1 = "GUI_REPLACE_MODULE_THREAD_NAME_1";
75
76     /** Message constant for key in the resource bundle. */
77     public static final String JavaDoc GUI_REPORT_TEST_THREAD_NAME_0 = "GUI_REPORT_TEST_THREAD_NAME_0";
78
79     /** Message constant for key in the resource bundle. */
80     public static final String JavaDoc GUI_SYNCHRONIZE_THREAD_NAME_1 = "GUI_SYNCHRONIZE_THREAD_NAME_1";
81
82     /** Message constant for key in the resource bundle. */
83     public static final String JavaDoc LOG_DELETE_THREAD_CONSTRUCTED_0 = "LOG_DELETE_THREAD_CONSTRUCTED_0";
84
85     /** Message constant for key in the resource bundle. */
86     public static final String JavaDoc LOG_DELETE_THREAD_FINISHED_0 = "LOG_DELETE_THREAD_FINISHED_0";
87
88     /** Message constant for key in the resource bundle. */
89     public static final String JavaDoc LOG_DELETE_THREAD_STARTED_0 = "LOG_DELETE_THREAD_STARTED_0";
90
91     /** Message constant for key in the resource bundle. */
92     public static final String JavaDoc LOG_MODULE_DELETE_FAILED_1 = "LOG_MODULE_DELETE_FAILED_1";
93
94     /** Message constant for key in the resource bundle. */
95     public static final String JavaDoc LOG_PROJECT_DELETE_FAILED_1 = "LOG_PROJECT_DELETE_FAILED_1";
96
97     /** Message constant for key in the resource bundle. */
98     public static final String JavaDoc LOG_PUBLISH_PROJECT_FAILED_0 = "LOG_PUBLISH_PROJECT_FAILED_0";
99
100     /** Message constant for key in the resource bundle. */
101     public static final String JavaDoc LOG_REPLACE_THREAD_CONSTRUCTED_0 = "LOG_REPLACE_THREAD_CONSTRUCTED_0";
102
103     /** Message constant for key in the resource bundle. */
104     public static final String JavaDoc LOG_REPLACE_THREAD_FINISHED_0 = "LOG_REPLACE_THREAD_FINISHED_0";
105
106     /** Message constant for key in the resource bundle. */
107     public static final String JavaDoc LOG_REPLACE_THREAD_START_DELETE_0 = "LOG_REPLACE_THREAD_START_DELETE_0";
108
109     /** Message constant for key in the resource bundle. */
110     public static final String JavaDoc LOG_REPLACE_THREAD_START_IMPORT_0 = "LOG_REPLACE_THREAD_START_IMPORT_0";
111
112     /** Message constant for key in the resource bundle. */
113     public static final String JavaDoc RPT_PUBLISH_PROJECT_BEGIN_0 = "RPT_PUBLISH_PROJECT_BEGIN_0";
114
115     /** Message constant for key in the resource bundle. */
116     public static final String JavaDoc RPT_PUBLISH_PROJECT_END_0 = "RPT_PUBLISH_PROJECT_END_0";
117
118     /** Message constant for key in the resource bundle. */
119     public static final String JavaDoc RPT_PUBLISH_RESOURCE_BEGIN_0 = "RPT_PUBLISH_RESOURCE_BEGIN_0";
120
121     /** Message constant for key in the resource bundle. */
122     public static final String JavaDoc RPT_PUBLISH_RESOURCE_END_0 = "RPT_PUBLISH_RESOURCE_END_0";
123
124     /** Message constant for key in the resource bundle. */
125     public static final String JavaDoc RPT_PUBLISH_RESOURCE_SWITCH_PROJECT_1 = "RPT_PUBLISH_RESOURCE_SWITCH_PROJECT_1";
126
127     /** Message constant for key in the resource bundle. */
128     public static final String JavaDoc RPT_SYNCHRONIZE_BEGIN_0 = "RPT_SYNCHRONIZE_BEGIN_0";
129
130     /** Message constant for key in the resource bundle. */
131     public static final String JavaDoc RPT_SYNCHRONIZE_END_0 = "RPT_SYNCHRONIZE_END_0";
132
133     /** Message constant for key in the resource bundle. */
134     public static final String JavaDoc RPT_SYNCHRONIZE_FOLDERS_2 = "RPT_SYNCHRONIZE_FOLDERS_2";
135
136     /** Message constant for key in the resource bundle. */
137     public static final String JavaDoc RPT_TEST_REPORT_BEGIN_0 = "RPT_TEST_REPORT_BEGIN_0";
138
139     /** Message constant for key in the resource bundle. */
140     public static final String JavaDoc RPT_TEST_REPORT_END_0 = "RPT_TEST_REPORT_END_0";
141
142     /** Message constant for key in the resource bundle. */
143     public static final String JavaDoc RPT_TEST_REPORT_OUTPUT_0 = "RPT_TEST_REPORT_OUTPUT_0";
144
145     /** Name of the used resource bundle. */
146     private static final String JavaDoc BUNDLE_NAME = "org.opencms.workplace.threads.messages";
147
148     /** Static instance member. */
149     private static final I_CmsMessageBundle INSTANCE = new Messages();
150
151     /**
152      * Hides the public constructor for this utility class.<p>
153      */

154     private Messages() {
155
156         // hide the constructor
157
}
158
159     /**
160      * Returns an instance of this localized message accessor.<p>
161      *
162      * @return an instance of this localized message accessor
163      */

164     public static I_CmsMessageBundle get() {
165
166         return INSTANCE;
167     }
168
169     /**
170      * Returns the bundle name for this OpenCms package.<p>
171      *
172      * @return the bundle name for this OpenCms package
173      */

174     public String JavaDoc getBundleName() {
175
176         return BUNDLE_NAME;
177     }
178 }
Popular Tags