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 Artifact -
Uses of Artifact in org.fedoraproject.xmvn.deployer
Methods in org.fedoraproject.xmvn.deployer that return ArtifactModifier and TypeMethodDescriptionDeploymentRequest.getArtifact()
DependencyDescriptor.getDependencyArtifact()
Methods in org.fedoraproject.xmvn.deployer that return types with arguments of type ArtifactMethods in org.fedoraproject.xmvn.deployer with parameters of type ArtifactModifier and TypeMethodDescriptionvoid
DeploymentRequest.addDependency
(Artifact dependencyArtifact, boolean optional, List<Artifact> exclusions) void
DeploymentRequest.addDependency
(Artifact dependencyArtifact, List<Artifact> exclusions) void
DeploymentRequest.addDependency
(Artifact dependencyArtifact, Artifact... exclusions) void
DeploymentRequest.removeDependency
(Artifact dependencyArtifact) void
DeploymentRequest.setArtifact
(Artifact artifact) Method parameters in org.fedoraproject.xmvn.deployer with type arguments of type ArtifactModifier and TypeMethodDescriptionvoid
DeploymentRequest.addDependency
(Artifact dependencyArtifact, boolean optional, List<Artifact> exclusions) void
DeploymentRequest.addDependency
(Artifact dependencyArtifact, List<Artifact> exclusions) Constructors in org.fedoraproject.xmvn.deployer with parameters of type ArtifactModifierConstructorDescriptionDependencyDescriptor
(Artifact dependencyArtifact, boolean optional, List<Artifact> exclusions) Constructor parameters in org.fedoraproject.xmvn.deployer with type arguments of type ArtifactModifierConstructorDescriptionDependencyDescriptor
(Artifact dependencyArtifact, boolean optional, List<Artifact> exclusions) -
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 TypeMethodDescriptionvoid
ResolutionRequest.setArtifact
(Artifact artifact) Set artifact which resolution is requested.Constructors in org.fedoraproject.xmvn.resolver with parameters of type Artifact