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 String
getPath()
LinkedHashSet<String>
getProperties()
Return the properties for this property set.String
getPropertiesAsString()
Return the properties as a comma delimited string.boolean
isEmpty()
String
toString()
-
-
-
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.
-
-