Class PropertiesDependencyResolver
java.lang.Object
org.robolectric.internal.dependency.PropertiesDependencyResolver
- All Implemented Interfaces:
DependencyResolver
public class PropertiesDependencyResolver extends Object implements DependencyResolver
-
Constructor Summary
Constructors Constructor Description PropertiesDependencyResolver(Path propertiesFile)
PropertiesDependencyResolver(Path propertiesPath, DependencyResolver delegate)
-
Method Summary
Modifier and Type Method Description URL
getLocalArtifactUrl(DependencyJar dependency)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.robolectric.internal.dependency.DependencyResolver
getLocalArtifactUrls
-
Constructor Details
-
Method Details
-
getLocalArtifactUrl
- Specified by:
getLocalArtifactUrl
in interfaceDependencyResolver
-