Package io.microsphere.classloading
Class MavenArtifactResolver
- java.lang.Object
-
- io.microsphere.classloading.AbstractArtifactResolver
-
- io.microsphere.classloading.MavenArtifactResolver
-
- All Implemented Interfaces:
ArtifactResolver
,Prioritized
,java.lang.Comparable<Prioritized>
public class MavenArtifactResolver extends AbstractArtifactResolver
MavenArtifactResolver
- Since:
- 1.0.0
- Author:
- Mercy
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PRIORITY
-
Fields inherited from class io.microsphere.classloading.AbstractArtifactResolver
logger
-
Fields inherited from interface io.microsphere.classloading.ArtifactResolver
EMPTY_URLS
-
Fields inherited from interface io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description MavenArtifactResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doResolve(java.util.Collection<Artifact> artifactSet, java.net.URLClassLoader urlClassLoader)
-
Methods inherited from class io.microsphere.classloading.AbstractArtifactResolver
getPriority, newURLClassLoader, resolve, resolveArtifactResourceURL, setPriority
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.microsphere.classloading.ArtifactResolver
resolve
-
Methods inherited from interface io.microsphere.lang.Prioritized
compareTo
-
-
-
-
Field Detail
-
DEFAULT_PRIORITY
public static final int DEFAULT_PRIORITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
doResolve
protected void doResolve(java.util.Collection<Artifact> artifactSet, java.net.URLClassLoader urlClassLoader)
- Specified by:
doResolve
in classAbstractArtifactResolver
-
-