org.kuali.common.jdbc.reader.model
Class Comments

java.lang.Object
  extended by org.kuali.common.jdbc.reader.model.Comments

public final class Comments
extends Object


Field Summary
static Comments DEFAULT_COMMENTS
           
static boolean DEFAULT_IGNORE
           
static List<String> DEFAULT_TOKENS
           
 
Constructor Summary
Comments()
           
Comments(boolean ignore)
           
Comments(boolean ignore, List<String> tokens)
           
Comments(List<String> tokens)
           
 
Method Summary
 List<String> getTokens()
           
 boolean isIgnore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_IGNORE

public static final boolean DEFAULT_IGNORE
See Also:
Constant Field Values

DEFAULT_TOKENS

public static final List<String> DEFAULT_TOKENS

DEFAULT_COMMENTS

public static final Comments DEFAULT_COMMENTS
Constructor Detail

Comments

public Comments()

Comments

public Comments(boolean ignore)

Comments

public Comments(List<String> tokens)

Comments

public Comments(boolean ignore,
                List<String> tokens)
Method Detail

isIgnore

public boolean isIgnore()

getTokens

public List<String> getTokens()


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.