com.sun.syndication.feed.module
public interface Extendable
Method Summary | |
---|---|
Module | getModule(String uri)
Returns the module identified by a given URI.
|
List | getModules()
Returns the entry modules.
|
void | setModules(List modules)
Sets the entry modules.
|
Parameters: uri the URI of the ModuleImpl.
Returns: The module with the given URI, null if none.
Returns: a list of ModuleImpl elements with the entry modules, an empty list if none.
Parameters: modules the list of ModuleImpl elements with the entry modules to set, an empty list or null if none.