File
Doc
Category
Size
Date
Package
GOMFactory.java
API Doc
Apache Lucene 2.1.0
1263
Wed Feb 14 10:45:58 GMT 2007
org.apache.lucene.gdata.gom.core
GOMFactory
java.lang.Object
public class GOMFactory extends Object
author
Simon Willnauer
Fields Summary
Constructors Summary
private GOMFactory
()
super();
Methods Summary
public
org.apache.lucene.gdata.gom.GOMEntry
createEntry
()
return new GOMEntryImpl();
public
org.apache.lucene.gdata.gom.GOMFeed
createFeed
()
return new GOMFeedImpl();
public static
org.apache.lucene.gdata.gom.core.GOMFactory
createInstance
()
return new GOMFactory();
Java Code Source