public abstract class ModelerSource extends Object
Constructor and Description |
---|
ModelerSource() |
Modifier and Type | Method and Description |
---|---|
abstract List<ObjectName> |
loadDescriptors(Registry registry,
String type,
Object source)
Load data, returns a list of items.
|
protected Object source
public abstract List<ObjectName> loadDescriptors(Registry registry, String type, Object source) throws Exception
registry
- The registrytype
- The bean registry typesource
- Introspected object or some other sourceException
- Error loading descriptorsCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.