Groovy Documentation

griffon.plugins.blueprints
[Java] Class BlueprintsContributionAdapter

java.lang.Object
  griffon.plugins.blueprints.BlueprintsContributionAdapter
All Implemented Interfaces:
BlueprintsContributionHandler

public class BlueprintsContributionAdapter
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


provider

private BlueprintsProvider provider


 
Constructor Detail

BlueprintsContributionAdapter

BlueprintsContributionAdapter()


 
Method Detail

getBlueprintsProvider

public BlueprintsProvider getBlueprintsProvider()


setBlueprintsProvider

public void setBlueprintsProvider(BlueprintsProvider provider)


withBlueprints

public R withBlueprints(Closure closure)


withBlueprints

public R withBlueprints(String graphName, Closure closure)


withBlueprints

public R withBlueprints(CallableWithArgs callable)


withBlueprints

public R withBlueprints(String graphName, CallableWithArgs callable)


 

Groovy Documentation