Package io.ebean.util
Class SplitName
java.lang.Object
io.ebean.util.SplitName
public class SplitName extends Object
Helper for dot notation property paths.
-
Constructor Summary
Constructors Constructor Description SplitName() -
Method Summary
Modifier and Type Method Description static Stringadd(String prefix, String name)Add the two name sections together in dot notation.static Stringbegin(String name)Return the first part of the name.static intcount(String name)Return the number of occurrences of char in name.static Stringparent(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)
-
Constructor Details
-
SplitName
public SplitName()
-
-
Method Details
-
add
Add the two name sections together in dot notation. -
count
Return the number of occurrences of char in name. -
parent
Return the parent part of the path. -
split
Return the name split by last. -
begin
Return the first part of the name. -
splitBegin
-