public class LocationResolver extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LocationResolver.Type |
Constructor and Description |
---|
LocationResolver(String location,
Object parent) |
Modifier and Type | Method and Description |
---|---|
Collection<? extends Object> |
getChildren()
Get all children of this location.
|
String |
getFilterPart()
Detect part of location that denotes the filter component.
|
String |
getParentString()
Get a string representation of the resolved location folder.
|
Object |
getResolvedFolder()
Get base folder this location refers to.
|
LocationResolver.Type |
getType()
Get type of location.
|
boolean |
isAbsolute()
Returns true for absolute locations.
|
public boolean isAbsolute()
true
for absolute locationpublic LocationResolver.Type getType()
public String getFilterPart()
public Object getResolvedFolder()
public Collection<? extends Object> getChildren()
getResolvedFolder()
.public String getParentString()