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