Groovy Documentation

griffon.plugins.jcr
[Java] Interface JcrProvider


public interface JcrProvider

Authors:
Andres Almiray


Method Summary
R withJcr(Closure closure)

R withJcr(String repositoryName, Closure closure)

R withJcr(CallableWithArgs callable)

R withJcr(String repositoryName, CallableWithArgs callable)

 

Method Detail

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