public class MetadataIO extends Object
Constructor and Description |
---|
MetadataIO() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription |
readOneIU(InputStream is) |
Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
readXML(InputStream is) |
void |
writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
File file) |
void |
writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
OutputStream os) |
public org.eclipse.equinox.p2.metadata.MetadataFactory.InstallableUnitDescription readOneIU(InputStream is) throws IOException
IOException
public Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> readXML(InputStream is) throws IOException
IOException
public void writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, OutputStream os) throws IOException
IOException
public void writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, File file) throws IOException
IOException
Copyright © 2008–2017 Eclipse Foundation. All rights reserved.