Uses of Interface
com.jeffpalm.util.Commenter

Packages that use Commenter
com.jeffpalm.util   
 

Uses of Commenter in com.jeffpalm.util
 

Methods in com.jeffpalm.util that return Commenter
static Commenter CommenterFactory.newCommenter(char[] commentChars, boolean skipEmpties)
           
static Commenter CommenterFactory.newCommenter(char commentChar, boolean skipEmpties)
           
static Commenter CommenterFactory.newCommenter(java.lang.String[] comments, boolean skipEmpties)
           
static Commenter CommenterFactory.newCommenter(java.lang.String comment, boolean skipEmpties)
           
 Commenter Commenter.useDone(java.lang.String line)