| Modifier and Type | Class | Description |
|---|---|---|
class |
DownloadBlocker |
This class is intended to be used by the users of a
RepositoryPlugin. |
| Modifier and Type | Method | 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 | 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 | 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 | Description |
|---|---|---|
protected static RepositoryPlugin.DownloadListener[] |
ResourceRepositoryImpl.EMPTY_LISTENER |
| Modifier and Type | Method | Description |
|---|---|---|
java.io.File |
ResourceRepositoryImpl.getResource(byte[] rd,
RepositoryPlugin.DownloadListener... blockers) |
Get the file belonging to a Resource Descriptor
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
java.io.File |
ResourceRepository.getResource(byte[] id,
RepositoryPlugin.DownloadListener... listeners) |
| Constructor | Description |
|---|---|
DownloadListenerPromise(aQute.service.reporter.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 | 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) |