public class EntityResolverFactory extends Object
Modifier and Type | Method and Description |
---|---|
static EntityResolver |
getInstance(PluginManager pluginManager,
String handlerName)
Factory method for EntityResolver instances
|
public static EntityResolver getInstance(PluginManager pluginManager, String handlerName) throws SecurityException, IllegalArgumentException, ClassNotFoundException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
pluginManager
- the pluginManagerhandlerName
- the handler nameInvocationTargetException
- if an error occursIllegalAccessException
- if an error occursInstantiationException
- if an error occursNoSuchMethodException
- if an error occursClassNotFoundException
- if an error occursIllegalArgumentException
- if an error occursSecurityException
- if an error occursCopyright © 2017. All rights reserved.