RoleGraphProxyApi

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

class Object
trait Matchable
class Any

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 Params
cached

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

checkForCycles

use/not use cycle detection