com.twitterapime.parser
Class ParserFactory

java.lang.Object
  extended by com.twitterapime.parser.ParserFactory

public final class ParserFactory
extends java.lang.Object

This factory class is responsible for creating new parser objects.

The creation of a parser object is performed dynamically by looking up the current platform provider from PlatformProviderSelector class. For each supported platform, there is a specific implementation class.

Since:
1.0
Version:
1.1
Author:
Ernandes Mourao Junior (ernandes@gmail.com)

Method Summary
static Parser getDefaultParser()
           Create the default parser instance according to the underlying platform.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultParser

public static Parser getDefaultParser()

Create the default parser instance according to the underlying platform.

Returns:
Parser instance.


Copyright © 2010 Twitter API ME Team. All Rights Reserved.