public interface AddonView
Addon instances.| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
|
Addon |
getAddon(AddonId id)
|
Set<Addon> |
getAddons()
Get all currently registered
Addon instances. |
Set<Addon> |
getAddons(AddonFilter filter)
Get all registered
Addon instances matching the given AddonFilter. |
String |
getName()
Get the unique name of this
AddonView. |
Set<AddonRepository> |
getRepositories()
|
String getName()
AddonView. Typically something short and nondescript for use in log messages.void dispose()
Addon getAddon(AddonId id)
Addon for the given AddonId instance. If no such Addon is currently
registered, register it and return the new reference.Addon (Never null.)Set<Addon> getAddons(AddonFilter filter)
Addon instances matching the given AddonFilter.Set<AddonRepository> getRepositories()
Copyright © 2014 JBoss by Red Hat. All rights reserved.