Class ModuleDependencyDataProvider
java.lang.Object
io.github.slimjar.resolver.reader.dependency.ModuleDependencyDataProvider
- All Implemented Interfaces:
DependencyDataProvider
-
Constructor Summary
ConstructorsConstructorDescriptionModuleDependencyDataProvider(@NotNull DependencyReader dependencyReader, @NotNull URL moduleUrl) -
Method Summary
Modifier and TypeMethodDescription@NotNull DependencyReaderboolean@NotNull DependencyDataget()@NotNull URLgetURL()Public for tests.inthashCode()@NotNull URLtoString()
-
Constructor Details
-
ModuleDependencyDataProvider
public ModuleDependencyDataProvider(@NotNull @NotNull DependencyReader dependencyReader, @NotNull @NotNull URL moduleUrl)
-
-
Method Details
-
get
- Specified by:
getin interfaceDependencyDataProvider
-
getURL
@Contract(value="-> new", pure=true) @NotNull public @NotNull URL getURL() throws MalformedURLExceptionPublic for tests.- Throws:
MalformedURLException
-
dependencyReader
-
moduleUrl
-
equals
-
hashCode
public int hashCode() -
toString
-