Groovy Documentation

griffon.plugins.jcr
[Java] Interface JcrProvider


public interface JcrProvider

Authors:
Andres Almiray


Method Summary
Object withJcr(Closure closure)

Object withJcr(String repositoryName, Closure closure)

Object withJcr(CallableWithArgs callable)

Object withJcr(String repositoryName, CallableWithArgs callable)

 

Method Detail

withJcr

public Object withJcr(Closure closure)


withJcr

public Object withJcr(String repositoryName, Closure closure)


withJcr

public Object withJcr(CallableWithArgs callable)


withJcr

public Object withJcr(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation