public enum ExecModelMode extends Enum<ExecModelMode>
Enum Constant and Description |
---|
NO |
WITHDRL_MVEL |
WITHMVEL |
YES |
YES_WITHDRL |
Modifier and Type | Method and Description |
---|---|
static boolean |
isModelCompilerInClassPath(List<org.apache.maven.model.Dependency> dependencies) |
static boolean |
modelParameterEnabled(String s) |
static boolean |
shouldDeleteFile(String s) |
static boolean |
shouldValidateMVEL(String s) |
static ExecModelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecModelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecModelMode YES
public static final ExecModelMode NO
public static final ExecModelMode YES_WITHDRL
public static final ExecModelMode WITHMVEL
public static final ExecModelMode WITHDRL_MVEL
public static ExecModelMode[] values()
for (ExecModelMode c : ExecModelMode.values()) System.out.println(c);
public static ExecModelMode 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 boolean modelParameterEnabled(String s)
public static boolean isModelCompilerInClassPath(List<org.apache.maven.model.Dependency> dependencies)
public static boolean shouldValidateMVEL(String s)
public static boolean shouldDeleteFile(String s)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.