public static enum IncludeExcludeEndpointFilter.DefaultIncludes extends Enum<IncludeExcludeEndpointFilter.DefaultIncludes>
Enum Constant and Description |
---|
JMX
The default set of include patterns used for JMX.
|
WEB
The default set of include patterns used for web.
|
Modifier and Type | Method and Description |
---|---|
static IncludeExcludeEndpointFilter.DefaultIncludes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeExcludeEndpointFilter.DefaultIncludes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncludeExcludeEndpointFilter.DefaultIncludes JMX
public static final IncludeExcludeEndpointFilter.DefaultIncludes WEB
public static IncludeExcludeEndpointFilter.DefaultIncludes[] values()
for (IncludeExcludeEndpointFilter.DefaultIncludes c : IncludeExcludeEndpointFilter.DefaultIncludes.values()) System.out.println(c);
public static IncludeExcludeEndpointFilter.DefaultIncludes 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 null