Class Ecosystem
- java.lang.Object
-
- org.owasp.dependencycheck.data.nvd.ecosystem.Ecosystem
-
public final class Ecosystem extends java.lang.Object
Collection of the standard ecosystems for dependency-check.- Author:
- Jeremy Long
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COLDFUSION
The rust ecosystem.static java.lang.String
DART
The Dart ecosystem.static java.lang.String
DOTNET
The dotnet ecosystem.static java.lang.String
ELIXIR
The Elixir ecosystem.static java.lang.String
GOLANG
The Golang ecosystem.static java.lang.String
IOS
The iOS ecosystem.static java.lang.String
JAVA
The Java ecosystem.static java.lang.String
JAVASCRIPT
The JavaScript ecosystem.static java.lang.String
NATIVE
The native ecosystem.static java.lang.String
NODEJS
The Node.JS ecosystem.static java.lang.String
PERL
The Perl ecosystem.static java.lang.String
PHP
The PHP ecosystem.static java.lang.String
PYTHON
The Python ecosystem.static java.lang.String
RUBY
The Ruby ecosystem.static java.lang.String
RUST
The rust ecosystem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLuceneMaxQueryLimitFor(java.lang.String ecosystem)
Returns the max query result size for the Lucene search for each ecosystem.
-
-
-
Field Detail
-
RUBY
public static final java.lang.String RUBY
The Ruby ecosystem.- See Also:
- Constant Field Values
-
DOTNET
public static final java.lang.String DOTNET
The dotnet ecosystem.- See Also:
- Constant Field Values
-
IOS
public static final java.lang.String IOS
The iOS ecosystem.- See Also:
- Constant Field Values
-
PHP
public static final java.lang.String PHP
The PHP ecosystem.- See Also:
- Constant Field Values
-
GOLANG
public static final java.lang.String GOLANG
The Golang ecosystem.- See Also:
- Constant Field Values
-
JAVA
public static final java.lang.String JAVA
The Java ecosystem.- See Also:
- Constant Field Values
-
NATIVE
public static final java.lang.String NATIVE
The native ecosystem.- See Also:
- Constant Field Values
-
PYTHON
public static final java.lang.String PYTHON
The Python ecosystem.- See Also:
- Constant Field Values
-
JAVASCRIPT
public static final java.lang.String JAVASCRIPT
The JavaScript ecosystem.- See Also:
- Constant Field Values
-
NODEJS
public static final java.lang.String NODEJS
The Node.JS ecosystem.- See Also:
- Constant Field Values
-
RUST
public static final java.lang.String RUST
The rust ecosystem.- See Also:
- Constant Field Values
-
COLDFUSION
public static final java.lang.String COLDFUSION
The rust ecosystem.- See Also:
- Constant Field Values
-
PERL
public static final java.lang.String PERL
The Perl ecosystem.- See Also:
- Constant Field Values
-
ELIXIR
public static final java.lang.String ELIXIR
The Elixir ecosystem.- See Also:
- Constant Field Values
-
DART
public static final java.lang.String DART
The Dart ecosystem.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Ecosystem
public Ecosystem(Settings settings)
Instantiates the ecosystem utility class.- Parameters:
settings
- the ODC configuration
-
-