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

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

public class ArtifactsIO
extends java.lang.Object


Constructor Summary
ArtifactsIO()
           
 
Method Summary
 java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> readXML(java.io.InputStream is)
           
 void writeXML(java.util.LinkedHashSet<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, java.io.File file)
           
 void writeXML(java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, java.io.OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactsIO

public ArtifactsIO()
Method Detail

readXML

public java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> readXML(java.io.InputStream is)
                                                                                      throws java.io.IOException
Throws:
java.io.IOException

writeXML

public void writeXML(java.util.Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors,
                     java.io.OutputStream os)
              throws java.io.IOException
Throws:
java.io.IOException

writeXML

public void writeXML(java.util.LinkedHashSet<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors,
                     java.io.File file)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2008-2011. All Rights Reserved.