Package io.ebean.util
Class SplitName
- java.lang.Object
-
- io.ebean.util.SplitName
-
-
Constructor Summary
Constructors Constructor Description SplitName()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
add(String prefix, String name)
Add the two name sections together in dot notation.static String
begin(String name)
Return the first part of the name.static int
count(String name)
Return the number of occurrences of char in name.static String
parent(String name)
Return the parent part of the path.static String[]
split(String name)
Return the name split by last.static String[]
splitBegin(String name)
-