com.clickntap.developers
Class MessageSource

java.lang.Object
  extended by com.clickntap.developers.MessageSource

public class MessageSource
extends Object


Constructor Summary
MessageSource()
           
MessageSource(String messageProperties, String locale)
           
 
Method Summary
 void export(String messagesJson)
           
 Map<String,Map<String,String>> getLanguages()
           
 void setLanguages(Map<String,Map<String,String>> languages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSource

public MessageSource()

MessageSource

public MessageSource(String messageProperties,
                     String locale)
              throws Exception
Throws:
Exception
Method Detail

getLanguages

public Map<String,Map<String,String>> getLanguages()

setLanguages

public void setLanguages(Map<String,Map<String,String>> languages)

export

public void export(String messagesJson)
            throws IOException
Throws:
IOException


Copyright © 2014. All rights reserved.