public class LocationParameter extends Object
| Constructor and Description |
|---|
LocationParameter() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
resolve(Collection<? extends LocationInfo> sources)
Resolves the candidates of logical locations into physical one.
|
Optional<String> |
resolve(LocationInfo source)
Resolves the logical location information into physical one.
|
public Optional<String> resolve(LocationInfo source)
source - the logical location informationempty if no mapping rules are registeredpublic Optional<String> resolve(Collection<? extends LocationInfo> sources)
sources - candidates of logical locationsCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.