|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.twitterapime.parser.ParserFactory
public final class ParserFactory
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.
| 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 |
|---|
public static Parser getDefaultParser()
Create the default parser instance according to the underlying platform.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||