Package io.microsphere.classloading
Class ArtifactDetector
- java.lang.Object
-
- io.microsphere.classloading.ArtifactDetector
-
-
Constructor Summary
Constructors Constructor Description ArtifactDetector()ArtifactDetector(java.lang.ClassLoader classLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Artifact>detect()java.util.List<Artifact>detect(boolean includedJdkLibraries)protected java.util.List<Artifact>detect(java.util.Set<java.net.URL> classPathURLs)protected java.util.Set<java.net.URL>getClassPathURLs(boolean includedJdkLibraries)
-
-
-
Constructor Detail
-
ArtifactDetector
public ArtifactDetector()
-
ArtifactDetector
public ArtifactDetector(@Nullable java.lang.ClassLoader classLoader)
-
-
Method Detail
-
detect
public java.util.List<Artifact> detect()
-
detect
public java.util.List<Artifact> detect(boolean includedJdkLibraries)
-
detect
protected java.util.List<Artifact> detect(java.util.Set<java.net.URL> classPathURLs)
-
getClassPathURLs
protected java.util.Set<java.net.URL> getClassPathURLs(boolean includedJdkLibraries)
-
-