Package org.n52.faroe
Interface FileSettingsConfiguration
-
public interface FileSettingsConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetPath()the path of a file pased settings configurationvoidrefresh()read the contents of the file again
-
-
-
Method Detail
-
getPath
Path getPath()
the path of a file pased settings configuration
-
refresh
void refresh()
read the contents of the file again
-
-