| Interface | Description |
|---|---|
| ArtifactCoordinateFactory |
Service used to create
ArtifactCoordinate objects. |
| ArtifactCoordinateFactoryRequest |
A request for creating a
ArtifactCoordinate object. |
| ArtifactDeployer |
Deploys
Artifacts to a RemoteRepository. |
| ArtifactDeployerRequest |
A request for deploying one or more artifacts to a remote repository.
|
| ArtifactFactory |
Service used to create
Artifact objects. |
| ArtifactFactoryRequest | |
| ArtifactInstaller |
Installs
Artifacts to the local repository. |
| ArtifactInstallerRequest |
A request for installing one or more artifacts in the local repository.
|
| ArtifactManager | |
| ArtifactResolver |
Resolves the artifact, i.e download the file when required and attach it to the artifact
|
| ArtifactResolverRequest |
A request for resolving an artifact.
|
| ArtifactResolverResult |
The Artifact Result
|
| DependencyCollector |
The DependencyCollector service can be used to collect dependencies
for a given artifact and builds a graph of them.
|
| DependencyCollectorRequest |
A request to collect the transitive dependencies and to build a dependency graph from them.
|
| DependencyCollectorResult |
The result of a dependency collection request.
|
| DependencyCoordinateFactory | |
| DependencyCoordinateFactoryRequest | |
| LocalRepositoryManager | |
| Lookup | |
| MessageBuilder |
Message builder that supports configurable styling.
|
| MessageBuilderFactory |
A factory for
MessageBuilder. |
| ProjectBuilder | |
| ProjectBuilderProblem |
Describes a problem that was encountered during project building.
|
| ProjectBuilderRequest |
Request used to build a
Project using
the ProjectBuilder service. |
| ProjectBuilderResult |
Result of a project build call.
|
| ProjectBuilderSource |
The source for a project's XML model.
|
| ProjectManager |
Interface to manage the project during its lifecycle.
|
| Prompter |
Service used to interact with the end user.
|
| RepositoryFactory |
Factory service to create
LocalRepository or RemoteRepository objects. |
| ToolchainFactory | |
| ToolchainManager |
Service to manage
Toolchains. |
| TypeRegistry |
Access to
Type registry. |
| VersionParser |
Service interface to parse
Version and VersionRange. |
| Enum | Description |
|---|---|
| ProjectBuilderProblemSeverity |
The different severity levels for a problem, in decreasing order.
|
| Exception | Description |
|---|---|
| ArtifactDeployerException |
An artifact could not correctly being deployed.
|
| ArtifactInstallerException | |
| ArtifactResolverException | |
| DependencyCollectorException |
Thrown in case of bad artifact descriptors, version ranges or other
issues encountered during calculation of the dependency graph.
|
| LookupException |
The Exception class throw by the
Lookup service. |
| MavenException |
Base class for all maven exceptions.
|
| ProjectBuilderException |
The Exception class throw by the
ProjectBuilder service. |
| PrompterException |
The Exception class throw by the
Prompter service. |
| ToolchainManagerException |
The Exception class throw by the
ToolchainManager. |
| VersionParserException |
The Exception class thrown by
VersionParser. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.