| Class Summary | |
|---|---|
| AbstractArtifactMetadata | Common elements of artifact metadata. |
| AbstractArtifactResolutionException | Base class for artifact resolution exceptions. |
| AndArtifactFilter | Apply multiple filters. |
| Artifact | Description of an artifact. |
| ArtifactCollector | Artifact collector - takes a set of original artifacts and resolves all of the best versions to use along with their metadata. |
| ArtifactDeployer | |
| ArtifactDeploymentException | |
| ArtifactFactory | |
| ArtifactFilter | |
| ArtifactHandler | |
| ArtifactHandlerManager | |
| ArtifactInstallationException | |
| ArtifactInstaller | |
| ArtifactMetadata | Contains metadata about an artifact, and methods to retrieve/store it from an artifact repository. |
| ArtifactMetadataRetrievalException | |
| ArtifactMetadataSource | |
| ArtifactNotFoundException | |
| ArtifactRepository | Specifies the repository used for artifact handling. |
| ArtifactRepositoryFactory | |
| ArtifactRepositoryLayout | |
| ArtifactRepositoryPolicy | Describes a set of policies for a repository to use under certain conditions. |
| ArtifactResolutionException | |
| ArtifactResolutionResult | |
| ArtifactResolver | I want to use it for hidding the fact that sometime artifact must be downloaded. |
| ArtifactStatus | Type safe enumeration for the artifact status field. |
| ArtifactTransformation | |
| ArtifactTransformationManager | Manages multiple ArtifactTransformation instances and applies them in succession. |
| ArtifactUtils | |
| ArtifactVersion | Describes an artifact version in terms of its components, converts it to/from a string and compares two versions. |
| ConflictResolver | |
| CyclicDependencyException | Indiciates a cycle in the dependency graph. |
| DefaultArtifact | |
| DefaultArtifactCollector | Default implementation of the artifact collector. |
| DefaultArtifactFactory | |
| DefaultArtifactHandler | |
| DefaultArtifactHandlerManager | |
| DefaultArtifactVersion | Default implementation of artifact versioning. |
| DefaultConflictResolver | |
| DefaultRepositoryLayout | |
| DependencyResolutionRequiredException | Exception that occurs when an artifact file is used, but has not been resolved. |
| ExcludesArtifactFilter | Filter to exclude from a list of artifact patterns. |
| ExclusionSetFilter | |
| IncludesArtifactFilter | Filter to include from a list of artifact patterns. |
| InvalidArtifactRTException | |
| InvalidRepositoryException | Error constructing an artifact repository. |
| InvalidVersionSpecificationException | Occurs when a version is invalid. |
| InversionArtifactFilter | |
| JPackageRepositoryLayout | Repository layout for jpackage based repositories. |
| LegacyRepositoryLayout | |
| MavenJPackageDepmap | |
| MultipleArtifactsNotFoundException | |
| OverConstrainedVersionException | Occurs when ranges exclude each other and no valid value remains. |
| RepositoryMetadataDeploymentException | Error while deploying repository metadata. |
| RepositoryMetadataInstallationException | Error while installing repository metadata. |
| RepositoryMetadataReadException | Problem storing the repository metadata in the local repository. |
| RepositoryMetadataResolutionException | Error while retrieving repository metadata from the repository. |
| RepositoryMetadataStoreException | Problem storing the repository metadata in the local repository. |
| ResolutionGroup | |
| ResolutionListener | Listens to the resolution process and handles events. |
| ResolutionNode | |
| Restriction | Describes a restriction in versioning. |
| ScopeArtifactFilter | Filter to only retain objects in the given scope or better. |
| TypeArtifactFilter | Artifact Filter which filters on artifact type |
| VersionRange | Construct a version range from a specification. |