Groovy Documentation

griffon.plugins.carbonado
[Java] Class AbstractCarbonadoProvider

java.lang.Object
  griffon.plugins.carbonado.AbstractCarbonadoProvider
All Implemented Interfaces:
CarbonadoProvider

public abstract class AbstractCarbonadoProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractCarbonadoProvider()

 
Method Summary
protected com.amazon.carbonado.Repository getRepository(String repositoryName)

R withCarbonado(Closure closure)

R withCarbonado(String repositoryName, Closure closure)

R withCarbonado(CallableWithArgs callable)

R withCarbonado(String repositoryName, CallableWithArgs callable)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractCarbonadoProvider

AbstractCarbonadoProvider()


 
Method Detail

getRepository

protected com.amazon.carbonado.Repository getRepository(String repositoryName)


withCarbonado

public R withCarbonado(Closure closure)


withCarbonado

public R withCarbonado(String repositoryName, Closure closure)


withCarbonado

public R withCarbonado(CallableWithArgs callable)


withCarbonado

public R withCarbonado(String repositoryName, CallableWithArgs callable)


 

Groovy Documentation