public interface IArtifactFileProvider extends IArtifactProvider
Over IArtifactProvider
, this interface adds a method for obtaining the artifacts as files
in the local file system. (With the IArtifactProvider interface, artifacts can only be
obtained as stream.)
Modifier and Type | Method and Description |
---|---|
java.io.File |
getArtifactFile(org.eclipse.equinox.p2.metadata.IArtifactKey key)
Returns the file system location of the given artifact.
|
contains, getArtifact