org.crosswire.common.util
Class Msg

java.lang.Object
  extended by org.crosswire.common.util.MsgBase
      extended by org.crosswire.common.util.Msg

final class Msg
extends MsgBase

Compile safe Msg resource settings.

Author:
Joe Walker [joe at eireneh dot com], DM Smith [dmsmith555 at yahoo dot com]
See Also:
for license details.
The copyright to this program is held by it's authors.

Field Summary
(package private) static Msg CANT_STRIP
           
(package private) static Msg CREATE_DIR_FAIL
           
(package private) static Msg CREATE_FILE_FAIL
           
(package private) static Msg IS_DIR
           
(package private) static Msg IS_FILE
           
(package private) static Msg MISSING_FILE
           
(package private) static Msg NO_RESOURCE
           
(package private) static Msg NOT_ASSIGNABLE
           
(package private) static Msg NOT_DIR
           
(package private) static Msg NOT_FILE_URL
           
(package private) static Msg REASON
           
(package private) static Msg SECURITY
           
(package private) static Msg UNAVILABLE
           
(package private) static Msg WRONG_TYPE
           
 
Constructor Summary
private Msg(String name)
          Passthrough ctor
 
Method Summary
 
Methods inherited from class org.crosswire.common.util.MsgBase
loadResources, toString, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SECURITY

static final Msg SECURITY

WRONG_TYPE

static final Msg WRONG_TYPE

REASON

static final Msg REASON

CANT_STRIP

static final Msg CANT_STRIP

CREATE_DIR_FAIL

static final Msg CREATE_DIR_FAIL

CREATE_FILE_FAIL

static final Msg CREATE_FILE_FAIL

IS_DIR

static final Msg IS_DIR

IS_FILE

static final Msg IS_FILE

NOT_DIR

static final Msg NOT_DIR

NOT_FILE_URL

static final Msg NOT_FILE_URL

NO_RESOURCE

static final Msg NO_RESOURCE

NOT_ASSIGNABLE

static final Msg NOT_ASSIGNABLE

UNAVILABLE

static final Msg UNAVILABLE

MISSING_FILE

static final Msg MISSING_FILE
Constructor Detail

Msg

private Msg(String name)
Passthrough ctor


Copyright ยจ 2003-2006