Package io.github.slimjar.resolver
Class ResolutionResult
java.lang.Object
io.github.slimjar.resolver.ResolutionResult
-
Constructor Summary
ConstructorsConstructorDescriptionResolutionResult(@NotNull Repository repository, @NotNull URL dependencyURL, @Nullable URL checksumURL, boolean aggregator, boolean checked) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanchecked()@Nullable URL@NotNull URLbooleaninthashCode()static @NotNull ResolutionResult@NotNull Repositoryvoidvoidwrite(@NotNull DataOutput out)
-
Constructor Details
-
ResolutionResult
@Contract(pure=true) public ResolutionResult(@NotNull @NotNull Repository repository, @NotNull @NotNull URL dependencyURL, @Nullable @Nullable URL checksumURL, boolean aggregator, boolean checked)
-
-
Method Details
-
read
@NotNull @Contract(pure=true) public static @NotNull ResolutionResult read(@NotNull @NotNull DataInput in) throws IOException - Throws:
IOException
-
write
- Throws:
IOException
-
repository
-
dependencyURL
-
checksumURL
-
aggregator
public boolean aggregator() -
checked
public boolean checked() -
setChecked
public void setChecked() -
equals
-
hashCode
@Contract(pure=true) public int hashCode()
-