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 java.lang.Object


Constructor Summary
MetadataIO()
           
 
Method Summary
 java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> readXML(java.io.InputStream is)
           
 void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, java.io.File file)
           
 void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, java.io.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 java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> readXML(java.io.InputStream is)
                                                                        throws java.io.IOException
Throws:
java.io.IOException

writeXML

public void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
                     java.io.OutputStream os)
              throws java.io.IOException
Throws:
java.io.IOException

writeXML

public void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
                     java.io.File file)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008-2011. All Rights Reserved.