public class ComponentFactory extends Object
Constructor and Description |
---|
ComponentFactory() |
Modifier and Type | Method and Description |
---|---|
static Object |
build(String className,
Object config) |
static Listener |
create(ListenerNode node) |
static Source |
create(SourceNode node) |
static Trigger |
create(TriggerNode node) |
public static Source create(SourceNode node) throws Exception
Exception
public static Trigger create(TriggerNode node) throws Exception
Exception
public static Listener create(ListenerNode node) throws Exception
Exception
Copyright © 2008-2013 Sonatype. All Rights Reserved.