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 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.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 ArtifactDeploymentRequest. artifactprivate ArtifactDependencyDescriptor. dependencyArtifactFields in org.fedoraproject.xmvn.deployer with type parameters of type Artifact Modifier and Type Field Description private java.util.List<Artifact>DependencyDescriptor. exclusionsMethods 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.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. artifactMapMethods in org.fedoraproject.xmvn.metadata.impl with parameters of type Artifact Modifier and Type Method Description ArtifactMetadataDefaultMetadataResult. 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) ArtifactBuilddepMojo.NamespacedArtifact. artifactFields in org.fedoraproject.xmvn.mojo with type parameters of type Artifact Modifier and Type Field Description private java.util.Set<Artifact>BuildDependencyVisitor. artifactsprivate java.util.Set<Artifact>BuilddepMojo. commonDepsMethods in org.fedoraproject.xmvn.mojo that return Artifact Modifier and Type Method Description ArtifactArtifactTypeRegistry. createTypedArtifact(java.lang.String groupId, java.lang.String artifactId, java.lang.String type, java.lang.String customClassifier, java.lang.String version)static ArtifactUtils. dependencyArtifact(org.eclipse.aether.RepositorySystemSession repoSession, org.apache.maven.model.Dependency dependency)static ArtifactUtils. 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 voidInstallMojo. deployArtifact(Artifact artifact, java.lang.String type, org.apache.maven.model.Model model)private java.lang.StringInstallMojo. 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 voidBuilddepMojo. addLifecycleDependencies(java.util.Set<Artifact> artifacts, org.apache.maven.project.MavenProject project)static java.lang.StringUtils. 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 ArtifactArtifactContext. artifactMethods in org.fedoraproject.xmvn.repository that return Artifact Modifier and Type Method Description ArtifactArtifactContext. getArtifact()Methods in org.fedoraproject.xmvn.repository with parameters of type Artifact Modifier and Type Method Description java.nio.file.PathRepository. 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.PathCompoundRepository. getPrimaryArtifactPath(Artifact artifact, ArtifactContext context, java.lang.String pattern)java.nio.file.PathSimpleRepository. 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 ArtifactResolutionRequest. artifactMethods 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) -
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 voidEffectivePomGenerator. addProject(org.w3c.dom.Document document, ArtifactMetadata metadata, Artifact artifact)java.nio.file.PathEffectivePomGenerator. generateEffectivePom(ArtifactMetadata metadata, Artifact artifact)private java.nio.file.PathLocalRepositoryResolver. getMavenRepositoryPath(Artifact artifact)booleanMockAgent. 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 voidJarUtils. injectManifest(java.nio.file.Path targetJar, Artifact artifact)Inject artifact coordinates into manifest of specified JAR (or WAR, EAR, ...) file.private static voidJarUtils. 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 ArtifactArtifactState. artifactMethods in org.fedoraproject.xmvn.tools.install.impl that return Artifact Modifier and Type Method Description ArtifactArtifactState. getArtifact()Methods in org.fedoraproject.xmvn.tools.install.impl with parameters of type Artifact Modifier and Type Method Description ArtifactInstallerArtifactInstallerFactory. 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 voidDefaultInstaller. 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 ArtifactResolutionRequestBean. artifactMethods in org.fedoraproject.xmvn.tools.resolve.xml that return Artifact Modifier and Type Method Description ArtifactResolutionRequestBean. getArtifact()ArtifactArtifactBean.Adapter. unmarshal(ArtifactBean bean)(package private) ArtifactArtifactUnmarshaller. unmarshal()Methods in org.fedoraproject.xmvn.tools.resolve.xml with parameters of type Artifact Modifier and Type Method Description ArtifactBeanArtifactBean.Adapter. marshal(Artifact artifact)voidResolutionRequestBean. 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 ArtifactArtifactVisitor. getArtifactFromManifest(java.nio.file.Path path)private ArtifactArtifactVisitor. getArtifactFromPomProperties(java.nio.file.Path path, java.lang.String extension)private ArtifactArtifactVisitor. 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 ArtifactMetadataArtifactVisitor. resolveMetadata(Artifact artifact)
-