Uses of Interface
org.apache.maven.api.Artifact
Packages that use Artifact
Package
Description
-
Uses of Artifact in org.apache.maven.api
Subinterfaces of Artifact in org.apache.maven.apiMethods in org.apache.maven.api that return ArtifactModifier and TypeMethodDescriptionSession.createArtifact(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).create(...)Session.createArtifact(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).create(...)Project.getArtifact()Session.resolveArtifact(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)Session.resolveArtifact(ArtifactCoordinate coordinate) Shortcut forgetService(ArtifactResolver.class).resolve(...)Methods in org.apache.maven.api that return types with arguments of type ArtifactModifier and TypeMethodDescriptionSession.resolveArtifacts(Collection<? extends ArtifactCoordinate> coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)Session.resolveArtifacts(Artifact... artifacts) Shortcut forgetService(ArtifactResolver.class).resolve(...)Session.resolveArtifacts(ArtifactCoordinate... coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)Methods in org.apache.maven.api with parameters of type ArtifactModifier and TypeMethodDescriptionSession.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)Session.createArtifactCoordinate(Artifact artifact) Shortcut forgetService(ArtifactFactory.class).create(...)voidSession.deployArtifact(RemoteRepository repository, Artifact... artifacts) Shortcut forgetService(ArtifactDeployer.class).deploy(...)Session.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)Session.getPathForLocalArtifact(Artifact artifact) Session.getPathForRemoteArtifact(RemoteRepository remote, Artifact artifact) voidSession.installArtifacts(Artifact... artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...)Session.resolveArtifact(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)Session.resolveArtifacts(Artifact... artifacts) Shortcut forgetService(ArtifactResolver.class).resolve(...)voidSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)Method parameters in org.apache.maven.api with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidSession.installArtifacts(Collection<Artifact> artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...) -
Uses of Artifact in org.apache.maven.api.services
Methods in org.apache.maven.api.services that return ArtifactModifier and TypeMethodDescriptionArtifactFactory.create(ArtifactFactoryRequest request) Creates an artifact.default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String extension) default ArtifactArtifactFactory.create(Session session, String groupId, String artifactId, String version, String classifier, String extension, String type) Methods in org.apache.maven.api.services that return types with arguments of type ArtifactModifier and TypeMethodDescriptionProjectBuilderRequest.getArtifact()ArtifactDeployerRequest.getArtifacts()ArtifactInstallerRequest.getArtifacts()ArtifactResolverResult.getArtifacts()ProjectManager.getAttachedArtifacts(Project project) ProjectManager.getResolvedDependencies(Project project, ResolutionScope scope) DependencyCollectorRequest.getRootArtifact()Methods in org.apache.maven.api.services with parameters of type ArtifactModifier and TypeMethodDescriptionvoidProjectManager.attachArtifact(Project project, Artifact artifact, Path path) static DependencyCollectorRequestdefault ProjectBuilderResultCreates aProjectfrom an artifact.static ProjectBuilderRequestdefault DependencyCollectorResultCollects the transitive dependencies of some artifacts and builds a dependency graph.default ArtifactCoordinateReturns the path of the file previously associated to this artifact orOptional.empty()if no path has been associated.LocalRepositoryManager.getPathForLocalArtifact(Session session, LocalRepository local, Artifact artifact) LocalRepositoryManager.getPathForRemoteArtifact(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) default voidDependencyCollectorRequest.DependencyCollectorRequestBuilder.rootArtifact(Artifact rootArtifact) Sets the root artifact for the dependency graph.voidAssociates the given file path to the artifact.Method parameters in org.apache.maven.api.services with type arguments of type ArtifactModifier and TypeMethodDescriptionArtifactDeployerRequest.ArtifactDeployerRequestBuilder.artifacts(Collection<Artifact> artifacts) ArtifactInstallerRequest.ArtifactInstallerRequestBuilder.artifacts(Collection<Artifact> artifacts) static ArtifactDeployerRequestArtifactDeployerRequest.build(Session session, RemoteRepository repository, Collection<Artifact> artifacts) static ArtifactInstallerRequestArtifactInstallerRequest.build(Session session, Collection<Artifact> artifacts) default voidArtifactDeployer.deploy(Session session, RemoteRepository repository, Collection<Artifact> artifacts) default voidArtifactInstaller.install(Session session, Collection<Artifact> artifacts) -
Uses of Artifact in org.apache.maven.internal.impl
Classes in org.apache.maven.internal.impl that implement ArtifactModifier and TypeClassDescriptionclassA wrapper class around a maven resolver artifact.classMethods in org.apache.maven.internal.impl that return ArtifactModifier and TypeMethodDescriptionDefaultArtifactFactory.create(ArtifactFactoryRequest request) AbstractSession.createArtifact(String groupId, String artifactId, String version, String extension) Shortcut forgetService(ArtifactFactory.class).create(...)AbstractSession.createArtifact(String groupId, String artifactId, String version, String classifier, String extension, String type) Shortcut forgetService(ArtifactFactory.class).create(...)AbstractSession.getArtifact(org.eclipse.aether.artifact.Artifact artifact) DefaultProject.getArtifact()AbstractSession.resolveArtifact(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)AbstractSession.resolveArtifact(ArtifactCoordinate coordinate) Shortcut forgetService(ArtifactResolver.class).resolve(...)Methods in org.apache.maven.internal.impl that return types with arguments of type ArtifactModifier and TypeMethodDescriptionDefaultProjectManager.getAttachedArtifacts(Project project) DefaultProjectManager.getResolvedDependencies(Project project, ResolutionScope scope) AbstractSession.resolveArtifacts(Collection<? extends ArtifactCoordinate> coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)AbstractSession.resolveArtifacts(Artifact... artifacts) AbstractSession.resolveArtifacts(ArtifactCoordinate... coordinates) Shortcut forgetService(ArtifactResolver.class).resolve(...)Methods in org.apache.maven.internal.impl with parameters of type ArtifactModifier and TypeMethodDescriptionvoidDefaultProjectManager.attachArtifact(Project project, Artifact artifact, Path path) AbstractSession.collectDependencies(Artifact artifact) Shortcut forgetService(DependencyCollector.class).collect(...)AbstractSession.createArtifactCoordinate(Artifact artifact) Shortcut forgetService(CoordinateFactory.class).create(...)voidAbstractSession.deployArtifact(RemoteRepository repository, Artifact... artifacts) Shortcut forgetService(ArtifactDeployer.class).deploy(...)AbstractSession.getArtifactPath(Artifact artifact) Shortcut forgetService(ArtifactManager.class).getPath(...)AbstractSession.getPathForLocalArtifact(Artifact artifact) DefaultLocalRepositoryManager.getPathForLocalArtifact(Session session, LocalRepository local, Artifact artifact) AbstractSession.getPathForRemoteArtifact(RemoteRepository remote, Artifact artifact) DefaultLocalRepositoryManager.getPathForRemoteArtifact(Session session, LocalRepository local, RemoteRepository remote, Artifact artifact) voidAbstractSession.installArtifacts(Artifact... artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...)AbstractSession.resolveArtifact(Artifact artifact) Shortcut forgetService(ArtifactResolver.class).resolve(...)AbstractSession.resolveArtifacts(Artifact... artifacts) voidAbstractSession.setArtifactPath(Artifact artifact, Path path) Shortcut forgetService(ArtifactManager.class).setPath(...)voidorg.eclipse.aether.artifact.ArtifactAbstractSession.toArtifact(Artifact artifact) Method parameters in org.apache.maven.internal.impl with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidAbstractSession.installArtifacts(Collection<Artifact> artifacts) Shortcut forgetService(ArtifactInstaller.class).install(...)List<org.eclipse.aether.artifact.Artifact>AbstractSession.toArtifacts(Collection<Artifact> artifacts)