Uses of Interface
org.apache.felix.bundlerepository.RepositoryAdmin
-
Packages that use RepositoryAdmin Package Description org.apache.felix.bundlerepository.impl org.apache.felix.bundlerepository.impl.wrapper -
-
Uses of RepositoryAdmin in org.apache.felix.bundlerepository.impl
Classes in org.apache.felix.bundlerepository.impl that implement RepositoryAdmin Modifier and Type Class Description class
RepositoryAdminImpl
Fields in org.apache.felix.bundlerepository.impl declared as RepositoryAdmin Modifier and Type Field Description private RepositoryAdmin
ObrCommandImpl. m_repoAdmin
private RepositoryAdmin
ObrGogoCommand. m_repositoryAdmin
private RepositoryAdmin
ObrURLStreamHandlerService. m_reRepositoryAdmin
The RepositoryAdmin to query for the actual url for a bundle.private RepositoryAdmin
OSGiRepositoryImpl. repository
Methods in org.apache.felix.bundlerepository.impl that return RepositoryAdmin Modifier and Type Method Description private RepositoryAdmin
ObrGogoCommand. getRepositoryAdmin()
Methods in org.apache.felix.bundlerepository.impl with parameters of type RepositoryAdmin Modifier and Type Method Description private Resource[]
ObrGogoCommand. searchRepository(RepositoryAdmin ra, java.lang.String targetId, java.lang.String targetVersion)
Constructors in org.apache.felix.bundlerepository.impl with parameters of type RepositoryAdmin Constructor Description ObrCommandImpl(org.osgi.framework.BundleContext context, RepositoryAdmin repoAdmin)
ObrGogoCommand(org.osgi.framework.BundleContext bc, RepositoryAdmin repositoryAdmin)
ObrURLStreamHandlerService(org.osgi.framework.BundleContext context, RepositoryAdmin admin)
ConstructorOSGiRepositoryImpl(RepositoryAdmin repository)
-
Uses of RepositoryAdmin in org.apache.felix.bundlerepository.impl.wrapper
Fields in org.apache.felix.bundlerepository.impl.wrapper declared as RepositoryAdmin Modifier and Type Field Description private RepositoryAdmin
RepositoryAdminWrapper. admin
Methods in org.apache.felix.bundlerepository.impl.wrapper with parameters of type RepositoryAdmin Modifier and Type Method Description static org.osgi.service.obr.RepositoryAdmin
Wrapper. wrap(RepositoryAdmin admin)
Constructors in org.apache.felix.bundlerepository.impl.wrapper with parameters of type RepositoryAdmin Constructor Description RepositoryAdminWrapper(RepositoryAdmin admin)
-