|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.jcr.JcrContributionAdapter
public class JcrContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private JcrProvider |
provider
|
| Constructor Summary | |
JcrContributionAdapter()
|
|
| Method Summary | |
|---|---|
JcrProvider
|
getJcrProvider()
|
void
|
setJcrProvider(JcrProvider provider)
|
R
|
withJcr(Closure closure)
|
R
|
withJcr(String repositoryName, Closure closure)
|
R
|
withJcr(CallableWithArgs callable)
|
R
|
withJcr(String repositoryName, CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private JcrProvider provider
| Constructor Detail |
|---|
JcrContributionAdapter()
| Method Detail |
|---|
public JcrProvider getJcrProvider()
public void setJcrProvider(JcrProvider provider)
public R withJcr(Closure closure)
public R withJcr(String repositoryName, Closure closure)
public R withJcr(CallableWithArgs callable)
public R withJcr(String repositoryName, CallableWithArgs callable)
Groovy Documentation