Package com.rometools.rome.io.impl
Class ModuleGenerators
- java.lang.Object
-
- com.rometools.rome.io.impl.PluginManager<ModuleGenerator>
-
- com.rometools.rome.io.impl.ModuleGenerators
-
public class ModuleGenerators extends PluginManager<ModuleGenerator>
-
-
Constructor Summary
Constructors Constructor Description ModuleGenerators(String propertyKey, BaseWireFeedGenerator parentGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerateModules(List<Module> modules, org.jdom2.Element element)Set<org.jdom2.Namespace>getAllNamespaces()ModuleGeneratorgetGenerator(String uri)protected StringgetKey(ModuleGenerator obj)List<String>getModuleNamespaces()-
Methods inherited from class com.rometools.rome.io.impl.PluginManager
getKeys, getPlugin, getPluginMap, getPlugins
-
-
-
-
Constructor Detail
-
ModuleGenerators
public ModuleGenerators(String propertyKey, BaseWireFeedGenerator parentGenerator)
-
-
Method Detail
-
getGenerator
public ModuleGenerator getGenerator(String uri)
-
getKey
protected String getKey(ModuleGenerator obj)
- Specified by:
getKeyin classPluginManager<ModuleGenerator>
-
getAllNamespaces
public Set<org.jdom2.Namespace> getAllNamespaces()
-
-