Uses of Interface
org.fedoraproject.xmvn.artifact.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.fedoraproject.xmvn.artifact
Classes in org.fedoraproject.xmvn.artifact that implement ArtifactMethods in org.fedoraproject.xmvn.artifact that return ArtifactModifier and TypeMethodDescriptionstatic ArtifactFactory method to create an artifact instance from a coordinate string.static ArtifactFactory method to create an artifact with a group ID and artifact ID.static ArtifactFactory method to create an artifact with a group ID, artifact ID, and version.static ArtifactFactory method to create an artifact with a group ID, artifact ID, extension, and version.static ArtifactFactory method to create an artifact with full coordinates.static ArtifactArtifact.of(String groupId, String artifactId, String extension, String classifier, String version, Path path) Factory method to create an artifact with full coordinates and a local file path.default ArtifactDeprecated.default ArtifactArtifact.setVersion(String version) Deprecated.UseArtifact.withVersion(String)instead.Creates a new artifact instance with the specified file path.Deprecated.Artifact.withVersion(String version) Creates a new artifact instance with the specified version.DefaultArtifact.withVersion(String version) Deprecated. -
Uses of Artifact in org.fedoraproject.xmvn.metadata
Methods in org.fedoraproject.xmvn.metadata that return ArtifactMethods in org.fedoraproject.xmvn.metadata with parameters of type ArtifactModifier and TypeMethodDescriptionMetadataResult.getMetadataFor(Artifact artifact) Lookup metadata for specified artifact. -
Uses of Artifact in org.fedoraproject.xmvn.resolver
Methods in org.fedoraproject.xmvn.resolver that return ArtifactModifier and TypeMethodDescriptionResolutionRequest.getArtifact()Get artifact which resolution is requested.Methods in org.fedoraproject.xmvn.resolver with parameters of type ArtifactModifier and TypeMethodDescriptionvoidResolutionRequest.setArtifact(Artifact artifact) Set artifact which resolution is requested.Constructors in org.fedoraproject.xmvn.resolver with parameters of type Artifact
Artifact.withPath(Path)instead.