Uses of Enum
org.owasp.dependencycheck.Engine.Mode
Packages that use Engine.Mode
-
Uses of Engine.Mode in org.owasp.dependencycheck
Subclasses with type arguments of type Engine.Mode in org.owasp.dependencycheckMethods in org.owasp.dependencycheck that return Engine.ModeModifier and TypeMethodDescriptionEngine.getMode()Returns the mode of the engine.static Engine.ModeReturns 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.ModeModifierConstructorDescriptionEngine(@NonNull ClassLoader serviceClassLoader, @NonNull Engine.Mode mode, @NonNull Settings settings) Creates a new Engine.Engine(@NonNull Engine.Mode mode, @NonNull Settings settings) Creates a new Engine.