Interface MetadataSerializable

  • All Known Implementing Classes:
    MetadataSerializableImpl

    public interface MetadataSerializable
    Represents a p2 metadata repository. Facade only exposes serialized form (content.xml).
    • Method Detail

      • serialize

        void serialize​(OutputStream stream,
                       Set<?> installableUnits)
                throws 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:
        IOException