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 classRepositoryAdminImplFields in org.apache.felix.bundlerepository.impl declared as RepositoryAdmin Modifier and Type Field Description private RepositoryAdminObrCommandImpl. m_repoAdminprivate RepositoryAdminObrGogoCommand. m_repositoryAdminprivate RepositoryAdminObrURLStreamHandlerService. m_reRepositoryAdminThe RepositoryAdmin to query for the actual url for a bundle.private RepositoryAdminOSGiRepositoryImpl. repositoryMethods in org.apache.felix.bundlerepository.impl that return RepositoryAdmin Modifier and Type Method Description private RepositoryAdminObrGogoCommand. 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 RepositoryAdminRepositoryAdminWrapper. adminMethods in org.apache.felix.bundlerepository.impl.wrapper with parameters of type RepositoryAdmin Modifier and Type Method Description static org.osgi.service.obr.RepositoryAdminWrapper. wrap(RepositoryAdmin admin)Constructors in org.apache.felix.bundlerepository.impl.wrapper with parameters of type RepositoryAdmin Constructor Description RepositoryAdminWrapper(RepositoryAdmin admin)
-