public class ArtifactsIO extends Object
Constructor and Description |
---|
ArtifactsIO() |
Modifier and Type | Method and Description |
---|---|
Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> |
readXML(InputStream is) |
void |
writeXML(LinkedHashSet<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors,
File file) |
void |
writeXML(Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors,
OutputStream os) |
public Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> readXML(InputStream is) throws IOException
IOException
public void writeXML(Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, OutputStream os) throws IOException
IOException
public void writeXML(LinkedHashSet<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, File file) throws IOException
IOException
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.