com.jeffpalm.util
Class CommenterFactory
java.lang.Object
com.jeffpalm.util.CommenterFactory
public final class CommenterFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommenterFactory
public CommenterFactory()
newCommenter
public static Commenter newCommenter(java.lang.String[] comments,
boolean skipEmpties)
newCommenter
public static Commenter newCommenter(java.lang.String comment,
boolean skipEmpties)
newCommenter
public static Commenter newCommenter(char[] commentChars,
boolean skipEmpties)
newCommenter
public static Commenter newCommenter(char commentChar,
boolean skipEmpties)