|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.carbonado.AbstractCarbonadoProvider
public abstract class AbstractCarbonadoProvider extends Object
| 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 |
|---|
private static final String DEFAULT
private static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractCarbonadoProvider()
| Method Detail |
|---|
protected com.amazon.carbonado.Repository getRepository(String repositoryName)
public R withCarbonado(Closure closure)
public R withCarbonado(String repositoryName, Closure closure)
public R withCarbonado(CallableWithArgs callable)
public R withCarbonado(String repositoryName, CallableWithArgs callable)
Groovy Documentation