public static enum ClassPath.PathEmbeddingMode extends Enum<ClassPath.PathEmbeddingMode>
ClassPath.toString(ClassPath.PathConversionMode, ClassPath.PathEmbeddingMode)
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
EXCLUDE
The in archive path in removed from the stringified classpath root.
|
FAIL
The classpath root with in archive path is treated as invalid and handled
according to
ClassPath.PathConversionMode . |
INCLUDE
The in archive path in included into the stringified classpath root.
|
Modifier and Type | Method and Description |
---|---|
static ClassPath.PathEmbeddingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassPath.PathEmbeddingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassPath.PathEmbeddingMode INCLUDE
!/
from the outer path.public static final ClassPath.PathEmbeddingMode EXCLUDE
public static final ClassPath.PathEmbeddingMode FAIL
ClassPath.PathConversionMode
.public static ClassPath.PathEmbeddingMode[] values()
public static ClassPath.PathEmbeddingMode 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 null