Uses of Class
aQute.bnd.service.repository.SearchableRepository.ResourceDescriptor
Packages that use SearchableRepository.ResourceDescriptor
-
Uses of SearchableRepository.ResourceDescriptor in aQute.bnd.resource.repository
Subclasses of SearchableRepository.ResourceDescriptor in aQute.bnd.resource.repositoryFields in aQute.bnd.resource.repository with type parameters of type SearchableRepository.ResourceDescriptorModifier and TypeFieldDescriptionprivate static Comparator<SearchableRepository.ResourceDescriptor>
ResourceRepositoryImpl.RESOURCE_DESCRIPTOR_COMPARATOR
Methods in aQute.bnd.resource.repository that return types with arguments of type SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionResourceRepositoryImpl.find
(String repoId, String bsn, VersionRange range) Methods in aQute.bnd.resource.repository with parameters of type SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionboolean
ResourceRepositoryImpl.add
(String repoId, SearchableRepository.ResourceDescriptor rd) Add a resource descriptor to the index.(package private) void
ResourceRepositoryImpl.download
(SearchableRepository.ResourceDescriptor rds, File path) private void
ResourceRepositoryImpl.event
(ResourceRepository.TYPE type, SearchableRepository.ResourceDescriptor rds, Exception exception) Dispatch the eventsConstructors in aQute.bnd.resource.repository with parameters of type SearchableRepository.ResourceDescriptorModifierConstructorDescription -
Uses of SearchableRepository.ResourceDescriptor in aQute.bnd.service.repository
Fields in aQute.bnd.service.repository declared as SearchableRepository.ResourceDescriptorMethods in aQute.bnd.service.repository that return SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionInfoRepository.getDescriptor
(String bsn, Version version) Return a resource descriptor for a given bsn/version.ResourceRepository.getResourceDescriptor
(byte[] sha) Methods in aQute.bnd.service.repository that return types with arguments of type SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionList<? extends SearchableRepository.ResourceDescriptor>
Get the list of Resource Descriptors.ResourceRepository.find
(String repository, String bsn, VersionRange range) SearchableRepository.findResources
(org.osgi.resource.Requirement requirement, boolean includeDependencies) Find a set of resources that match the given requirement.This is intended to be used to provide extra resources when a resolve fails.SearchableRepository.getResources
(URI url, boolean includeDependencies) Convert a URL to a set of resource descriptors.Search a repository and return a set of resource descriptors that match the query.Methods in aQute.bnd.service.repository with parameters of type SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionboolean
ResourceRepository.add
(String repoId, SearchableRepository.ResourceDescriptor rd) boolean
SearchableRepository.addResource
(SearchableRepository.ResourceDescriptor resource) Add a resource descriptors to the underlying repository.Constructors in aQute.bnd.service.repository with parameters of type SearchableRepository.ResourceDescriptorModifierConstructorDescriptionResourceRepositoryEvent
(ResourceRepository.TYPE type, SearchableRepository.ResourceDescriptor rds, Exception exception) -
Uses of SearchableRepository.ResourceDescriptor in aQute.lib.deployer
Subclasses of SearchableRepository.ResourceDescriptor in aQute.lib.deployerFields in aQute.lib.deployer with type parameters of type SearchableRepository.ResourceDescriptorModifier and TypeFieldDescription(package private) PersistentMap<SearchableRepository.ResourceDescriptor>
FileRepo.index
Methods in aQute.lib.deployer that return SearchableRepository.ResourceDescriptorModifier and TypeMethodDescriptionFileRepo.buildDescriptor
(File f, Jar jar, byte[] digest, String bsn, Version version) FileRepo.getDescriptor
(String bsn, Version version) FileRepo.getResource
(byte[] sha) Methods in aQute.lib.deployer that return types with arguments of type SearchableRepository.ResourceDescriptor