Package | Description |
---|---|
org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
org.eclipse.aether.spi.localrepo |
The contract for custom local repository implementations.
|
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryProvider.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository localRepository)
Creates a new manager for the specified local repository.
|
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
EnhancedLocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository) |
LocalRepositoryManager |
SimpleLocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository) |
LocalRepositoryManager |
DefaultLocalRepositoryProvider.newLocalRepositoryManager(RepositorySystemSession session,
LocalRepository repository) |
Modifier and Type | Method and Description |
---|---|
LocalRepositoryManager |
LocalRepositoryManagerFactory.newInstance(RepositorySystemSession session,
LocalRepository repository)
Tries to create a repository manager for the specified local repository.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.