Home
last modified time | relevance | path

Searched refs:rootKeySetCreator (Results 1 – 1 of 1) sorted by relevance

/external/guice/extensions/grapher/src/com/google/inject/grapher/
DAbstractInjectorGrapher.java38 private final RootKeySetCreator rootKeySetCreator; field in AbstractInjectorGrapher
49 private RootKeySetCreator rootKeySetCreator = new DefaultRootKeySetCreator(); field in AbstractInjectorGrapher.GrapherParameters
55 return rootKeySetCreator; in getRootKeySetCreator()
58 public GrapherParameters setRootKeySetCreator(RootKeySetCreator rootKeySetCreator) { in setRootKeySetCreator() argument
59 this.rootKeySetCreator = rootKeySetCreator; in setRootKeySetCreator()
96 this.rootKeySetCreator = options.getRootKeySetCreator(); in AbstractInjectorGrapher()
104 graph(injector, rootKeySetCreator.getRootKeys(injector)); in graph()