Interface IArtifactFileProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.io.File getArtifactFile​(org.eclipse.equinox.p2.metadata.IArtifactKey key)
      Returns the file system location of the given artifact.
      • Methods inherited from interface org.eclipse.equinox.p2.query.IQueryable

        query
    • Method Detail

      • getArtifactFile

        java.io.File getArtifactFile​(org.eclipse.equinox.p2.metadata.IArtifactKey key)
        Returns the file system location of the given artifact.
        Parameters:
        key - An artifact key
        Returns:
        The location of the specified artifact, or null the given artifact does not exist.