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