Class CheckOptions
java.lang.Object
dev.archunitjava.execution.CheckOptions
Immutable policies applied uniformly by architecture-rule terminals.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classMutable construction state; built options never retain a reference to it. -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanstatic CheckOptions.Builderbuilder()Starts a builder initialized with the deterministic strict defaults.static CheckOptionsdefaults()Returns the deterministic strict defaults used byCheckable.check().booleaninthashCode()toString()
-
Method Details
-
defaults
Returns the deterministic strict defaults used byCheckable.check(). -
builder
Starts a builder initialized with the deterministic strict defaults. -
toBuilder
-
allowEmptySelection
public boolean allowEmptySelection() -
emptySelectionPolicy
-
allowIncompleteAnalysis
public boolean allowIncompleteAnalysis() -
equals
-
hashCode
-
toString
-