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