public class ResolvedString extends Object implements ResolvedPath
| Constructor and Description |
|---|
ResolvedString(String content) |
ResolvedString(String content,
String lookup) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getLookup()
The lookup prefix used in the path.
|
String |
getOriginalPath()
Get the path as string of the resource before any resolution attempt
|
String |
getResolvedPath()
The path to the resource after resolution based on original path and
lookup.
|
public ResolvedString(String content)
public String getContent()
public String getOriginalPath()
ResourcePathgetOriginalPath in interface ResourcePathpublic String getResolvedPath()
ResolvedPathgetResolvedPath in interface ResolvedPathpublic String getLookup()
ResolvedPathgetLookup in interface ResolvedPathCopyright © 2021. All rights reserved.