| Package | Description |
|---|---|
| aQute.bnd.resource.repository | |
| aQute.bnd.service.repository |
| Modifier and Type | Method and Description |
|---|---|
private void |
ResourceRepositoryImpl.event(ResourceRepository.TYPE type,
SearchableRepository.ResourceDescriptor rds,
java.lang.Exception exception)
Dispatch the events
|
| Modifier and Type | Field and Description |
|---|---|
ResourceRepository.TYPE |
ResourceRepository.ResourceRepositoryEvent.type |
| Modifier and Type | Method and Description |
|---|---|
static ResourceRepository.TYPE |
ResourceRepository.TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourceRepository.TYPE[] |
ResourceRepository.TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ResourceRepositoryEvent(ResourceRepository.TYPE type,
SearchableRepository.ResourceDescriptor rds,
java.lang.Exception exception) |