接口 ArtifactResolver

    • 字段详细资料

      • EMPTY_URLS

        static final java.net.URL[] EMPTY_URLS
    • 方法详细资料

      • resolve

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

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