public class P2Artifact extends Object implements IP2Artifact
Constructor and Description |
---|
P2Artifact(File location,
Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits,
org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor) |
Modifier and Type | Method and Description |
---|---|
Object |
getArtifactDescriptor() |
Set<Object> |
getInstallableUnits() |
File |
getLocation() |
public P2Artifact(File location, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor)
public File getLocation()
getLocation
in interface IP2Artifact
public Set<Object> getInstallableUnits()
getInstallableUnits
in interface IP2Artifact
public Object getArtifactDescriptor()
getArtifactDescriptor
in interface IP2Artifact
Copyright © 2008–2014 Eclipse Foundation. All rights reserved.