Groovy Documentation

griffon.plugins.blueprints
[Java] Interface BlueprintsProvider


public interface BlueprintsProvider

Authors:
Andres Almiray


Method Summary
R withBlueprints(Closure closure)

R withBlueprints(String graphName, Closure closure)

R withBlueprints(CallableWithArgs callable)

R withBlueprints(String graphName, CallableWithArgs callable)

 

Method Detail

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