public class PluginCatalog extends Object
Constructor and Description |
---|
PluginCatalog() |
Modifier and Type | Method and Description |
---|---|
void |
addAllPlugins(Map<Class,TypeHandler> plugins) |
void |
addPlugin(Class type,
TypeHandler plugin) |
TypeHandler |
getPlugin(Class name) |
public TypeHandler getPlugin(Class name)
layoutCatalog
- TODOname
- The type of class which the type handler should handlepublic void addPlugin(Class type, TypeHandler plugin)
public void addAllPlugins(Map<Class,TypeHandler> plugins)
Copyright © 2014. All Rights Reserved.