Modifier and Type | Class and Description |
---|---|
static class |
Product.Family |
Enum Constant and Description |
---|
CORE |
CYRUS |
EAS |
ES |
HPS |
IPS |
LMTPD |
LOCATOR |
MEMCACHED |
MILTER |
NGINX |
NODE |
POSTFIX |
POSTGRESQL |
TIKA |
WEBSERV |
XMPP |
YSNP |
Modifier and Type | Field and Description |
---|---|
Product.Family |
family |
java.lang.String[] |
mountpoints |
java.lang.String |
name |
boolean |
useHearbeats |
Modifier and Type | Method and Description |
---|---|
static Product |
byName(java.lang.String name) |
static java.util.Set<Product> |
byTag(java.lang.String tag) |
static Product |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Product[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Product CORE
public static final Product EAS
public static final Product ES
public static final Product HPS
public static final Product IPS
public static final Product LMTPD
public static final Product LOCATOR
public static final Product MILTER
public static final Product NODE
public static final Product TIKA
public static final Product WEBSERV
public static final Product XMPP
public static final Product YSNP
public static final Product POSTFIX
public static final Product NGINX
public static final Product MEMCACHED
public static final Product CYRUS
public static final Product POSTGRESQL
public final java.lang.String name
public final Product.Family family
public final java.lang.String[] mountpoints
public final boolean useHearbeats
public static Product[] values()
for (Product c : Product.values()) System.out.println(c);
public static Product 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 static java.util.Set<Product> byTag(java.lang.String tag)
public static Product byName(java.lang.String name)
Copyright © 2021. All Rights Reserved.