| Package | Description |
|---|---|
| org.owasp.dependencycheck |
Includes the main entry point for dependency-check.
|
| Modifier and Type | Method and 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.
|
| Constructor and 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.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.