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.
|
Modifier and Type | Method and Description |
---|---|
MetadataGenerator |
MetadataGeneratorFactory.newInstance(RepositorySystemSession session,
DeployRequest request)
Creates a new metadata generator for the specified deploy request.
|
MetadataGenerator |
MetadataGeneratorFactory.newInstance(RepositorySystemSession session,
InstallRequest request)
Creates a new metadata generator for the specified install request.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<? extends MetadataGenerator> |
DefaultDeployer.getMetadataGenerators(RepositorySystemSession session,
DeployRequest request) |
private java.util.List<? extends MetadataGenerator> |
DefaultInstaller.getMetadataGenerators(RepositorySystemSession session,
InstallRequest request) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Metadata> |
Utils.finishMetadata(java.util.List<? extends MetadataGenerator> generators,
java.util.List<? extends Artifact> artifacts) |
static java.util.List<Metadata> |
Utils.prepareMetadata(java.util.List<? extends MetadataGenerator> generators,
java.util.List<? extends Artifact> artifacts) |