public interface Addon
Addon dependency graph.AddonDependency}| Modifier and Type | Method and Description |
|---|---|
ClassLoader |
getClassLoader()
Get the
ClassLoader containing the resources of this Addon. |
Set<AddonDependency> |
getDependencies()
|
Future<Void> |
getFuture()
|
AddonId |
getId()
Get the ID of this
Addon. |
AddonRepository |
getRepository()
Get the
AddonRepository from which this Addon was loaded. |
ServiceRegistry |
getServiceRegistry()
Get the
ServiceRegistry containing services provided by this Addon. |
AddonStatus |
getStatus()
Get the
AddonStatus of this Addon. |
ClassLoader getClassLoader()
ClassLoader containing the resources of this Addon.ServiceRegistry getServiceRegistry()
ServiceRegistry containing services provided by this Addon.AddonRepository getRepository()
AddonRepository from which this Addon was loaded.AddonStatus getStatus()
AddonStatus of this Addon.Set<AddonDependency> getDependencies()
Future<Void> getFuture()
Future representing the boot-up sequence for this Addon instance. Returns
null if the Addon is not starting, AddonStatus.isStarted() or
AddonStatus.isFailed()Copyright © 2013 JBoss by Red Hat. All Rights Reserved.