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(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors,
File file) |
void |
writeXML(Set<? extends 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<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, OutputStream os) throws IOException
IOException
public void writeXML(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, File file) throws IOException
IOException
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.