Groovy Documentation

griffon.plugins.jcr
[Java] Class JcrContributionAdapter

java.lang.Object
  griffon.plugins.jcr.JcrContributionAdapter
All Implemented Interfaces:
JcrContributionHandler

public class JcrContributionAdapter
extends Object

Authors:
Andres Almiray


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
notify, notifyAll, wait, wait, wait, equals, toString, hashCode, getClass
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private JcrProvider provider


 
Constructor Detail

JcrContributionAdapter

JcrContributionAdapter()


 
Method Detail

getJcrProvider

public JcrProvider getJcrProvider()


setJcrProvider

public void setJcrProvider(JcrProvider provider)


withJcr

public R withJcr(Closure closure)


withJcr

public R withJcr(String repositoryName, Closure closure)


withJcr

public R withJcr(CallableWithArgs callable)


withJcr

public R withJcr(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation