net.sourceforge.blogentis.rss
Class RSSVersionFactory

java.lang.Object
  extended bynet.sourceforge.blogentis.rss.RSSVersionFactory

public class RSSVersionFactory
extends java.lang.Object

A factory for RSSVersion objects.

Author:
abas

Field Summary
static java.lang.String RDF_VERSION_091
           
static java.lang.String RDF_VERSION_092
           
static java.lang.String RDF_VERSION_10
           
static java.lang.String RDF_VERSION_20
           
(package private) static java.util.Hashtable rssVersions
           
 
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
 

Field Detail

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
Method Detail

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.