KickJava   Java API By Example, From Geeks To Geeks.

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


1 /*
2  * File : $Source: /usr/local/cvs/opencms/src/org/opencms/setup/Messages.java,v $
3  * Date : $Date: 2006/03/27 14:52:51 $
4  * Version: $Revision: 1.12 $
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.setup;
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 Michael Moossen
42  *
43  * @version $Revision: 1.12 $
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_DB_CONNECT_1 = "ERR_DB_CONNECT_1";
51
52     /** Message constant for key in the resource bundle. */
53     public static final String JavaDoc ERR_LOAD_JDBC_DRIVER_1 = "ERR_LOAD_JDBC_DRIVER_1";
54
55     /** Message constant for key in the resource bundle. */
56     public static final String JavaDoc ERR_MISSING_DB_SETUP_SCRIPT_1 = "ERR_MISSING_DB_SETUP_SCRIPT_1";
57
58     /** Message constant for key in the resource bundle. */
59     public static final String JavaDoc GUI_WARNING_ALL_MODULES_UPTODATE_0 = "GUI_WARNING_ALL_MODULES_UPTODATE_0";
60
61     /** Message constant for key in the resource bundle. */
62     public static final String JavaDoc INIT_IMPORT_WORKPLACE_FINISHED_0 = "INIT_IMPORT_WORKPLACE_FINISHED_0";
63
64     /** Message constant for key in the resource bundle. */
65     public static final String JavaDoc INIT_IMPORT_WORKPLACE_START_0 = "INIT_IMPORT_WORKPLACE_START_0";
66
67     /** Message constant for key in the resource bundle. */
68     public static final String JavaDoc INIT_NO_WORKPLACE_IMPORT_NEEDED_0 = "INIT_NO_WORKPLACE_IMPORT_NEEDED_0";
69
70     /** Message constant for key in the resource bundle. */
71     public static final String JavaDoc INIT_UPDATE_WORKPLACE_FINISHED_0 = "INIT_UPDATE_WORKPLACE_FINISHED_0";
72
73     /** Message constant for key in the resource bundle. */
74     public static final String JavaDoc INIT_UPDATE_WORKPLACE_START_0 = "INIT_UPDATE_WORKPLACE_START_0";
75
76     /** Message constant for key in the resource bundle. */
77     public static final String JavaDoc INIT_WELCOME_SETUP_0 = "INIT_WELCOME_SETUP_0";
78
79     /** Message constant for key in the resource bundle. */
80     public static final String JavaDoc INIT_WELCOME_UPDATE_0 = "INIT_WELCOME_UPDATE_0";
81
82     /** Message constant for key in the resource bundle. */
83     public static final String JavaDoc RPT_BEGIN_DELETE_JARS_0 = "RPT_BEGIN_DELETE_JARS_0";
84
85     /** Message constant for key in the resource bundle. */
86     public static final String JavaDoc RPT_BEGIN_DELETE_MODULE_1 = "RPT_BEGIN_DELETE_MODULE_1";
87
88     /** Message constant for key in the resource bundle. */
89     public static final String JavaDoc RPT_BEGIN_IMPORT_MODULE_1 = "RPT_BEGIN_IMPORT_MODULE_1";
90
91     /** Message constant for key in the resource bundle. */
92     public static final String JavaDoc RPT_BEGIN_UPDATE_JARS_0 = "RPT_BEGIN_UPDATE_JARS_0";
93
94     /** Message constant for key in the resource bundle. */
95     public static final String JavaDoc RPT_BEGIN_UPDATE_MODULE_1 = "RPT_BEGIN_UPDATE_MODULE_1";
96
97     /** Message constant for key in the resource bundle. */
98     public static final String JavaDoc RPT_DELETE_JAR_FILE_3 = "RPT_DELETE_JAR_FILE_3";
99
100     /** Message constant for key in the resource bundle. */
101     public static final String JavaDoc RPT_DELETE_JAR_FILE_FAILED_3 = "RPT_DELETE_JAR_FILE_FAILED_3";
102
103     /** Message constant for key in the resource bundle. */
104     public static final String JavaDoc RPT_DELETE_JAR_PERMISSIONS_3 = "RPT_DELETE_JAR_PERMISSIONS_3";
105
106     /** Message constant for key in the resource bundle. */
107     public static final String JavaDoc RPT_DELETE_JAR_SKIPPED_FILE_3 = "RPT_DELETE_JAR_SKIPPED_FILE_3";
108
109     /** Message constant for key in the resource bundle. */
110     public static final String JavaDoc RPT_DELETE_JARS_FAILED_1 = "RPT_DELETE_JARS_FAILED_1";
111
112     /** Message constant for key in the resource bundle. */
113     public static final String JavaDoc RPT_END_DELETE_JARS_0 = "RPT_END_DELETE_JARS_0";
114
115     /** Message constant for key in the resource bundle. */
116     public static final String JavaDoc RPT_END_DELETE_MODULE_1 = "RPT_END_DELETE_MODULE_1";
117
118     /** Message constant for key in the resource bundle. */
119     public static final String JavaDoc RPT_END_IMPORT_MODULE_1 = "RPT_END_IMPORT_MODULE_1";
120
121     /** Message constant for key in the resource bundle. */
122     public static final String JavaDoc RPT_END_UPDATE_JARS_0 = "RPT_END_UPDATE_JARS_0";
123
124     /** Message constant for key in the resource bundle. */
125     public static final String JavaDoc RPT_END_UPDATE_MODULE_1 = "RPT_END_UPDATE_MODULE_1";
126
127     /** Message constant for key in the resource bundle. */
128     public static final String JavaDoc RPT_MODULE_UPTODATE_1 = "RPT_MODULE_UPTODATE_1";
129
130     /** Message constant for key in the resource bundle. */
131     public static final String JavaDoc RPT_UPDATE_JAR_FILE_3 = "RPT_UPDATE_JAR_FILE_3";
132
133     /** Message constant for key in the resource bundle. */
134     public static final String JavaDoc RPT_UPDATE_JAR_FILE_FAILED_3 = "RPT_UPDATE_JAR_FILE_FAILED_3";
135
136     /** Message constant for key in the resource bundle. */
137     public static final String JavaDoc RPT_UPDATE_JAR_PERMISSIONS_3 = "RPT_UPDATE_JAR_PERMISSIONS_3";
138
139     /** Message constant for key in the resource bundle. */
140     public static final String JavaDoc RPT_UPDATE_JAR_SKIPPED_FILE_3 = "RPT_UPDATE_JAR_SKIPPED_FILE_3";
141
142     /** Message constant for key in the resource bundle. */
143     public static final String JavaDoc RPT_UPDATE_JARS_FAILED_1 = "RPT_UPDATE_JARS_FAILED_1";
144
145     /** Message constant for key in the resource bundle. */
146     public static final String JavaDoc RPT_UPDATE_JARS_PERMISSIONS_1 = "RPT_UPDATE_JARS_PERMISSIONS_1";
147
148     /** Name of the used resource bundle. */
149     private static final String JavaDoc BUNDLE_NAME = "org.opencms.setup.messages";
150
151     /** Static instance member. */
152     private static final I_CmsMessageBundle INSTANCE = new Messages();
153
154     /**
155      * Hides the public constructor for this utility class.<p>
156      */

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

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

177     public String JavaDoc getBundleName() {
178
179         return BUNDLE_NAME;
180     }
181 }
Popular Tags