Groovy Documentation

griffon.plugins.twitter4j
[Java] Class AbstractTwitter4jProvider

java.lang.Object
  griffon.plugins.twitter4j.AbstractTwitter4jProvider
All Implemented Interfaces:
Twitter4jProvider

public abstract class AbstractTwitter4jProvider
extends Object

Authors:
Andres Almiray


Constructor Summary
AbstractTwitter4jProvider()

 
Method Summary
protected twitter4j.Twitter getTwitter(Map params)

R withTwitter(Map params, Closure closure)

R withTwitter(Map params, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractTwitter4jProvider

AbstractTwitter4jProvider()


 
Method Detail

getTwitter

protected twitter4j.Twitter getTwitter(Map params)


withTwitter

public R withTwitter(Map params, Closure closure)


withTwitter

public R withTwitter(Map params, CallableWithArgs callable)


 

Groovy Documentation