Groovy Documentation

griffon.plugins.blueprints
[Java] Class AbstractBlueprintsProvider

java.lang.Object
  griffon.plugins.blueprints.AbstractBlueprintsProvider
All Implemented Interfaces:
BlueprintsProvider

public abstract class AbstractBlueprintsProvider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractBlueprintsProvider()

 
Method Summary
protected com.tinkerpop.blueprints.Graph getGraph(String graphName)

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


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractBlueprintsProvider

AbstractBlueprintsProvider()


 
Method Detail

getGraph

protected com.tinkerpop.blueprints.Graph getGraph(String graphName)


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