public enum ServiceNameResolver extends Enum<ServiceNameResolver> implements Function<String,org.jboss.msc.service.ServiceName>
Externalizer for a ServiceName.| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceNameResolver.ServiceNameExternalizer |
static class |
ServiceNameResolver.ServiceNameKeyFormat |
| Enum Constant and Description |
|---|
RESOLVER |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
apply(String name) |
static ServiceNameResolver |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceNameResolver[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceNameResolver RESOLVER
public static ServiceNameResolver[] values()
for (ServiceNameResolver c : ServiceNameResolver.values()) System.out.println(c);
public static ServiceNameResolver 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 nullCopyright © 2020 JBoss by Red Hat. All rights reserved.