Package org.apache.maven.api.services
Interface ArtifactInstallerRequest
A request for installing one or more artifacts in the local repository.
- Since:
 - 4.0.0
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class - 
Method Summary
Modifier and TypeMethodDescriptionstatic ArtifactInstallerRequestbuild(Session session, Collection<Artifact> artifacts) builder() 
- 
Method Details
- 
getSession
 - 
getArtifacts
 - 
builder
 - 
build
 
 -