org.jsesoft.jse
Class PackageResourceBundle

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--org.jsesoft.jse.PackageResourceBundle

public class PackageResourceBundle
extends java.util.ListResourceBundle

The package resource bundle for package org.jsesoft.jse.

Description: This class defines the default resources for the org.jsesoft.jse package.

Throughout JSE the default resource locale is _en_US. Each package offers at least the default and the _de resource bundle.

In addition to localized resources, the default resource bundle exports symbolic names for the keys of the messages provided by the package's message resource bundle. These can be used like this:

 String message = Root.getResourceMessage(
    PackageResourceBundle.MSG0001_Default_log_already_active  );
 

Copyright: Copyright (c) 2002 JSESoft

Company: JSESoft

Version:
1.0
Author:
JSESoft
See Also:
PackageResourceBundle_de

Field Summary
static java.lang.String MSG0001_Default_log_already_active
          MSG0001: Default log already active.
static java.lang.String MSG0002_Default_err_already_active
          MSG0002: Default err already active.
static java.lang.String MSG0003_Log_already_active
          MSG0003: Log already active.
static java.lang.String MSG0004_Default_log_not_yet_activated
          MSG0004: Default log not yet activated.
static java.lang.String MSG0005_Err_already_active
          MSG0005: Err already active.
static java.lang.String MSG0006_Err_not_yet_activated
          MSG0006: Err not yet activated.
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
PackageResourceBundle()
          Creates the default package resource bundle.
 
Method Summary
protected  java.lang.Object[][] getContents()
          Returns the content array.
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG0001_Default_log_already_active

public static final java.lang.String MSG0001_Default_log_already_active
MSG0001: Default log already active.

Must not override the default log PrintWriter.

See Also:
Constant Field Values

MSG0002_Default_err_already_active

public static final java.lang.String MSG0002_Default_err_already_active
MSG0002: Default err already active.

Must not override the default err PrintWriter.

See Also:
Constant Field Values

MSG0003_Log_already_active

public static final java.lang.String MSG0003_Log_already_active
MSG0003: Log already active.

Must not override the log PrintWriter.

See Also:
Constant Field Values

MSG0004_Default_log_not_yet_activated

public static final java.lang.String MSG0004_Default_log_not_yet_activated
MSG0004: Default log not yet activated.

The default log PrintWriter is not yet activated.

See Also:
Constant Field Values

MSG0005_Err_already_active

public static final java.lang.String MSG0005_Err_already_active
MSG0005: Err already active.

Must not override the err PrintWriter.

See Also:
Constant Field Values

MSG0006_Err_not_yet_activated

public static final java.lang.String MSG0006_Err_not_yet_activated
MSG0006: Err not yet activated.

The err PrintWriter is not yet activated.

See Also:
Constant Field Values
Constructor Detail

PackageResourceBundle

public PackageResourceBundle()
Creates the default package resource bundle.

Method Detail

getContents

protected java.lang.Object[][] getContents()
Returns the content array.

Specified by:
getContents in class java.util.ListResourceBundle
Returns:
the content array