Class PropertiesFinder
- java.lang.Object
-
- org.powermock.configuration.support.PropertiesFinder
-
class PropertiesFinder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classPropertiesFinder.ConfigurationSource
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoaderclassLoader
-
Constructor Summary
Constructors Constructor Description PropertiesFinder(java.lang.ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.util.List<PropertiesFinder.ConfigurationSource>find(java.lang.String configurationFile)
-
-
-
Method Detail
-
find
java.util.List<PropertiesFinder.ConfigurationSource> find(java.lang.String configurationFile) throws java.io.IOException, java.net.URISyntaxException
- Throws:
java.io.IOExceptionjava.net.URISyntaxException
-
-