Class P2Artifact
- java.lang.Object
-
- org.eclipse.tycho.p2.impl.publisher.P2Artifact
-
- All Implemented Interfaces:
IP2Artifact
public class P2Artifact extends Object implements IP2Artifact
-
-
Constructor Summary
Constructors Constructor Description P2Artifact(File location, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getArtifactDescriptor()
Set<Object>
getInstallableUnits()
File
getLocation()
-
-
-
Constructor Detail
-
P2Artifact
public P2Artifact(File location, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> installableUnits, org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor artifactDescriptor)
-
-
Method Detail
-
getLocation
public File getLocation()
- Specified by:
getLocation
in interfaceIP2Artifact
-
getInstallableUnits
public Set<Object> getInstallableUnits()
- Specified by:
getInstallableUnits
in interfaceIP2Artifact
-
getArtifactDescriptor
public Object getArtifactDescriptor()
- Specified by:
getArtifactDescriptor
in interfaceIP2Artifact
-
-