Groovy Documentation

griffon.plugins.carbonado
[Java] Interface CarbonadoProvider


public interface CarbonadoProvider

Authors:
Andres Almiray


Method Summary
Object withCarbonado(Closure closure)

Object withCarbonado(String repositoryName, Closure closure)

Object withCarbonado(CallableWithArgs callable)

Object withCarbonado(String repositoryName, CallableWithArgs callable)

 

Method Detail

withCarbonado

public Object withCarbonado(Closure closure)


withCarbonado

public Object withCarbonado(String repositoryName, Closure closure)


withCarbonado

public Object withCarbonado(CallableWithArgs callable)


withCarbonado

public Object withCarbonado(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation