Class Ecosystem
- java.lang.Object
-
- org.owasp.dependencycheck.data.nvd.ecosystem.Ecosystem
-
public final class Ecosystem extends java.lang.ObjectCollection of the standard ecosystems for dependency-check.- Author:
- Jeremy Long
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOLDFUSIONThe rust ecosystem.static java.lang.StringDARTThe Dart ecosystem.static java.lang.StringDOTNETThe dotnet ecosystem.static java.lang.StringELIXIRThe Elixir ecosystem.static java.lang.StringGOLANGThe Golang ecosystem.static java.lang.StringIOSThe iOS ecosystem.static java.lang.StringJAVAThe Java ecosystem.static java.lang.StringJAVASCRIPTThe JavaScript ecosystem.static java.lang.StringNATIVEThe native ecosystem.static java.lang.StringNODEJSThe Node.JS ecosystem.static java.lang.StringPERLThe Perl ecosystem.static java.lang.StringPHPThe PHP ecosystem.static java.lang.StringPYTHONThe Python ecosystem.static java.lang.StringRUBYThe Ruby ecosystem.static java.lang.StringRUSTThe rust ecosystem.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLuceneMaxQueryLimitFor(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
-
-