public enum TargetContainer extends java.lang.Enum<TargetContainer>
Modifier and Type | Method and Description |
---|---|
static TargetContainer |
getTargetContainer(RuntimeProperties sysprops) |
static TargetContainer |
getTargetContainer(java.lang.String type) |
static TargetContainer |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetContainer[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetContainer KARAF
public static final TargetContainer TOMCAT
public static final TargetContainer WILDFLY
public static TargetContainer[] values()
for (TargetContainer c : TargetContainer.values()) System.out.println(c);
public static TargetContainer 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 static TargetContainer getTargetContainer(RuntimeProperties sysprops)
public static TargetContainer getTargetContainer(java.lang.String type)
Copyright © 2011-2014 Red Hat. All Rights Reserved.