public enum UrlPathHint extends Enum<UrlPathHint> implements EcosystemHint
| Enum Constant and Description |
|---|
ELIXIR
Elixir hint.
|
NPM
Node.js hint.
|
| 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 UrlPathHint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlPathHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlPathHint ELIXIR
public static final UrlPathHint NPM
public static UrlPathHint[] values()
for (UrlPathHint c : UrlPathHint.values()) System.out.println(c);
public static UrlPathHint 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.