Uses of Class
org.owasp.dependencycheck.Engine.Mode
-
Packages that use Engine.Mode Package Description org.owasp.dependencycheck Includes the main entry point for dependency-check. -
-
Uses of Engine.Mode in org.owasp.dependencycheck
Methods in org.owasp.dependencycheck that return Engine.Mode Modifier and Type Method Description Engine.Mode
Engine. getMode()
Returns the mode of the engine.static Engine.Mode
Engine.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Engine.Mode[]
Engine.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.owasp.dependencycheck with parameters of type Engine.Mode Constructor Description Engine(@NotNull java.lang.ClassLoader serviceClassLoader, @NotNull Engine.Mode mode, @NotNull Settings settings)
Creates a new Engine.Engine(@NotNull Engine.Mode mode, @NotNull Settings settings)
Creates a new Engine.
-