Groovy Documentation

griffon.plugins.blueprints
[Java] Class DefaultBlueprintsProvider

java.lang.Object
  griffon.plugins.blueprints.AbstractBlueprintsProvider
      griffon.plugins.blueprints.DefaultBlueprintsProvider

public class DefaultBlueprintsProvider
extends AbstractBlueprintsProvider

Authors:
Andres Almiray


Field Summary
private static DefaultBlueprintsProvider INSTANCE

 
Fields inherited from class AbstractBlueprintsProvider
DEFAULT, LOG
 
Constructor Summary
private DefaultBlueprintsProvider()

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

static DefaultBlueprintsProvider getInstance()

 
Methods inherited from class AbstractBlueprintsProvider
getGraph, withBlueprints, withBlueprints, withBlueprints, withBlueprints
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

INSTANCE

private static final DefaultBlueprintsProvider INSTANCE


 
Constructor Detail

DefaultBlueprintsProvider

private DefaultBlueprintsProvider()


 
Method Detail

getGraph

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


getInstance

public static DefaultBlueprintsProvider getInstance()


 

Groovy Documentation