Uses of Interface
org.apache.felix.bundlerepository.Repository
-
Packages that use Repository Package Description org.apache.felix.bundlerepository org.apache.felix.bundlerepository.impl org.apache.felix.bundlerepository.impl.wrapper -
-
Uses of Repository in org.apache.felix.bundlerepository
Methods in org.apache.felix.bundlerepository that return Repository Modifier and Type Method Description RepositoryRepositoryAdmin. addRepository(java.lang.String repository)Add a new repository to the federation.RepositoryRepositoryAdmin. addRepository(java.net.URL repository)Add a new repository to the federation.RepositoryRepositoryAdmin. getLocalRepository()Return the repository containing locally installed resourcesRepositoryRepositoryAdmin. getSystemRepository()Return the repository containing the system bundleRepository[]RepositoryAdmin. listRepositories()List all the repositories.RepositoryDataModelHelper. readRepository(java.io.Reader reader)RepositoryDataModelHelper. readRepository(java.lang.String xml)RepositoryDataModelHelper. repository(java.net.URL repository)Create a repository from the specified URL.RepositoryDataModelHelper. repository(Resource[] resources)Create a repository for the given set of resources.Methods in org.apache.felix.bundlerepository with parameters of type Repository Modifier and Type Method Description ResolverRepositoryAdmin. resolver(Repository[] repositories)Create a resolver on the given repositories.java.lang.StringDataModelHelper. writeRepository(Repository repository)voidDataModelHelper. writeRepository(Repository repository, java.io.Writer writer) -
Uses of Repository in org.apache.felix.bundlerepository.impl
Classes in org.apache.felix.bundlerepository.impl that implement Repository Modifier and Type Class Description classLocalRepositoryImplclassRepositoryImplclassSystemRepositoryImplMethods in org.apache.felix.bundlerepository.impl that return Repository Modifier and Type Method Description RepositoryRepositoryAdminImpl. addRepository(java.lang.String uri)RepositoryRepositoryAdminImpl. addRepository(java.net.URL url)RepositoryRepositoryAdminImpl. getLocalRepository()RepositoryResourceImpl. getRepository()RepositoryRepositoryAdminImpl. getSystemRepository()Repository[]RepositoryAdminImpl. listRepositories()RepositoryDataModelHelperImpl. readRepository(java.io.Reader reader)RepositoryDataModelHelperImpl. readRepository(java.lang.String xml)RepositoryDataModelHelperImpl. repository(java.net.URL url)RepositoryDataModelHelperImpl. repository(Resource[] resources)Methods in org.apache.felix.bundlerepository.impl with parameters of type Repository Modifier and Type Method Description ResolverRepositoryAdminImpl. resolver(Repository[] repositories)voidResourceImpl. setRepository(Repository repository)java.lang.StringDataModelHelperImpl. writeRepository(Repository repository)voidDataModelHelperImpl. writeRepository(Repository repository, java.io.Writer writer)Constructors in org.apache.felix.bundlerepository.impl with parameters of type Repository Constructor Description ResolverImpl(org.osgi.framework.BundleContext context, Repository[] repositories, org.apache.felix.utils.log.Logger logger) -
Uses of Repository in org.apache.felix.bundlerepository.impl.wrapper
Methods in org.apache.felix.bundlerepository.impl.wrapper with parameters of type Repository Modifier and Type Method Description static org.osgi.service.obr.RepositoryWrapper. wrap(Repository repository)static org.osgi.service.obr.Repository[]Wrapper. wrap(Repository[] repositories)Constructors in org.apache.felix.bundlerepository.impl.wrapper with parameters of type Repository Constructor Description RepositoryWrapper(Repository repository)
-