|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.blueprints.AbstractBlueprintsProvider
griffon.plugins.blueprints.DefaultBlueprintsProvider
public class DefaultBlueprintsProvider extends AbstractBlueprintsProvider
| 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 |
|---|
private static final DefaultBlueprintsProvider INSTANCE
| Constructor Detail |
|---|
private DefaultBlueprintsProvider()
| Method Detail |
|---|
@Override protected com.tinkerpop.blueprints.Graph getGraph(String graphName)
public static DefaultBlueprintsProvider getInstance()
Groovy Documentation