public enum PathToBeAdditionallyBackedUp extends Enum<PathToBeAdditionallyBackedUp>
| Enum Constant and Description |
|---|
BIN |
CONF |
LIB |
SERVER_PLUGIN |
SERVICES |
TOOLS |
| 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 PathToBeAdditionallyBackedUp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathToBeAdditionallyBackedUp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathToBeAdditionallyBackedUp LIB
public static final PathToBeAdditionallyBackedUp BIN
public static final PathToBeAdditionallyBackedUp SERVER_PLUGIN
public static final PathToBeAdditionallyBackedUp SERVICES
public static final PathToBeAdditionallyBackedUp TOOLS
public static final PathToBeAdditionallyBackedUp CONF
public static PathToBeAdditionallyBackedUp[] values()
for (PathToBeAdditionallyBackedUp c : PathToBeAdditionallyBackedUp.values()) System.out.println(c);
public static PathToBeAdditionallyBackedUp 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.