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()
ResourcePath
getOriginalPath
in interface ResourcePath
public String getResolvedPath()
ResolvedPath
getResolvedPath
in interface ResolvedPath
public String getLookup()
ResolvedPath
getLookup
in interface ResolvedPath
Copyright © 2021. All rights reserved.