public class PropertiesFileFinder extends Object
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.
Constructor and Description |
---|
PropertiesFileFinder() |
Modifier and Type | Method and Description |
---|---|
List<PropertiesFileInfo> |
scan(String resourceDir)
Searches for properties files in the specified resource directory and returns information
about each file and the
Locales that it supports. |
public List<PropertiesFileInfo> scan(String resourceDir) throws IOException
Locales
that it supports.resourceDir
- IOException
Copyright © 1996–2019 Geotools. All rights reserved.