org.sonatype.tycho.p2.maven.repository.xmlio
Class MetadataIO
java.lang.Object
org.sonatype.tycho.p2.maven.repository.xmlio.MetadataIO
public class MetadataIO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetadataIO
public MetadataIO()
readXML
public Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> readXML(InputStream is)
throws IOException
- Throws:
IOException
writeXML
public void writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
OutputStream os)
throws IOException
- Throws:
IOException
writeXML
public void writeXML(Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
File file)
throws IOException
- Throws:
IOException
Copyright © 2008-2011. All Rights Reserved.