public abstract class AbstractPlaceholderLocator extends FileLocator
${name} which when found calls the
resolvePlaceholder(String) method to try and resolve the encountered
placeholders. If the placeholder is not resolved then the string is left
as-is.FILE_URI_PREFIX| Constructor and Description |
|---|
AbstractPlaceholderLocator() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
resolve(String searchLocation)
Resolves the search location
|
protected abstract String |
resolvePlaceholder(String name)
Resolves a placeholder
|
openprotected String resolve(String searchLocation)
FileLocatorresolve in class FileLocatorsearchLocation - Search locationCopyright © 2012–2022. All rights reserved.