Package org.apache.maven.internal.impl
Class DefaultArtifactInstaller
java.lang.Object
org.apache.maven.internal.impl.DefaultArtifactInstaller
- All Implemented Interfaces:
Service
,ArtifactInstaller
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final org.eclipse.aether.RepositorySystem
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultArtifactInstaller
(org.eclipse.aether.RepositorySystem repositorySystem) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.maven.api.services.ArtifactInstaller
install, install
-
Field Details
-
repositorySystem
private final org.eclipse.aether.RepositorySystem repositorySystem
-
-
Constructor Details
-
DefaultArtifactInstaller
-
-
Method Details
-
install
public void install(ArtifactInstallerRequest request) throws ArtifactInstallerException, IllegalArgumentException - Specified by:
install
in interfaceArtifactInstaller
- Parameters:
request
-ArtifactInstallerRequest
- Throws:
ArtifactInstallerException
- in case of an errorIllegalArgumentException
- in caserequest
isnull
-