public enum UrlHostHint extends java.lang.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 |
|---|---|
java.lang.String |
getEcosystem()
Returns the ecosystem.
|
java.lang.String |
getKeyword() |
EcosystemHintNature |
getNature()
Returns the nature of the ecosystem hint.
|
java.lang.String |
getValue()
Returns the value.
|
static UrlHostHint |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getEcosystem()
EcosystemHintgetEcosystem in interface EcosystemHintpublic java.lang.String getKeyword()
public EcosystemHintNature getNature()
EcosystemHintgetNature in interface EcosystemHintpublic java.lang.String getValue()
EcosystemHintgetValue in interface EcosystemHintCopyright© 2012-21 Jeremy Long. All Rights Reserved.