Uses of Enum Class
aQute.bnd.service.repository.ResourceRepository.TYPE
Packages that use ResourceRepository.TYPE
-
Uses of ResourceRepository.TYPE in aQute.bnd.resource.repository
Methods in aQute.bnd.resource.repository with parameters of type ResourceRepository.TYPEModifier and TypeMethodDescriptionprivate voidResourceRepositoryImpl.event(ResourceRepository.TYPE type, SearchableRepository.ResourceDescriptor rds, Exception exception) Dispatch the events -
Uses of ResourceRepository.TYPE in aQute.bnd.service.repository
Fields in aQute.bnd.service.repository declared as ResourceRepository.TYPEMethods in aQute.bnd.service.repository that return ResourceRepository.TYPEModifier and TypeMethodDescriptionstatic ResourceRepository.TYPEReturns the enum constant of this class with the specified name.static ResourceRepository.TYPE[]ResourceRepository.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in aQute.bnd.service.repository with parameters of type ResourceRepository.TYPEModifierConstructorDescriptionResourceRepositoryEvent(ResourceRepository.TYPE type, SearchableRepository.ResourceDescriptor rds, Exception exception)