public class ByonLocationResolver extends AbstractLocationResolver
LocationResolver.EnableableLocationResolver
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BYON |
static org.slf4j.Logger |
log |
static ConfigKey<java.lang.String> |
OS_FAMILY |
static java.util.Map<java.lang.String,java.lang.Class<? extends MachineLocation>> |
OS_TO_MACHINE_LOCATION_TYPE |
Constructor and Description |
---|
ByonLocationResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
the prefix that this resolver will attend to
|
accepts, init, newLocationFromString
public static final org.slf4j.Logger log
public static final java.lang.String BYON
public static final ConfigKey<java.lang.String> OS_FAMILY
public static final java.util.Map<java.lang.String,java.lang.Class<? extends MachineLocation>> OS_TO_MACHINE_LOCATION_TYPE
public java.lang.String getPrefix()
LocationResolver