public enum RuntimeType extends Enum<RuntimeType>
| Modifier and Type | Method and Description |
|---|---|
static RuntimeType |
getRuntimeType() |
static RuntimeType |
getRuntimeType(Runtime runtime) |
static RuntimeType |
getRuntimeType(String type) |
static boolean |
isRuntimeRelevant(RuntimeType runtimeType,
String includedTypes,
String excludedTypes) |
static boolean |
isRuntimeRelevant(String includedTypes,
String excludedTypes) |
static RuntimeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuntimeType KARAF
public static final RuntimeType WILDFLY
public static final RuntimeType OTHER
public static RuntimeType[] values()
for (RuntimeType c : RuntimeType.values()) System.out.println(c);
public static RuntimeType 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 RuntimeType getRuntimeType()
public static RuntimeType getRuntimeType(Runtime runtime)
public static RuntimeType getRuntimeType(String type)
public static boolean isRuntimeRelevant(String includedTypes, String excludedTypes)
public static boolean isRuntimeRelevant(RuntimeType runtimeType, String includedTypes, String excludedTypes)
Copyright © 2015 JBoss by Red Hat. All rights reserved.