public interface PluginRegistry
PluginPlatform.| Modifier and Type | Method and Description |
|---|---|
Collection<PluginRegistration> |
getRegistrations()
Returns all registrations against this registry.
|
void |
register(PluginRegistration registration)
Adds a new plugin registration to the registry.
|
void register(PluginRegistration registration)
registration - Registration containing information about a given pluginCollection<PluginRegistration> getRegistrations()
PluginRegistrationCopyright © 2014. All rights reserved.