| 
Sky View Café - Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.ResourceBundle.Control
org.shetline.util.PropertiesControl
public class PropertiesControl
| Nested Class Summary | |
|---|---|
static class | 
PropertiesControl.LocaleMode
 | 
| Field Summary | |
|---|---|
protected  String | 
encoding
 | 
protected  PropertiesControl.LocaleMode | 
localeMode
 | 
protected  Locale | 
rootLocale
 | 
| Fields inherited from class java.util.ResourceBundle.Control | 
|---|
FORMAT_CLASS, FORMAT_DEFAULT, FORMAT_PROPERTIES, TTL_DONT_CACHE, TTL_NO_EXPIRATION_CONTROL | 
| Constructor Summary | |
|---|---|
PropertiesControl()
 | 
|
PropertiesControl(PropertiesControl.LocaleMode localeMode,
                  Locale rootLocale)
 | 
|
PropertiesControl(String encoding)
 | 
|
PropertiesControl(String encoding,
                  Locale rootLocale)
 | 
|
PropertiesControl(String encoding,
                  PropertiesControl.LocaleMode localeMode)
 | 
|
PropertiesControl(String encoding,
                  PropertiesControl.LocaleMode localeMode,
                  Locale rootLocale)
 | 
|
| Method Summary | |
|---|---|
 List<Locale> | 
getCandidateLocales(String baseName,
                    Locale locale)
 | 
 List<String> | 
getFormats(String baseName)
 | 
 ResourceBundle | 
newBundle(String baseName,
          Locale locale,
          String format,
          ClassLoader loader,
          boolean reload)
 | 
| Methods inherited from class java.util.ResourceBundle.Control | 
|---|
getControl, getFallbackLocale, getNoFallbackControl, getTimeToLive, needsReload, toBundleName, toResourceName | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected String encoding
protected PropertiesControl.LocaleMode localeMode
protected Locale rootLocale
| Constructor Detail | 
|---|
public PropertiesControl()
public PropertiesControl(String encoding)
public PropertiesControl(String encoding,
                         Locale rootLocale)
public PropertiesControl(String encoding,
                         PropertiesControl.LocaleMode localeMode)
public PropertiesControl(PropertiesControl.LocaleMode localeMode,
                         Locale rootLocale)
public PropertiesControl(String encoding,
                         PropertiesControl.LocaleMode localeMode,
                         Locale rootLocale)
| Method Detail | 
|---|
public List<String> getFormats(String baseName)
getFormats in class ResourceBundle.Control
public List<Locale> getCandidateLocales(String baseName,
                                        Locale locale)
getCandidateLocales in class ResourceBundle.Control
public ResourceBundle newBundle(String baseName,
                                Locale locale,
                                String format,
                                ClassLoader loader,
                                boolean reload)
                         throws IllegalAccessException,
                                InstantiationException,
                                IOException
newBundle in class ResourceBundle.ControlIllegalAccessException
InstantiationException
IOException
  | 
Sky View Café - Java | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||