FileDocCategorySizeDatePackage
GOMExtensible.javaAPI DocApache Lucene 2.1.01836Wed Feb 14 10:46:00 GMT 2007org.apache.lucene.gdata.gom

GOMExtensible

public interface GOMExtensible

The Gdata Object Model describes an abstract object model for the gdata protocol. GData is supposed to be very flexible and extensible. Users should be able to extend {@link org.apache.lucene.gdata.gom.GOMFeed} and {@link org.apache.lucene.gdata.gom.GOMEntry} elements to create extensions and custom classes for their own model.

This interface describes the extensible GOM entities.

author
Simon Willnauer
see
org.apache.lucene.gdata.gom.GOMFeed
see
org.apache.lucene.gdata.gom.GOMEntry

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetExtensions()

return
- a list of all extensions specified to the extended element

public voidsetExtensionFactory(org.apache.lucene.gdata.gom.core.extension.GOMExtensionFactory factory)

param
factory - the extension factory to set