Interface ResolvedArtifact


public interface ResolvedArtifact
Information about a resolved artifact.
Since:
0.8
  • Method Details

    • getFile

      File getFile()
      Returns the local file for this artifact. Downloads the artifact if not already available locally, blocking until complete.
      Since:
      0.8
    • getModuleVersion

      ResolvedModuleVersion getModuleVersion()
      Returns the module which this artifact belongs to.
      Returns:
      The module.
      Since:
      1.0
    • getName

      String getName()
      Returns the name.
      Since:
      0.8
    • getType

      String getType()
      Returns the type.
      Since:
      0.8
    • getExtension

      @Nullable String getExtension()
      Returns the extension.
      Since:
      0.8
    • getClassifier

      @Nullable String getClassifier()
      Returns the classifier.
      Since:
      1.0
    • getId

      Returns the id.
      Since:
      2.6