| Package | Description |
|---|---|
| org.eclipse.aether.impl.guice |
The integration with the dependency injection framework Google Guice.
|
| org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Set<RepositoryLayoutFactory> |
AetherModule.provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2) |
| Modifier and Type | Method and Description |
|---|---|
(package private) java.util.Set<RepositoryLayoutFactory> |
AetherModule.provideRepositoryLayoutFactories(RepositoryLayoutFactory maven2) |
| Modifier and Type | Class and Description |
|---|---|
class |
Maven2RepositoryLayoutFactory
Provides a Maven-2 repository layout for repositories with content type
"default". |
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<RepositoryLayoutFactory> |
DefaultRepositoryLayoutProvider.factories |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositoryLayoutProvider |
DefaultRepositoryLayoutProvider.addRepositoryLayoutFactory(RepositoryLayoutFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
DefaultRepositoryLayoutProvider |
DefaultRepositoryLayoutProvider.setRepositoryLayoutFactories(java.util.Collection<RepositoryLayoutFactory> factories) |
| Constructor and Description |
|---|
DefaultRepositoryLayoutProvider(java.util.Set<RepositoryLayoutFactory> layoutFactories,
LoggerFactory loggerFactory) |