java.lang.Object
io.ebean.text.PathProperties.Props
- Enclosing class:
- PathProperties
-
Method Summary
Modifier and TypeMethodDescriptionprotected PathProperties.Props
Add a child Property set.protected void
addProperty
(String property) Add a properties to include for this path.protected PathProperties.Props
Return the parent pathgetPath()
Return the properties for this property set.Return the properties as a comma delimited string.boolean
isEmpty()
toString()
-
Method Details
-
getPath
-
toString
-
isEmpty
public boolean isEmpty() -
getProperties
Return the properties for this property set. -
getPropertiesAsString
Return the properties as a comma delimited string. -
getParent
Return the parent path -
addChild
Add a child Property set. -
addProperty
Add a properties to include for this path.
-