Interface SearchLocationRegistry.SearchLocationCreator
- Enclosing class:
SearchLocationRegistry
public static interface SearchLocationRegistry.SearchLocationCreator
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(String locString, SearchLocationCreatorContext context) Creates a newSearchLocation
instance using the provided location string.
-
Method Details
-
create
Creates a newSearchLocation
instance using the provided location string.- Parameters:
locString
- location string, previously returned bySearchLocation.getName()
context
-context
- Returns:
- new
SearchLocation
-