com.sun.syndication.io.impl
Class PluginManager
java.lang.Object
com.sun.syndication.io.impl.PluginManager
- Direct Known Subclasses:
- Converters, FeedGenerators, FeedParsers, ModuleGenerators, ModuleParsers
public abstract class PluginManager
- extends Object
- Author:
- Alejandro Abdelnur
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginManager
protected PluginManager(String propertyKey)
- Creates a PluginManager
- Parameters:
propertyKey
- property key defining the plugins classes
PluginManager
protected PluginManager(String propertyKey,
WireFeedParser parentParser,
WireFeedGenerator parentGenerator)
getKey
protected abstract String getKey(Object obj)
getKeys
protected List getKeys()
getPlugins
protected List getPlugins()
getPluginMap
protected Map getPluginMap()
getPlugin
protected Object getPlugin(String key)
Copyright © 2004-2013 ROME Project. All Rights Reserved.