AbstractArtifactResourceResolver |
|
AbstractURLClassPathHandle |
Abstract implementation of URLClassPathHandle that provides a base for handling URL Class-Path entries.
|
Artifact |
Represents a software artifact with attributes such as artifact ID, version, and location.
|
ArtifactResourceResolver |
ArtifactResourceResolver interface is responsible for resolving resources related to an
Artifact .
|
MavenArtifact |
Represents a Maven software artifact with attributes such as group ID, artifact ID, version, and location.
|
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).
|
URLClassPathHandle |
A strategy interface for handling URL Class-Path entries in a ClassLoader .
|