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