public static class PathProperties.Props extends Object
| Modifier and Type | Method and Description |
|---|---|
protected PathProperties.Props |
addChild(String subPath)
Add a child Property set.
|
protected void |
addProperty(String property)
Add a properties to include for this path.
|
protected PathProperties.Props |
getParent()
Return the parent path
|
String |
getPath() |
LinkedHashSet<String> |
getProperties()
Return the properties for this property set.
|
String |
getPropertiesAsString()
Return the properties as a comma delimited string.
|
boolean |
isEmpty() |
String |
toString() |
public boolean isEmpty()
public LinkedHashSet<String> getProperties()
public String getPropertiesAsString()
protected PathProperties.Props getParent()
protected PathProperties.Props addChild(String subPath)
protected void addProperty(String property)
Copyright © 2016. All rights reserved.