com.sun.syndication.feed.module
Class Module
java.lang.Object
com.sun.syndication.common.ObjectBean
com.sun.syndication.feed.module.Module
- All Implemented Interfaces:
- java.lang.Cloneable, ModuleI, java.io.Serializable, ToString
- Direct Known Subclasses:
- DCModule, SyModule
- public class Module
- extends ObjectBean
- implements ModuleI
Base class for modules describing Metadata of feeds, default implementations.
Examples of such modules are the Dublin Core and Syndication modules.
- Author:
- Alejandro Abdelnur
- See Also:
- Serialized Form
Constructor Summary |
protected |
Module(java.lang.String uri)
Constructor. |
Method Summary |
java.lang.String |
getUri()
Returns the URI of the module. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.module.ModuleI |
clone |
Module
protected Module(java.lang.String uri)
- Constructor.
- Parameters:
uri
- URI of the module.
getUri
public java.lang.String getUri()
- Returns the URI of the module.
- Specified by:
getUri
in interface ModuleI
- Returns:
- URI of the module.
Copyright © 2004 Sun Microsystems. All Rights Reserved.