public enum Resource extends Enum<Resource>
| Enum Constant and Description |
|---|
PNC_BUILDER_POD |
PNC_BUILDER_ROUTE |
PNC_BUILDER_SERVICE |
PNC_BUILDER_SSH_SERVICE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultConfiguration() |
static Resource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Resource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Resource PNC_BUILDER_POD
public static final Resource PNC_BUILDER_SERVICE
public static final Resource PNC_BUILDER_ROUTE
public static final Resource PNC_BUILDER_SSH_SERVICE
public static Resource[] values()
for (Resource c : Resource.values()) System.out.println(c);
public static Resource 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 getDefaultConfiguration()
Copyright © 2014–2020 JBoss by Red Hat. All rights reserved.