public class PropertiesFinder extends Object
| Constructor and Description |
|---|
PropertiesFinder(File rootDir)
Instantiates a new properties finder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
find()
Find.
|
Map<File,String> |
getPropertiesToLocale()
Gets the properties to locale.
|
File |
getRootDir()
Gets the root dir.
|
public PropertiesFinder(File rootDir)
rootDir - the root dirpublic Map<File,String> getPropertiesToLocale()
public File getRootDir()
public void find()
throws IOException
IOException - Signals that an I/O exception has occurred.Copyright © 2015. All rights reserved.