public class PropertiesResolver extends 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(File rootDir)
Instantiates a new properties finder.
|
| Modifier and Type | Method and Description |
|---|---|
Map<File,String> |
getPropertiesToLocale()
Gets the properties to locale.
|
File |
getRootDir()
Gets the root dir.
|
void |
resolve()
Find.
|
public PropertiesResolver(File rootDir)
rootDir - the root dirpublic void resolve()
throws IOException
IOException - Signals that an I/O exception has occurred.public Map<File,String> getPropertiesToLocale()
public File getRootDir()
Copyright © 2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.