|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.blueprints.BlueprintsContributionAdapter
public class BlueprintsContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private BlueprintsProvider |
provider
|
| Constructor Summary | |
BlueprintsContributionAdapter()
|
|
| 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)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private BlueprintsProvider provider
| Constructor Detail |
|---|
BlueprintsContributionAdapter()
| 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