Modifier and Type | Class and Description |
---|---|
class |
DownloadBlocker
This class is intended to be used by the users of a
RepositoryPlugin . |
Modifier and Type | Method and Description |
---|---|
java.io.File |
WorkspaceRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
MavenRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
MavenRemoteRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners) |
Modifier and Type | Field and Description |
---|---|
protected static RepositoryPlugin.DownloadListener[] |
ResourceRepositoryImpl.EMPTY_LISTENER |
Modifier and Type | Field and Description |
---|---|
(package private) MultiMap<java.io.File,RepositoryPlugin.DownloadListener> |
ResourceRepositoryImpl.queues |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ResourceRepositoryImpl.fail(java.lang.Exception e,
RepositoryPlugin.DownloadListener[] blockers,
java.io.File file) |
java.io.File |
ResourceRepositoryImpl.getResource(byte[] rd,
RepositoryPlugin.DownloadListener... blockers)
Get the file belonging to a Resource Descriptor
|
(package private) void |
ResourceRepositoryImpl.ok(RepositoryPlugin.DownloadListener[] blockers,
java.io.File file)
Just report success to all download listeners
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
RepositoryPlugin.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners)
Return a URL to a matching version of the given bundle.
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
ResourceRepository.getResource(byte[] id,
RepositoryPlugin.DownloadListener... listeners) |
Modifier and Type | Field and Description |
---|---|
(package private) RepositoryPlugin.DownloadListener[] |
DownloadListenerPromise.dls |
Constructor and Description |
---|
DownloadListenerPromise(Reporter reporter,
java.lang.String task,
org.osgi.util.promise.Promise<java.io.File> promise,
RepositoryPlugin.DownloadListener... downloadListeners)
Use the promise to signal the Download Listeners
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
FileRepo.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners) |