Package org.eclipse.tycho.p2.impl.repo
Class MetadataSerializableImpl
- java.lang.Object
-
- org.eclipse.tycho.p2.impl.repo.MetadataSerializableImpl
-
- All Implemented Interfaces:
MetadataSerializable
public class MetadataSerializableImpl extends Object implements MetadataSerializable
-
-
Constructor Summary
Constructors Constructor Description MetadataSerializableImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserialize(OutputStream stream, Set<?> installableUnits)Writes the given set of installable units to the given output stream in standard p2 metadata repository format.
-
-
-
Method Detail
-
serialize
public void serialize(OutputStream stream, Set<?> installableUnits) throws IOException
Description copied from interface:MetadataSerializableWrites 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.- Specified by:
serializein interfaceMetadataSerializable- Throws:
IOException
-
-