Save This Page
Home » hibernate-core-src-20081106 » org.hibernate.envers.tools » [javadoc | source]
org.hibernate.envers.tools
public class: StringTools [javadoc | source]
java.lang.Object
   org.hibernate.envers.tools.StringTools
Method from org.hibernate.envers.tools.StringTools Summary:
append,   getLastComponent,   isEmpty
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.envers.tools.StringTools Detail:
 public static  void append(StringBuilder sb,
    Iterator contents,
    String separator) 
    To the given string builder, appends all strings in the given iterator, separating them with the given separator. For example, for an interator "a" "b" "c" and separator ":" the output is "a:b:c".
 public static String getLastComponent(String s) 
 public static boolean isEmpty(String s)