public class SingleMachineLocationResolver extends AbstractLocationResolver
log
Constructor and Description |
---|
SingleMachineLocationResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrefix()
the prefix that this resolver will attend to
|
LocationSpec<?> |
newLocationSpecFromString(java.lang.String spec,
java.util.Map<?,?> locationFlags,
LocationRegistry registry)
Creates a LocationSpec given a spec string, flags (e.g.
|
accepts, init, isEnabled
public LocationSpec<?> newLocationSpecFromString(java.lang.String spec, java.util.Map<?,?> locationFlags, LocationRegistry registry)
LocationResolver
newLocationSpecFromString
in interface LocationResolver
newLocationSpecFromString
in class AbstractLocationResolver
public java.lang.String getPrefix()
LocationResolver