|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface BlueprintsContributionHandler
| Method Summary | |
|---|---|
BlueprintsProvider
|
getBlueprintsProvider()
|
void
|
setBlueprintsProvider(BlueprintsProvider provider)
|
R
|
withBlueprints(Closure closure)
|
R
|
withBlueprints(String graphName, Closure closure)
|
R
|
withBlueprints(CallableWithArgs callable)
|
R
|
withBlueprints(String graphName, CallableWithArgs callable)
|
| Method Detail |
|---|
public BlueprintsProvider getBlueprintsProvider()
public void setBlueprintsProvider(BlueprintsProvider provider)
public R withBlueprints(Closure closure)
public R withBlueprints(String graphName, Closure closure)
public R withBlueprints(CallableWithArgs callable)
public R withBlueprints(String graphName, CallableWithArgs callable)
Groovy Documentation