public class ListenerFactory extends Object
Constructor and Description |
---|
ListenerFactory() |
Modifier and Type | Method and Description |
---|---|
static JiraListener |
getListener(String className,
Map<String,String> params)
Create an implementation of a Listener.
|
public static JiraListener getListener(String className, Map<String,String> params) throws ListenerException
className
- The fully qualified class name of this Listenerparams
- Init parameters for the listenerListenerException
- Thrown if any problems occur instantiating the ListenerCopyright © 2002-2021 Atlassian. All Rights Reserved.