@Deprecated public interface RegistryLocationResolver extends LocationResolver
LocationResolver.EnableableLocationResolver
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(java.lang.String spec,
LocationRegistry registry)
Deprecated.
whether the spec is something which should be passed to this resolver
|
Location |
newLocationFromString(java.util.Map locationFlags,
java.lang.String spec,
LocationRegistry registry)
Deprecated.
Similar to
#newLocationFromString(Map, String)
but passing in a reference to the registry itself (from which the base properties are discovered)
and including flags (e.g. |
getPrefix, init
Location newLocationFromString(java.util.Map locationFlags, java.lang.String spec, LocationRegistry registry)
LocationResolver
#newLocationFromString(Map, String)
but passing in a reference to the registry itself (from which the base properties are discovered)
and including flags (e.g. user, key, cloud credential) which are known to be for this location.
introduced to support locations which refer to other locations, e.g. NamedLocationResolver
newLocationFromString
in interface LocationResolver
boolean accepts(java.lang.String spec, LocationRegistry registry)
LocationResolver
accepts
in interface LocationResolver