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.
|
PathProperties.Props |
copy(PathProperties newOwner)
Create a shallow copy of this Props instance.
|
protected PathProperties.Props |
getParent()
Return the parent path
|
String |
getPath() |
Set<String> |
getProperties()
Return the properties for this property set.
|
String |
getPropertiesAsString()
Return the properties as a comma delimited string.
|
boolean |
isEmpty() |
String |
toString() |
public PathProperties.Props copy(PathProperties newOwner)
public boolean isEmpty()
public Set<String> getProperties()
public String getPropertiesAsString()
protected PathProperties.Props getParent()
protected PathProperties.Props addChild(String subpath)
protected void addProperty(String property)
Copyright © 2015. All rights reserved.