Uses of Class
org.zanata.client.config.LocaleList

Packages that use LocaleList
org.zanata.client.commands   
org.zanata.client.commands.gettext   
org.zanata.client.config   
 

Uses of LocaleList in org.zanata.client.commands
 

Methods in org.zanata.client.commands that return LocaleList
 LocaleList AbstractPushPullOptionsImpl.getLocaleMapList()
          Override the parent method as the push and pull commands can have locales specified via command line.
 LocaleList ConfigurableProjectOptionsImpl.getLocaleMapList()
           
 LocaleList ConfigurableProjectOptions.getLocaleMapList()
           
static LocaleList PushPullCommand.getLocaleMapList(LocaleList projectLocales, String[] locales)
          Filters the project's list of locales
 

Methods in org.zanata.client.commands with parameters of type LocaleList
static LocaleList PushPullCommand.getLocaleMapList(LocaleList projectLocales, String[] locales)
          Filters the project's list of locales
 void ConfigurableProjectOptionsImpl.setLocaleMapList(LocaleList locales)
           
 void ConfigurableProjectOptions.setLocaleMapList(LocaleList locales)
           
 

Uses of LocaleList in org.zanata.client.commands.gettext
 

Methods in org.zanata.client.commands.gettext with parameters of type LocaleList
static List<LocaleMapping> PublicanUtil.findLocales(File srcDir, LocaleList locales)
           
 

Uses of LocaleList in org.zanata.client.config
 

Methods in org.zanata.client.config that return LocaleList
 LocaleList ZanataConfig.getLocales()
           
 

Methods in org.zanata.client.config with parameters of type LocaleList
 void ZanataConfig.setLocales(LocaleList locales)
           
 



Copyright © 2013 Zanata Project. All Rights Reserved.