Package org.ossreviewtoolkit.evaluator
See: Description
-
Class Summary Class Description DependencyRule A Rule to check a single dependency. Evaluator OrtResultRule A Rule to check an OrtResult. LicenseRule A Rule to check a single license of the package. PackageRule A Rule to check a single Package. ProjectSourceRule An OrtResultRule which allows downloading the project's source code if needed. RuleMatcherManager A DSL helper class, providing convenience functions for adding RuleMatchers to this rule. Rule The base class for an evaluator rule. AllOf A RuleMatcher that requires all provided matchers to match. AnyOf A RuleMatcher that requires at least one of the provided matchers to match. NoneOf A RuleMatcher that requires none of the provided matchers to match. Not A RuleMatcher that inverts the result of the provided matcher. RuleSet A set of evaluator Rules, using an ortResult as input. RulesScriptTemplate RulesScriptCompilationConfiguration SourceTreeResolver RuleSetKt -
Interface Summary Interface Description RuleMatcher A rule matcher, used to determine if a Rule applies. -
Object Summary Object Description Companion