public class ExtensionManager extends Object
| Constructor and Description |
|---|
ExtensionManager(Collection<Plugin> fetchedPlugins,
ClassLoader contextClassLoader)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<KernelExtension<?>> |
getExtensions()
Gets enabled extensions.
|
void |
initialized()
Notifies the extensions that the kernel is initialized
|
void |
initializing()
Notifies the extensions that the kernel is initializing
|
void |
started()
Notifies the extensions that the kernel is started
|
void |
starting()
Notifies the extensions that the kernel is starting
|
void |
stopped()
Notifies the extensions that the kernel is stopped
|
void |
stopping()
Notifies the extensions that the kernel is stopping
|
public ExtensionManager(Collection<Plugin> fetchedPlugins, ClassLoader contextClassLoader)
fetchedPlugins - the plugin listcontextClassLoader - the context classloaderpublic void initializing()
public void initialized()
public void starting()
public void started()
public void stopping()
public void stopped()
public Set<KernelExtension<?>> getExtensions()
Copyright © 2012-2016. All Rights Reserved.