Uses of Interface
org.fedoraproject.xmvn.artifact.Artifact
-
Packages that use Artifact Package Description org.fedoraproject.xmvn.artifact org.fedoraproject.xmvn.deployer org.fedoraproject.xmvn.metadata org.fedoraproject.xmvn.resolver -
-
Uses of Artifact in org.fedoraproject.xmvn.artifact
Classes in org.fedoraproject.xmvn.artifact that implement Artifact Modifier and Type Class Description class
DefaultArtifact
Methods in org.fedoraproject.xmvn.artifact that return Artifact Modifier and Type Method Description Artifact
Artifact. setPath(java.nio.file.Path path)
Set artifact path.Artifact
DefaultArtifact. setPath(java.nio.file.Path path)
Artifact
Artifact. setVersion(java.lang.String version)
Set artifact version.Artifact
DefaultArtifact. setVersion(java.lang.String version)
-
Uses of Artifact in org.fedoraproject.xmvn.deployer
Methods in org.fedoraproject.xmvn.deployer that return Artifact Modifier and Type Method Description Artifact
DeploymentRequest. getArtifact()
Artifact
DependencyDescriptor. getDependencyArtifact()
Methods in org.fedoraproject.xmvn.deployer that return types with arguments of type Artifact Modifier and Type Method Description java.util.List<Artifact>
DependencyDescriptor. getExclusions()
Methods in org.fedoraproject.xmvn.deployer with parameters of type Artifact Modifier and Type Method Description void
DeploymentRequest. addDependency(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)
void
DeploymentRequest. addDependency(Artifact dependencyArtifact, java.util.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 Artifact Modifier and Type Method Description void
DeploymentRequest. addDependency(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)
void
DeploymentRequest. addDependency(Artifact dependencyArtifact, java.util.List<Artifact> exclusions)
Constructors in org.fedoraproject.xmvn.deployer with parameters of type Artifact Constructor Description DependencyDescriptor(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)
Constructor parameters in org.fedoraproject.xmvn.deployer with type arguments of type Artifact Constructor Description DependencyDescriptor(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)
-
Uses of Artifact in org.fedoraproject.xmvn.metadata
Methods in org.fedoraproject.xmvn.metadata that return Artifact Modifier and Type Method Description Artifact
ArtifactMetadata. toArtifact()
Artifact
Dependency. toArtifact()
Methods in org.fedoraproject.xmvn.metadata with parameters of type Artifact Modifier and Type Method Description ArtifactMetadata
MetadataResult. getMetadataFor(Artifact artifact)
Lookup metadata for specified artifact. -
Uses of Artifact in org.fedoraproject.xmvn.resolver
Methods in org.fedoraproject.xmvn.resolver that return Artifact Modifier and Type Method Description Artifact
ResolutionRequest. getArtifact()
Get artifact which resolution is requested.Methods in org.fedoraproject.xmvn.resolver with parameters of type Artifact Modifier and Type Method Description void
ResolutionRequest. setArtifact(Artifact artifact)
Set artifact which resolution is requested.Constructors in org.fedoraproject.xmvn.resolver with parameters of type Artifact Constructor Description ResolutionRequest(Artifact artifact)
-