Interface ArtifactResourceResolver

    • Method Detail

      • resolve

        @Nullable
        Artifact resolve​(@Nullable
                         java.net.URL resourceURL)
        Resolve an instance Artifact from the resource of artifact.
        Parameters:
        resourceURL - the resource of artifact, it may the archive file or the directory
        Returns:
        an instance Artifact if found, otherwise null