Package org.kurento.commons
Class ConfigFileFinder
- java.lang.Object
-
- org.kurento.commons.ConfigFileFinder
-
public class ConfigFileFinder extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigFileFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathsearchConfigFileInDefaultPlaces(String configFileName)static PathsearchDefaultConfigFile()
-
-
-
Method Detail
-
searchDefaultConfigFile
public static Path searchDefaultConfigFile() throws IOException
- Throws:
IOException
-
searchConfigFileInDefaultPlaces
public static Path searchConfigFileInDefaultPlaces(String configFileName) throws IOException
- Throws:
IOException
-
-