|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.twitter4j.Twitter4jContributionAdapter
public class Twitter4jContributionAdapter extends Object
| Field Summary | |
|---|---|
private Twitter4jProvider |
provider
|
| Constructor Summary | |
Twitter4jContributionAdapter()
|
|
| Method Summary | |
|---|---|
Twitter4jProvider
|
getTwitter4jProvider()
|
void
|
setTwitter4jProvider(Twitter4jProvider provider)
|
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 |
| Field Detail |
|---|
private Twitter4jProvider provider
| Constructor Detail |
|---|
Twitter4jContributionAdapter()
| Method Detail |
|---|
public Twitter4jProvider getTwitter4jProvider()
public void setTwitter4jProvider(Twitter4jProvider provider)
public R withTwitter(Map params, Closure closure)
public R withTwitter(Map params, CallableWithArgs callable)
Groovy Documentation