Package org.eclipse.tycho.p2maven.io
Class ArtifactsIO
java.lang.Object
org.eclipse.tycho.p2maven.io.ArtifactsIO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> readXML(InputStream is) voidwriteXML(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, File file) voidwriteXML(Set<? extends org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> descriptors, OutputStream os)
-
Constructor Details
-
ArtifactsIO
public ArtifactsIO()
-
-
Method Details
-
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
-