org.sakaiproject.tool.assessment.audio
Class AudioUtil

java.lang.Object
  extended by org.sakaiproject.tool.assessment.audio.AudioUtil

public class AudioUtil
extends Object


Constructor Summary
AudioUtil()
           
 
Method Summary
static AudioUtil getInstance()
           
 String getLocaleCountry()
           
 String getLocaleLanguage()
           
 ResourceBundle getResourceBundle()
           
 void setLocaleCountry(String localeCountry)
           
 void setLocaleLanguage(String localeLanguage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioUtil

public AudioUtil()
Method Detail

getInstance

public static AudioUtil getInstance()

setLocaleLanguage

public void setLocaleLanguage(String localeLanguage)

getLocaleLanguage

public String getLocaleLanguage()

setLocaleCountry

public void setLocaleCountry(String localeCountry)

getLocaleCountry

public String getLocaleCountry()

getResourceBundle

public ResourceBundle getResourceBundle()


Copyright © 2005-2012 Sakai Project. All Rights Reserved.