public class PropertiesResolver
extends java.lang.Object
PropertiesResolver finds all properties file from the given root directory and
save it to a map with the locale string code.| Constructor and Description |
|---|
PropertiesResolver(java.io.File rootDir)
Instantiates a new
PropertiesResolver. |
| Modifier and Type | Method and Description |
|---|---|
void |
resolve()
Resolves to the propertiesToLocale Map where the properties file is the key and
the locale string code the value.
|
public PropertiesResolver(java.io.File rootDir)
PropertiesResolver.rootDir - the root dir