public enum AdditionalPathToBeExcluded extends Enum<AdditionalPathToBeExcluded>
FileToBeExcluded (files and folders) that must be excluded
during the file description comparison when performing a backup and upgrade process.| Enum Constant and Description |
|---|
AM |
SERVER_PLUGINS |
WRAPPER_ADDITIONAL |
| 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 AdditionalPathToBeExcluded |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AdditionalPathToBeExcluded[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AdditionalPathToBeExcluded WRAPPER_ADDITIONAL
public static final AdditionalPathToBeExcluded SERVER_PLUGINS
public static final AdditionalPathToBeExcluded AM
public static AdditionalPathToBeExcluded[] values()
for (AdditionalPathToBeExcluded c : AdditionalPathToBeExcluded.values()) System.out.println(c);
public static AdditionalPathToBeExcluded 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.