Uses of Class
dev.archunitjava.execution.CheckOptions
Packages that use CheckOptions
Package
Description
-
Uses of CheckOptions in dev.archunitjava.cli
Methods in dev.archunitjava.cli that return CheckOptionsModifier and TypeMethodDescriptionCliConfiguration.checkOptions()Returns the value of thecheckOptionsrecord component.Constructors in dev.archunitjava.cli with parameters of type CheckOptionsModifierConstructorDescriptionCliConfiguration(Path approvedRoot, Path source, List<Path> inputs, List<CliRuleConfiguration> rules, CheckOptions checkOptions, CliResultFormat resultFormat, CliGraphFormat graphFormat, CliGraphDomain graphDomain) Creates an instance of aCliConfigurationrecord class. -
Uses of CheckOptions in dev.archunitjava.execution
Methods in dev.archunitjava.execution that return CheckOptionsModifier and TypeMethodDescriptionCheckOptions.Builder.build()static CheckOptionsCheckOptions.defaults()Returns the deterministic strict defaults used byCheckable.check().Methods in dev.archunitjava.execution with parameters of type CheckOptions -
Uses of CheckOptions in dev.archunitjava.junit
Methods in dev.archunitjava.junit with parameters of type CheckOptionsModifier and TypeMethodDescriptionstatic voidArchitectureAssertions.assertPasses(Checkable<RuleResult> checkable, CheckOptions options) static voidArchitectureAssertions.assertPasses(Checkable<RuleResult> checkable, CheckOptions options, ResultRenderLimits limits) static List<ArchitectureTestCase> ArchitectureTestCases.forRules(Collection<? extends ArchitectureRule> rules, CheckOptions options, ResultRenderLimits limits) -
Uses of CheckOptions in dev.archunitjava.presets
Methods in dev.archunitjava.presets with parameters of type CheckOptions -
Uses of CheckOptions in dev.archunitjava.rules
Methods in dev.archunitjava.rules with parameters of type CheckOptionsModifier and TypeMethodDescriptionRuleEvaluation.evaluate(RuleMetadata metadata, CheckOptions options) static RuleResultRuleTerminal.evaluate(RuleMetadata metadata, CheckOptions options, SelectorDescription selector, int selectedCount, RuleResultFactory ordinaryEvaluation) static RuleResultRuleTerminal.evaluate(RuleMetadata metadata, CheckOptions options, List<RuleSelection> selections, RuleResultFactory ordinaryEvaluation)