Uses of Interface
org.fedoraproject.xmvn.artifact.Artifact
-
-
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.connector.maven
Fields in org.fedoraproject.xmvn.connector.maven with type parameters of type Artifact Modifier and Type Field Description private java.util.Map<Artifact,ResolutionResult>
DependencyVersionReportGenerator. data
-
Uses of Artifact in org.fedoraproject.xmvn.deployer
Fields in org.fedoraproject.xmvn.deployer declared as Artifact Modifier and Type Field Description private Artifact
DeploymentRequest. artifact
private Artifact
DependencyDescriptor. dependencyArtifact
Fields in org.fedoraproject.xmvn.deployer with type parameters of type Artifact Modifier and Type Field Description private java.util.List<Artifact>
DependencyDescriptor. exclusions
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.metadata.impl
Fields in org.fedoraproject.xmvn.metadata.impl with type parameters of type Artifact Modifier and Type Field Description private java.util.Map<Artifact,ArtifactMetadata>
DefaultMetadataResult. artifactMap
Methods in org.fedoraproject.xmvn.metadata.impl with parameters of type Artifact Modifier and Type Method Description ArtifactMetadata
DefaultMetadataResult. getMetadataFor(Artifact artifact)
-
Uses of Artifact in org.fedoraproject.xmvn.mojo
Fields in org.fedoraproject.xmvn.mojo declared as Artifact Modifier and Type Field Description (package private) Artifact
BuilddepMojo.NamespacedArtifact. artifact
Fields in org.fedoraproject.xmvn.mojo with type parameters of type Artifact Modifier and Type Field Description private java.util.Set<Artifact>
BuildDependencyVisitor. artifacts
private java.util.Set<Artifact>
BuilddepMojo. commonDeps
Methods in org.fedoraproject.xmvn.mojo that return Artifact Modifier and Type Method Description Artifact
ArtifactTypeRegistry. createTypedArtifact(java.lang.String groupId, java.lang.String artifactId, java.lang.String type, java.lang.String customClassifier, java.lang.String version)
static Artifact
Utils. dependencyArtifact(org.eclipse.aether.RepositorySystemSession repoSession, org.apache.maven.model.Dependency dependency)
static Artifact
Utils. xmvnArtifact(org.apache.maven.artifact.Artifact mavenArtifact)
Methods in org.fedoraproject.xmvn.mojo that return types with arguments of type Artifact Modifier and Type Method Description java.util.Set<Artifact>
BuildDependencyVisitor. getArtifacts()
private java.util.Set<Artifact>
BuilddepMojo. getModelDependencies(org.apache.maven.model.Model model)
Methods in org.fedoraproject.xmvn.mojo with parameters of type Artifact Modifier and Type Method Description private void
InstallMojo. deployArtifact(Artifact artifact, java.lang.String type, org.apache.maven.model.Model model)
private java.lang.String
InstallMojo. getProjectProperty(Artifact artifact, java.lang.String key)
Method parameters in org.fedoraproject.xmvn.mojo with type arguments of type Artifact Modifier and Type Method Description private void
BuilddepMojo. addLifecycleDependencies(java.util.Set<Artifact> artifacts, org.apache.maven.project.MavenProject project)
static java.lang.String
Utils. collectionToString(java.util.Collection<Artifact> collection, boolean multiLine)
Convert a collection of artifacts to a human-readable string.Constructors in org.fedoraproject.xmvn.mojo with parameters of type Artifact Constructor Description NamespacedArtifact(java.lang.String namespace, Artifact artifact)
-
Uses of Artifact in org.fedoraproject.xmvn.repository
Fields in org.fedoraproject.xmvn.repository declared as Artifact Modifier and Type Field Description private Artifact
ArtifactContext. artifact
Methods in org.fedoraproject.xmvn.repository that return Artifact Modifier and Type Method Description Artifact
ArtifactContext. getArtifact()
Methods in org.fedoraproject.xmvn.repository with parameters of type Artifact Modifier and Type Method Description java.nio.file.Path
Repository. getPrimaryArtifactPath(Artifact artifact, ArtifactContext context, java.lang.String pattern)
Obtain the preferred path to given artifact in this repository.Constructors in org.fedoraproject.xmvn.repository with parameters of type Artifact Constructor Description ArtifactContext(Artifact artifact)
ArtifactContext(Artifact artifact, java.util.Map<java.lang.String,java.lang.String> properties)
-
Uses of Artifact in org.fedoraproject.xmvn.repository.impl
Methods in org.fedoraproject.xmvn.repository.impl with parameters of type Artifact Modifier and Type Method Description java.nio.file.Path
CompoundRepository. getPrimaryArtifactPath(Artifact artifact, ArtifactContext context, java.lang.String pattern)
java.nio.file.Path
SimpleRepository. getPrimaryArtifactPath(Artifact artifact, ArtifactContext context, java.lang.String pattern)
-
Uses of Artifact in org.fedoraproject.xmvn.resolver
Fields in org.fedoraproject.xmvn.resolver declared as Artifact Modifier and Type Field Description private Artifact
ResolutionRequest. artifact
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)
-
Uses of Artifact in org.fedoraproject.xmvn.resolver.impl
Methods in org.fedoraproject.xmvn.resolver.impl with parameters of type Artifact Modifier and Type Method Description private void
EffectivePomGenerator. addProject(org.w3c.dom.Document document, ArtifactMetadata metadata, Artifact artifact)
java.nio.file.Path
EffectivePomGenerator. generateEffectivePom(ArtifactMetadata metadata, Artifact artifact)
private java.nio.file.Path
LocalRepositoryResolver. getMavenRepositoryPath(Artifact artifact)
boolean
MockAgent. tryInstallArtifact(Artifact artifact)
-
Uses of Artifact in org.fedoraproject.xmvn.tools.install
Methods in org.fedoraproject.xmvn.tools.install with parameters of type Artifact Modifier and Type Method Description static void
JarUtils. injectManifest(java.nio.file.Path targetJar, Artifact artifact)
Inject artifact coordinates into manifest of specified JAR (or WAR, EAR, ...) file.private static void
JarUtils. updateManifest(Artifact artifact, java.util.jar.Manifest mf)
-
Uses of Artifact in org.fedoraproject.xmvn.tools.install.impl
Fields in org.fedoraproject.xmvn.tools.install.impl declared as Artifact Modifier and Type Field Description private Artifact
ArtifactState. artifact
Methods in org.fedoraproject.xmvn.tools.install.impl that return Artifact Modifier and Type Method Description Artifact
ArtifactState. getArtifact()
Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type Artifact Modifier and Type Method Description ArtifactInstaller
ArtifactInstallerFactory. getInstallerFor(Artifact artifact, java.util.Properties properties)
Method parameters in org.fedoraproject.xmvn.tools.install.impl with type arguments of type Artifact Modifier and Type Method Description private void
DefaultInstaller. resolveDependency(Dependency dependency, java.util.Map<Artifact,ArtifactMetadata> installedArtifacts)
Constructors in org.fedoraproject.xmvn.tools.install.impl with parameters of type Artifact Constructor Description ArtifactState(Artifact artifact, ArtifactMetadata metadata)
-
Uses of Artifact in org.fedoraproject.xmvn.tools.resolve.xml
Fields in org.fedoraproject.xmvn.tools.resolve.xml declared as Artifact Modifier and Type Field Description private Artifact
ResolutionRequestBean. artifact
Methods in org.fedoraproject.xmvn.tools.resolve.xml that return Artifact Modifier and Type Method Description Artifact
ResolutionRequestBean. getArtifact()
Artifact
ArtifactBean.Adapter. unmarshal(ArtifactBean bean)
(package private) Artifact
ArtifactUnmarshaller. unmarshal()
Methods in org.fedoraproject.xmvn.tools.resolve.xml with parameters of type Artifact Modifier and Type Method Description ArtifactBean
ArtifactBean.Adapter. marshal(Artifact artifact)
void
ResolutionRequestBean. setArtifact(Artifact artifact)
-
Uses of Artifact in org.fedoraproject.xmvn.tools.subst
Methods in org.fedoraproject.xmvn.tools.subst that return Artifact Modifier and Type Method Description private Artifact
ArtifactVisitor. getArtifactFromManifest(java.nio.file.Path path)
private Artifact
ArtifactVisitor. getArtifactFromPomProperties(java.nio.file.Path path, java.lang.String extension)
private Artifact
ArtifactVisitor. readArtifactDefinition(java.nio.file.Path path, java.lang.String extension)
Methods in org.fedoraproject.xmvn.tools.subst with parameters of type Artifact Modifier and Type Method Description private ArtifactMetadata
ArtifactVisitor. resolveMetadata(Artifact artifact)
-