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 classDefaultArtifactMethods in org.fedoraproject.xmvn.artifact that return Artifact Modifier and Type Method Description ArtifactArtifact. setPath(java.nio.file.Path path)Set artifact path.ArtifactDefaultArtifact. setPath(java.nio.file.Path path)ArtifactArtifact. setVersion(java.lang.String version)Set artifact version.ArtifactDefaultArtifact. 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 ArtifactDeploymentRequest. getArtifact()ArtifactDependencyDescriptor. 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 voidDeploymentRequest. addDependency(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)voidDeploymentRequest. addDependency(Artifact dependencyArtifact, java.util.List<Artifact> exclusions)voidDeploymentRequest. addDependency(Artifact dependencyArtifact, Artifact... exclusions)voidDeploymentRequest. removeDependency(Artifact dependencyArtifact)voidDeploymentRequest. setArtifact(Artifact artifact)Method parameters in org.fedoraproject.xmvn.deployer with type arguments of type Artifact Modifier and Type Method Description voidDeploymentRequest. addDependency(Artifact dependencyArtifact, boolean optional, java.util.List<Artifact> exclusions)voidDeploymentRequest. 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 ArtifactArtifactMetadata. toArtifact()ArtifactDependency. toArtifact()Methods in org.fedoraproject.xmvn.metadata with parameters of type Artifact Modifier and Type Method Description ArtifactMetadataMetadataResult. 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 ArtifactResolutionRequest. getArtifact()Get artifact which resolution is requested.Methods in org.fedoraproject.xmvn.resolver with parameters of type Artifact Modifier and Type Method Description voidResolutionRequest. 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)
-