org.sonatype.tycho.p2.maven.repository.xmlio
Class MetadataIO

java.lang.Object
  extended by org.sonatype.tycho.p2.maven.repository.xmlio.MetadataIO

public class MetadataIO
extends Object


Constructor Summary
MetadataIO()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataIO

public MetadataIO()
Method Detail

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.