java.io.Serializable, java.lang.Comparable<RegexMountPointInterceptorType>public enum RegexMountPointInterceptorType extends java.lang.Enum<RegexMountPointInterceptorType>
| Enum Constant | Description |
|---|---|
REPLACE_RESOLVED_DST_PATH |
| Modifier and Type | Method | Description |
|---|---|---|
static RegexMountPointInterceptorType |
get(java.lang.String configName) |
|
java.lang.String |
getConfigName() |
|
static RegexMountPointInterceptorType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static RegexMountPointInterceptorType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegexMountPointInterceptorType REPLACE_RESOLVED_DST_PATH
public static RegexMountPointInterceptorType[] values()
for (RegexMountPointInterceptorType c : RegexMountPointInterceptorType.values()) System.out.println(c);
public static RegexMountPointInterceptorType 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 getConfigName()
public static RegexMountPointInterceptorType get(java.lang.String configName)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.