Interface WorkspaceReader

    • Method Detail

      • findArtifact

        File findArtifact​(Artifact artifact)
        Locates the specified artifact.
        Parameters:
        artifact - The artifact to locate, must not be null.
        Returns:
        The path to the artifact or null if the artifact is not available.
      • findVersions

        List<StringfindVersions​(Artifact artifact)
        Determines all available versions of the specified artifact.
        Parameters:
        artifact - The artifact whose versions should be listed, must not be null.
        Returns:
        The available versions of the artifact, must not be null.