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 class
PropertiesFinder.ConfigurationSource
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ClassLoader
classLoader
-
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.IOException
java.net.URISyntaxException
-
-