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