com.sun.syndication.io.impl
Class ModulesGenerator

java.lang.Object
  extended bycom.sun.syndication.io.impl.ModulesGenerator

public class ModulesGenerator
extends java.lang.Object


Constructor Summary
ModulesGenerator()
           
ModulesGenerator(java.lang.String defaultFile, java.lang.String fileProperty)
           
 
Method Summary
 void generateFeedModules(java.util.List modules, org.jdom.Element element)
           
 void generateItemModules(java.util.List modules, org.jdom.Element element)
           
 java.util.List getFeedModuleNamespaces()
           
 java.util.List getItemModuleNamespaces()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModulesGenerator

public ModulesGenerator()

ModulesGenerator

public ModulesGenerator(java.lang.String defaultFile,
                        java.lang.String fileProperty)
Method Detail

getFeedModuleNamespaces

public java.util.List getFeedModuleNamespaces()

getItemModuleNamespaces

public java.util.List getItemModuleNamespaces()

generateFeedModules

public void generateFeedModules(java.util.List modules,
                                org.jdom.Element element)

generateItemModules

public void generateItemModules(java.util.List modules,
                                org.jdom.Element element)


Copyright © 2004 Sun Microsystems. All Rights Reserved.