Groovy Documentation

griffon.plugins.blueprints
[Java] Interface BlueprintsContributionHandler


public interface BlueprintsContributionHandler

Authors:
Andres Almiray


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

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