org.apache.commons.feedparser.locate
Class BlogServiceDiscovery

java.lang.Object
  |
  +--org.apache.commons.feedparser.locate.BlogServiceDiscovery

public class BlogServiceDiscovery
extends java.lang.Object

Determines what blog provider a given URI is using, such as whether it is hosted on Blogspot, Radio Userland, etc.


Constructor Summary
BlogServiceDiscovery()
           
 
Method Summary
static BlogService discover(java.lang.String resource)
           
static BlogService discover(java.lang.String resource, java.lang.String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlogServiceDiscovery

public BlogServiceDiscovery()
Method Detail

discover

public static BlogService discover(java.lang.String resource)
                            throws FeedParserException
FeedParserException

discover

public static BlogService discover(java.lang.String resource,
                                   java.lang.String content)
                            throws FeedParserException
FeedParserException


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.