Package org.geotools.swing.locale
Class PropertiesFileInfo
Object
PropertiesFileInfo
Records the base name of a properties file and the
Locales
that it supports.- Since:
- 8.0
- Author:
- Michael Bedward
-
Constructor Summary
ConstructorsConstructorDescriptionPropertiesFileInfo
(String baseName, List<Locale> locales) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the file base name.Gets an unmodifiable view of the list of supported locales.
-
Constructor Details
-
PropertiesFileInfo
Creates a new instance.- Parameters:
baseName
- file base namelocales
- supported locales
-
-
Method Details
-
getBaseName
Gets the file base name.- Returns:
- file base name
-
getLocales
Gets an unmodifiable view of the list of supported locales. This will always contain at least Locale.ROOT.- Returns:
- list of supported locales
-