java.lang.Object
io.ebean.text.PathProperties.Props
- Enclosing class:
PathProperties
-
Method Summary
Modifier and TypeMethodDescriptionprotected PathProperties.PropsAdd a child Property set.protected voidaddProperty(String property) Add a properties to include for this path.protected PathProperties.PropsReturn the parent pathgetPath()Return the properties for this property set.Return the properties as a comma delimited string.booleanisEmpty()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.
-