Uses of Interface
aQute.bnd.service.RepositoryPlugin.DownloadListener
-
-
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.build
Classes in aQute.bnd.build that implement RepositoryPlugin.DownloadListener Modifier and Type Class Description class
DownloadBlocker
This class is intended to be used by the users of aRepositoryPlugin
.Methods in aQute.bnd.build with parameters of type RepositoryPlugin.DownloadListener 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)
-
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.maven
Methods in aQute.bnd.maven with parameters of type RepositoryPlugin.DownloadListener 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. -
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.maven.support
Methods in aQute.bnd.maven.support with parameters of type RepositoryPlugin.DownloadListener 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)
-
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.resource.repository
Fields in aQute.bnd.resource.repository declared as RepositoryPlugin.DownloadListener Modifier and Type Field Description protected static RepositoryPlugin.DownloadListener[]
ResourceRepositoryImpl. EMPTY_LISTENER
Methods in aQute.bnd.resource.repository with parameters of type RepositoryPlugin.DownloadListener Modifier and Type Method Description java.io.File
ResourceRepositoryImpl. getResource(byte[] rd, RepositoryPlugin.DownloadListener... blockers)
Get the file belonging to a Resource Descriptor -
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.service
Methods in aQute.bnd.service with parameters of type RepositoryPlugin.DownloadListener 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. -
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.service.repository
Methods in aQute.bnd.service.repository with parameters of type RepositoryPlugin.DownloadListener Modifier and Type Method Description java.io.File
ResourceRepository. getResource(byte[] id, RepositoryPlugin.DownloadListener... listeners)
-
Uses of RepositoryPlugin.DownloadListener in aQute.bnd.util.repository
Constructors in aQute.bnd.util.repository with parameters of type RepositoryPlugin.DownloadListener Constructor Description DownloadListenerPromise(aQute.service.reporter.Reporter r, java.lang.String task, org.osgi.util.promise.Promise<java.io.File> promise, RepositoryPlugin.DownloadListener... downloadListeners)
DownloadListenerPromise(aQute.service.reporter.Reporter r, java.lang.String task, org.osgi.util.promise.Promise<java.io.File> promise, java.util.Map<java.lang.String,java.lang.String> attrs, RepositoryPlugin.DownloadListener... downloadListeners)
Use the promise to signal the Download Listeners -
Uses of RepositoryPlugin.DownloadListener in aQute.lib.deployer
Methods in aQute.lib.deployer with parameters of type RepositoryPlugin.DownloadListener 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)
-