public enum UrlHostHint extends Enum<UrlHostHint> implements EcosystemHint
| Enum Constant and Description |
|---|
DRUPAL
PHP ecosystem.
|
NODE_SECURITY
Node.js ecosystem.
|
NODEJS
Node.js ecosystem.
|
PYTHON
Python ecosystem.
|
RUBY
Ruby ecosystem.
|
RUST
Rust ecosystem.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEcosystem()
Returns the ecosystem.
|
String |
getKeyword() |
EcosystemHintNature |
getNature()
Returns the nature of the ecosystem hint.
|
String |
getValue()
Returns the value.
|
static UrlHostHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlHostHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlHostHint RUBY
public static final UrlHostHint PYTHON
public static final UrlHostHint DRUPAL
public static final UrlHostHint NODEJS
public static final UrlHostHint NODE_SECURITY
public static final UrlHostHint RUST
public static UrlHostHint[] values()
for (UrlHostHint c : UrlHostHint.values()) System.out.println(c);
public static UrlHostHint valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getEcosystem()
EcosystemHintgetEcosystem in interface EcosystemHintpublic String getKeyword()
public EcosystemHintNature getNature()
EcosystemHintgetNature in interface EcosystemHintpublic String getValue()
EcosystemHintgetValue in interface EcosystemHintCopyright © 2012–2021 OWASP. All rights reserved.