public class SimpleArtifactRepositoryIO extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SimpleArtifactRepositoryIO.Parser |
static class |
SimpleArtifactRepositoryIO.Writer |
Constructor and Description |
---|
SimpleArtifactRepositoryIO() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.equinox.p2.repository.artifact.IArtifactRepository |
read(URL location,
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,
OutputStream output)
Writes the given artifact repository to the stream.
|
public void write(org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository repository, OutputStream output)
public org.eclipse.equinox.p2.repository.artifact.IArtifactRepository read(URL location, InputStream input, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException
Copyright © 2008–2018 Eclipse Foundation. All rights reserved.