public static enum BuildToolHelper.BuildTool extends Enum<BuildToolHelper.BuildTool>
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists(Path root) |
String[] |
getBuildFiles() |
static BuildToolHelper.BuildTool |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuildToolHelper.BuildTool[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuildToolHelper.BuildTool MAVEN
public static final BuildToolHelper.BuildTool GRADLE
public static BuildToolHelper.BuildTool[] values()
for (BuildToolHelper.BuildTool c : BuildToolHelper.BuildTool.values()) System.out.println(c);
public static BuildToolHelper.BuildTool 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 String[] getBuildFiles()
public boolean exists(Path root)
Copyright © 2020 JBoss by Red Hat. All rights reserved.