Package com.rometools.rome.feed.module
Interface Extendable
-
- All Known Subinterfaces:
SyndEntry,SyndFeed,SyndPerson
- All Known Implementing Classes:
Channel,Entry,Feed,Item,Person,SyndEntryImpl,SyndFeedImpl,SyndPersonImpl,WireFeed
public interface ExtendableObjects that can have modules are Extendable.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModulegetModule(String uri)Returns the module identified by a given URI.List<Module>getModules()Returns the entry modules.voidsetModules(List<Module> modules)Sets the entry modules.
-
-
-
Method Detail
-
getModule
Module getModule(String uri)
Returns the module identified by a given URI.- Parameters:
uri- the URI of the ModuleImpl.- Returns:
- The module with the given URI, null if none.
-
getModules
List<Module> getModules()
Returns the entry modules.- Returns:
- a list of ModuleImpl elements with the entry modules, an empty list if none.
-
-