PlanningOptions

izumi.distage.framework.config.PlanningOptions
final case class PlanningOptions(addGraphVizDump: Boolean, warnOnCircularDeps: Boolean, rewriteRules: RewriteRules)

Attributes

addGraphVizDump

dump Plan to a graphviz file in ./target/ directory

rewriteRules

allow rewriting of AutoCloseable bindings to ResourceBindings by ResourceRewriter if disabled, AutoCloseables will NOT be deallocated

warnOnCircularDeps

print a warning when a circular dependency is detected or a proxy is generated

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product