public class SimpleArtifactRepositoryIO
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleArtifactRepositoryIO.Parser |
static class |
SimpleArtifactRepositoryIO.Writer |
private static interface |
SimpleArtifactRepositoryIO.XMLConstants |
Constructor and Description |
---|
SimpleArtifactRepositoryIO() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
read(java.net.URL location,
java.io.InputStream input,
org.eclipse.core.runtime.IProgressMonitor monitor)
Reads the artifact repository from the given stream, and returns the contained array of
abstract artifact repositories.
|
void |
write(org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository repository,
java.io.OutputStream output)
Writes the given artifact repository to the stream.
|
public void write(org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository repository, java.io.OutputStream output)
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository read(java.net.URL location, java.io.InputStream input, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException