net.sourceforge.blogentis.rss
Class RSSVersionFactory
java.lang.Object
net.sourceforge.blogentis.rss.RSSVersionFactory
- public class RSSVersionFactory
- extends java.lang.Object
A factory for RSSVersion objects.
- Author:
- abas
Method Summary |
static RSSVersion |
getVersionFor(java.lang.String version)
Retrieve the appropriate object for the specified version. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RDF_VERSION_091
public static final java.lang.String RDF_VERSION_091
- See Also:
- Constant Field Values
RDF_VERSION_092
public static final java.lang.String RDF_VERSION_092
- See Also:
- Constant Field Values
RDF_VERSION_10
public static final java.lang.String RDF_VERSION_10
- See Also:
- Constant Field Values
RDF_VERSION_20
public static final java.lang.String RDF_VERSION_20
- See Also:
- Constant Field Values
rssVersions
static java.util.Hashtable rssVersions
getVersionFor
public static RSSVersion getVersionFor(java.lang.String version)
- Retrieve the appropriate object for the specified version.
- Parameters:
version
- the version for which you want the corresponding RSSVersion.
- Returns:
- the RSSVersion corresponding to the version specified.
Copyright © 2003-2004 SourceForge.net. All Rights Reserved.