public class LocationResolver extends Object
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.
|
Object |
getParentFolder()
Get base folder this location refers to.
|
String |
getParentString()
Get a string representation of the resolved location folder.
|
static boolean |
isWindows()
Detect windows operating system.
|
public static final boolean isWindows()
true
when executed on a windows based OSpublic String getFilterPart()
public Object getParentFolder()
public Collection<? extends Object> getChildren()
getParentFolder()
.public String getParentString()