Uses of Class
io.openraven.magpie.core.cspm.analysis.IgnoredRule.IgnoredReason
-
Packages that use IgnoredRule.IgnoredReason Package Description io.openraven.magpie.core.cspm.analysis -
-
Uses of IgnoredRule.IgnoredReason in io.openraven.magpie.core.cspm.analysis
Methods in io.openraven.magpie.core.cspm.analysis that return IgnoredRule.IgnoredReason Modifier and Type Method Description IgnoredRule.IgnoredReasonIgnoredRule. getIgnoredReason()static IgnoredRule.IgnoredReasonIgnoredRule.IgnoredReason. valueOf(String name)Returns the enum constant of this type with the specified name.static IgnoredRule.IgnoredReason[]IgnoredRule.IgnoredReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.openraven.magpie.core.cspm.analysis with parameters of type IgnoredRule.IgnoredReason Constructor Description IgnoredRule(Policy policy, Rule rule, IgnoredRule.IgnoredReason ignoredReason)
-