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
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)
Constructor -
Uses of RepositoryAdmin in org.apache.felix.bundlerepository.impl.wrapper
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)
-