public enum TakariLifecycles extends Enum<TakariLifecycles>
| Enum Constant and Description |
|---|
TAKARI_JAR |
TAKARI_MAVEN_COMPONENT |
TAKARI_MAVEN_PLUGIN |
TAKARI_TESTING |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isJarProducingTakariLifecycle(String lifecycle) |
static TakariLifecycles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TakariLifecycles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TakariLifecycles TAKARI_JAR
public static final TakariLifecycles TAKARI_MAVEN_PLUGIN
public static final TakariLifecycles TAKARI_MAVEN_COMPONENT
public static final TakariLifecycles TAKARI_TESTING
public static TakariLifecycles[] values()
for (TakariLifecycles c : TakariLifecycles.values()) System.out.println(c);
public static TakariLifecycles 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 isJarProducingTakariLifecycle(String lifecycle)
Copyright © 2021. All rights reserved.