RoleGraphProxyApi

scroll.internal.graph.RoleGraphProxyApi

API for defining a proxy to a RoleGraph allowing to reconfigure it on-the-fly.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def reconfigure(cached: Boolean, checkForCycles: Boolean): Unit

Reconfigure the underlying RoleGraph making it cached/non-cached or using/not using cycle detection.

Reconfigure the underlying RoleGraph making it cached/non-cached or using/not using cycle detection.

Value parameters

cached

either using a scroll.internal.graph.impl.CachedScalaRoleGraph or a non-cached scroll.internal.graph.impl.ScalaRoleGraph.

checkForCycles

use/not use cycle detection

Attributes