| AbstractArtifactResourceResolver |
|
| AbstractURLClassPathHandle |
Abstract implementation of URLClassPathHandle that provides a base for handling URL Class-Path entries.
|
| ArchiveFileArtifactResourceResolver |
|
| Artifact |
Represents a software artifact with attributes such as artifact ID, version, and location.
|
| ArtifactDetector |
The ArtifactDetector class is responsible for detecting and resolving artifacts from the classpath.
|
| BannedArtifactClassLoadingExecutor |
The executor for the banned artifacts that are loading by ClassLoader.
|
| ClassicURLClassPathHandle |
|
| ManifestArtifactResourceResolver |
|
| MavenArtifact |
Represents a Maven software artifact with attributes such as group ID, artifact ID, version, and location.
|
| MavenArtifactResourceResolver |
A resolver implementation for Maven artifact metadata, extracting information from Maven POM properties files.
|
| ModernURLClassPathHandle |
|
| NoOpURLClassPathHandle |
|
| ServiceLoadingURLClassPathHandle |
|
| StreamArtifactResourceResolver |
An abstract base class for implementing ArtifactResourceResolver that provides a
skeletal implementation to resolve artifact resources from either a streamable resource (like a URL)
or an archive file (like a JAR).
|