◆ PropertiesFile()
org.turro.file.PropertiesFile.PropertiesFile |
( |
File |
file | ) |
|
◆ getProperties()
Properties org.turro.file.PropertiesFile.getProperties |
( |
| ) |
throws FileNotFoundException, IOException |
Definition at line 44 of file PropertiesFile.java.
46 props =
new Properties();
47 if(file.isDirectory()) {
48 loadProperties(props, file.getAbsolutePath());
50 String parentPath = getParentPath(file.getAbsolutePath());
51 if(parentPath !=
null) {
52 loadProperties(props, parentPath);
◆ FILES_PROPERTIES_FILE
final String org.turro.file.PropertiesFile.FILES_PROPERTIES_FILE = ".files.properties" |
|
static |
The documentation for this class was generated from the following file: