public class MetadataSerializableImpl extends java.lang.Object implements MetadataSerializable
Modifier and Type | Field and Description |
---|---|
private org.eclipse.equinox.p2.core.IProvisioningAgent |
agent |
Constructor and Description |
---|
MetadataSerializableImpl() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.io.OutputStream stream,
java.util.Set<?> installableUnits)
Writes the given set of installable units to the given output stream in standard p2 metadata
repository format.
|
private java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
toInstallableUnits(java.util.Set<?> installableUnits) |
public MetadataSerializableImpl() throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException
public void serialize(java.io.OutputStream stream, java.util.Set<?> installableUnits) throws java.io.IOException
MetadataSerializable
serialize
in interface MetadataSerializable
java.io.IOException
private java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> toInstallableUnits(java.util.Set<?> installableUnits)