public enum FileToBeExcluded extends Enum<FileToBeExcluded>
| Enum Constant and Description |
|---|
BACKUP_DESCRIPTOR |
CONF_LICENSE |
CONF_MULE |
CONF_MULE_LIC |
| 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 FileToBeExcluded |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileToBeExcluded[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FileToBeExcluded CONF_LICENSE
public static final FileToBeExcluded CONF_MULE_LIC
public static final FileToBeExcluded CONF_MULE
public static final FileToBeExcluded BACKUP_DESCRIPTOR
public static FileToBeExcluded[] values()
for (FileToBeExcluded c : FileToBeExcluded.values()) System.out.println(c);
public static FileToBeExcluded 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 © 2022 MuleSoft, Inc.. All rights reserved.