com.jeffpalm.util
Class CommenterFactory

java.lang.Object
  extended by com.jeffpalm.util.CommenterFactory

public final class CommenterFactory
extends java.lang.Object


Constructor Summary
CommenterFactory()
           
 
Method Summary
static Commenter newCommenter(char[] commentChars, boolean skipEmpties)
           
static Commenter newCommenter(char commentChar, boolean skipEmpties)
           
static Commenter newCommenter(java.lang.String[] comments, boolean skipEmpties)
           
static Commenter newCommenter(java.lang.String comment, boolean skipEmpties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommenterFactory

public CommenterFactory()
Method Detail

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)