Class ArtifactDetector


  • public class ArtifactDetector
    extends java.lang.Object
    Artifact Detector
    Since:
    1.0.0
    Author:
    Mercy
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)