Package | Description |
---|---|
org.apache.maven.api | |
org.apache.maven.api.services | |
org.apache.maven.internal.impl |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
Session.createLocalRepository(Path path)
Shortcut for
getService(RepositoryFactory.class).createLocal(...) |
LocalRepository |
Session.getLocalRepository() |
Modifier and Type | Method and Description |
---|---|
Session |
Session.withLocalRepository(LocalRepository localRepository)
Creates a derived session using the given local repository.
|
Modifier and Type | Method and Description |
---|---|
LocalRepository |
RepositoryFactory.createLocal(Path path) |
Modifier and Type | Method and Description |
---|---|
Path |
LocalRepositoryManager.getPathForLocalArtifact(Session session,
LocalRepository local,
Artifact artifact) |
Path |
LocalRepositoryManager.getPathForRemoteArtifact(Session session,
LocalRepository local,
RemoteRepository remote,
Artifact artifact) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocalRepository |
Modifier and Type | Method and Description |
---|---|
LocalRepository |
DefaultRepositoryFactory.createLocal(Path path) |
LocalRepository |
AbstractSession.createLocalRepository(Path path)
Shortcut for
getService(RepositoryFactory.class).createLocal(...) |
LocalRepository |
DefaultSession.getLocalRepository() |
Modifier and Type | Method and Description |
---|---|
Path |
DefaultLocalRepositoryManager.getPathForLocalArtifact(Session session,
LocalRepository local,
Artifact artifact) |
Path |
DefaultLocalRepositoryManager.getPathForRemoteArtifact(Session session,
LocalRepository local,
RemoteRepository remote,
Artifact artifact) |
org.eclipse.aether.repository.LocalRepository |
AbstractSession.toRepository(LocalRepository repository) |
Session |
DefaultSession.withLocalRepository(LocalRepository localRepository) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.