public interface Plugin
| Modifier and Type | Method and Description |
|---|---|
String |
description()
The description of the plugin.
|
Collection<Class<? extends com.google.inject.Module>> |
modules() |
String |
name()
The name of the plugin.
|
Collection<Class<? extends Lifecycle>> |
services() |
String name()
String description()
Collection<Class<? extends com.google.inject.Module>> modules()
Collection<Class<? extends Lifecycle>> services()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.