org.apache.commons.feedparser.locate
Class BlogServiceDiscovery

java.lang.Object
  extended by org.apache.commons.feedparser.locate.BlogServiceDiscovery

public class BlogServiceDiscovery
extends Object

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

Author:
Brad Neuberg/a>

Constructor Summary
BlogServiceDiscovery()
           
 
Method Summary
static BlogService discover(String resource)
           
static BlogService discover(String resource, 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(String resource)
                            throws FeedParserException
Throws:
FeedParserException

discover

public static BlogService discover(String resource,
                                   String content)
                            throws FeedParserException
Throws:
FeedParserException


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.