|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPropertiesFileInfo
public class PropertiesFileInfo
Records the base name of a properties file and the Locales
that it supports.
Constructor Summary | |
---|---|
PropertiesFileInfo(String baseName,
List<Locale> locales)
Creates a new instance. |
Method Summary | |
---|---|
String |
getBaseName()
Gets the file base name. |
List<Locale> |
getLocales()
Gets an unmodifiable view of the list of supported locales. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertiesFileInfo(String baseName, List<Locale> locales)
baseName
- file base namelocales
- supported localesMethod Detail |
---|
public String getBaseName()
public List<Locale> getLocales()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |