Interface ArtifactResolver

    • Field Detail

      • EMPTY_URLS

        static final java.net.URL[] EMPTY_URLS
    • Method Detail

      • resolve

        @Nonnull
        default java.util.Set<Artifact> resolve​(java.util.Collection<java.net.URL> classPathURLs)
        Resolve the artifacts
        Parameters:
        classPathURLs - The URLs of Class-Paths
        Returns:
        the non-null read-only Set
      • resolve

        @Nonnull
        java.util.Set<Artifact> resolve​(java.net.URL... classPathURLs)
        Resolve the artifacts
        Parameters:
        classPathURLs - The URLs of Class-Paths
        Returns:
        the non-null read-only Set