public enum PathToBeExcluded extends Enum<PathToBeExcluded>
| Enum Constant and Description |
|---|
CONF_LICENSE |
CONF_MULE |
| Modifier and Type | Method and Description |
|---|---|
static List<Path> |
getAllPaths()
Gets the list of all
Path defined by all the values of this enumeration. |
Path |
getPath() |
static PathToBeExcluded |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathToBeExcluded[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathToBeExcluded CONF_LICENSE
public static final PathToBeExcluded CONF_MULE
public static PathToBeExcluded[] values()
for (PathToBeExcluded c : PathToBeExcluded.values()) System.out.println(c);
public static PathToBeExcluded 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 static List<Path> getAllPaths()
Path defined by all the values of this enumeration.public Path getPath()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.