Sun Adapter for File API

com.stc.connector.fileadapter
Class Localizer

java.lang.Object
  extended by net.java.hulp.i18n.LocalizationSupport
      extended by com.stc.connector.fileadapter.Localizer

public class Localizer
extends net.java.hulp.i18n.LocalizationSupport

 
 Currently connectors/fileadapter uses following conventions 
 for i18n message extraction/transformation :
 
     Message ID ("9999" means 4 digits):
         E9999 - Fatal/Error level messages
         W9999 - Warning level message
         I9999 - Info level messages
         D9999 - Debug/Fine/Finer/Finest level messages
         
     Message ID prefix:
         FILE-
         
     Message Bundle name:
         Messages.properties
         
 

Version:
$Revision: 1.2 $

Field Summary
 
Fields inherited from class net.java.hulp.i18n.LocalizationSupport
DEFAULTBUNDLENAME, DEFAULTPATTERN
 
Method Summary
static Localizer get()
           
 
Methods inherited from class net.java.hulp.i18n.LocalizationSupport
t, x
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static Localizer get()
Returns:
singleton object

Sun Adapter for File API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.