org.sonar.api.i18n
Class LanguagePack

java.lang.Object
  extended by org.sonar.api.i18n.LanguagePack
All Implemented Interfaces:
BatchComponent, BatchExtension, Extension, ServerComponent, ServerExtension

public abstract class LanguagePack
extends Object
implements ServerExtension, BatchExtension

EXPERIMENTAL - this feature will be fully implemented in version 2.10

Since:
2.9

Constructor Summary
LanguagePack()
           
 
Method Summary
abstract  Collection<Locale> getLocales()
           
abstract  Collection<String> getPluginKeys()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LanguagePack

public LanguagePack()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getPluginKeys

public abstract Collection<String> getPluginKeys()
Returns:
the pluginKeys

getLocales

public abstract Collection<Locale> getLocales()
Returns:
the locales


Copyright © 2009-2011 SonarSource. All Rights Reserved.