public interface VariantArtifactsLocator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getArtifactId() |
java.lang.String |
getClassifier(ArtifactType type) |
java.lang.Object |
getDependencyNotation(ArtifactType type) |
org.gradle.api.specs.Spec<org.gradle.api.artifacts.Dependency> |
getDependencySpec(ArtifactType type) |
java.lang.String |
getExtension(ArtifactType type) |
java.lang.String |
getGroupId() |
java.util.function.Predicate<org.gradle.api.artifacts.ResolvedArtifact> |
getResolvedArtifactSpec(ArtifactType type) |
java.lang.String |
getVersion() |
@NotNull java.lang.String getGroupId()
@NotNull java.lang.String getArtifactId()
@NotNull java.lang.String getVersion()
@Nullable java.lang.String getClassifier(ArtifactType type)
@NotNull java.lang.String getExtension(ArtifactType type)
@NotNull java.lang.Object getDependencyNotation(ArtifactType type)
@NotNull org.gradle.api.specs.Spec<org.gradle.api.artifacts.Dependency> getDependencySpec(ArtifactType type)
@NotNull java.util.function.Predicate<org.gradle.api.artifacts.ResolvedArtifact> getResolvedArtifactSpec(ArtifactType type)