public static enum LibrariesSupport.ConversionMode extends Enum<LibrariesSupport.ConversionMode>
| Enum Constant and Description |
|---|
FAIL
toString(ClassPath.PathConversionMode) will fail with an IllegalArgumentException. |
SKIP
Drop entry silently.
|
WARN
Entry is dropped but a warning is logged.
|
| Modifier and Type | Method and Description |
|---|---|
static LibrariesSupport.ConversionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LibrariesSupport.ConversionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LibrariesSupport.ConversionMode SKIP
public static final LibrariesSupport.ConversionMode WARN
public static final LibrariesSupport.ConversionMode FAIL
toString(ClassPath.PathConversionMode) will fail with an IllegalArgumentException.
Useful for unit tests.public static LibrariesSupport.ConversionMode[] values()
public static LibrariesSupport.ConversionMode 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