Class DependencyMetadata
- java.lang.Object
-
- org.eclipse.tycho.p2.impl.publisher.DependencyMetadata
-
- All Implemented Interfaces:
IDependencyMetadata
public class DependencyMetadata extends Object implements IDependencyMetadata
-
-
Constructor Summary
Constructors Constructor Description DependencyMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor>
getArtifactDescriptors()
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit>
getInstallableUnits()
Set<Object>
getMetadata()
Set<Object>
getMetadata(boolean primary)
void
setArtifacts(Collection<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)
void
setMetadata(boolean primary, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
-
-
-
Method Detail
-
getMetadata
public Set<Object> getMetadata(boolean primary)
- Specified by:
getMetadata
in interfaceIDependencyMetadata
-
getMetadata
public Set<Object> getMetadata()
- Specified by:
getMetadata
in interfaceIDependencyMetadata
-
setMetadata
public void setMetadata(boolean primary, Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
-
setArtifacts
public void setArtifacts(Collection<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts)
-
getArtifactDescriptors
public Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> getArtifactDescriptors()
-
getInstallableUnits
public Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> getInstallableUnits()
-
-