public class EventDispatcherDescriptor extends Object
EventBundleDispatcher
Modifier and Type | Field and Description |
---|---|
protected Class<? extends EventBundleDispatcher> |
clazz
The implementation class.
|
static org.apache.commons.logging.Log |
log |
protected String |
name |
Constructor and Description |
---|
EventDispatcherDescriptor() |
EventDispatcherDescriptor(String name,
Class<? extends EventBundleDispatcher> clazz) |
Modifier and Type | Method and Description |
---|---|
EventDispatcherDescriptor |
clone() |
EventBundleDispatcher |
getInstance() |
String |
getName() |
Map<String,String> |
getParameters() |
public static final org.apache.commons.logging.Log log
protected Class<? extends EventBundleDispatcher> clazz
public EventDispatcherDescriptor()
public EventDispatcherDescriptor(String name, Class<? extends EventBundleDispatcher> clazz)
public Map<String,String> getParameters()
public EventBundleDispatcher getInstance()
public EventDispatcherDescriptor clone()
Copyright © 2016 Nuxeo SA. All rights reserved.