public enum GradleScriptDsl extends java.lang.Enum<GradleScriptDsl>
| Enum Constant and Description |
|---|
GROOVY_DSL |
KOTLIN_DSL |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asClassNotation(java.lang.String name) |
java.lang.String |
getBuildFileName() |
java.lang.String |
getSettingsFileName() |
static GradleScriptDsl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GradleScriptDsl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GradleScriptDsl GROOVY_DSL
public static final GradleScriptDsl KOTLIN_DSL
public static GradleScriptDsl[] values()
for (GradleScriptDsl c : GradleScriptDsl.values()) System.out.println(c);
public static GradleScriptDsl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getSettingsFileName()
public java.lang.String getBuildFileName()
public java.lang.String asClassNotation(java.lang.String name)