Package org.geotools.swing.locale
Class PropertiesFileFinder
Object
PropertiesFileFinder
Searches for properties files in a resource directory within the gt-swing module and records the
Locales
supported by each file. This is a helper for LocaleUtils.
Normally, the scan(String) method will be responding to a call from outside this class's jar, either
directly or indirectly. An example of an indirect outside call is when an application calls a LocaleUtils method
which in turn calls the scan
method. In this case, the resource directory is searched by scanning the
relevant entries in the gt-swing jar.
For completeness, and to aid unit testing, calls from within the swing module are also supported. In this case the resource directory is accessed as a local File object.
- Since:
- 8.0
- Author:
- Michael Bedward
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSearches for properties files in the specified resource directory and returns information about each file and theLocales
that it supports.
-
Constructor Details
-
PropertiesFileFinder
public PropertiesFileFinder()
-
-
Method Details
-
scan
Searches for properties files in the specified resource directory and returns information about each file and theLocales
that it supports.- Throws:
IOException
-