- java.lang.Object
-
- io.ebean.text.PathProperties.Props
-
- Enclosing class:
- PathProperties
public static class PathProperties.Props extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PathProperties.PropsaddChild(String subPath)Add a child Property set.protected voidaddProperty(String property)Add a properties to include for this path.protected PathProperties.PropsgetParent()Return the parent pathStringgetPath()LinkedHashSet<String>getProperties()Return the properties for this property set.StringgetPropertiesAsString()Return the properties as a comma delimited string.booleanisEmpty()StringtoString()
-
-
-
Method Detail
-
getPath
public String getPath()
-
isEmpty
public boolean isEmpty()
-
getProperties
public LinkedHashSet<String> getProperties()
Return the properties for this property set.
-
getPropertiesAsString
public String getPropertiesAsString()
Return the properties as a comma delimited string.
-
getParent
protected PathProperties.Props getParent()
Return the parent path
-
addChild
protected PathProperties.Props addChild(String subPath)
Add a child Property set.
-
addProperty
protected void addProperty(String property)
Add a properties to include for this path.
-
-