Package org.eclipse.tycho.p2.metadata
Interface MetadataSerializable
-
- All Known Implementing Classes:
MetadataSerializableImpl
public interface MetadataSerializable
Represents a p2 metadata repository. Facade only exposes serialized form (content.xml).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
serialize
void serialize(java.io.OutputStream stream, java.util.Set<?> installableUnits) throws java.io.IOException
Writes the given set of installable units to the given output stream in standard p2 metadata repository format. The caller is responsible for closing the stream.- Throws:
java.io.IOException
-
-