Class ArtifactsIO
- java.lang.Object
-
- org.eclipse.tycho.p2.maven.repository.xmlio.ArtifactsIO
-
public class ArtifactsIO extends Object
-
-
Constructor Summary
Constructors Constructor Description ArtifactsIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
readXML
public Set<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> readXML(InputStream is) throws IOException
- Throws:
IOException
-
writeXML
public void writeXML(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, OutputStream os) throws IOException
- Throws:
IOException
-
writeXML
public void writeXML(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, File file) throws IOException
- Throws:
IOException
-
-