Package io.ebean.text
Class PathProperties.Props
- 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 StringgetPath()LinkedHashSet<String>getProperties()Return the properties for this property set.StringgetPropertiesAsString()Return the properties as a comma delimited string.booleanisEmpty()StringtoString()
-
-
-
Method Detail
-
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.
-
-