|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.batch.item.file.transform.AbstractLineTokenizer
org.springframework.batch.item.file.transform.DelimitedLineTokenizer
org.lexgrid.loader.rrf.reader.linetokenizer.NoQuotesDelimitedLineTokenizer
public class NoQuotesDelimitedLineTokenizer
The Class NoQuotesDelimitedLineTokenizer.
Field Summary |
---|
Fields inherited from class org.springframework.batch.item.file.transform.DelimitedLineTokenizer |
---|
DEFAULT_QUOTE_CHARACTER, DELIMITER_COMMA, DELIMITER_TAB |
Fields inherited from class org.springframework.batch.item.file.transform.AbstractLineTokenizer |
---|
names |
Constructor Summary | |
---|---|
NoQuotesDelimitedLineTokenizer()
|
Method Summary | |
---|---|
protected boolean |
isQuoteCharacter(char c)
Don't treat ANY character as a quote character. |
Methods inherited from class org.springframework.batch.item.file.transform.DelimitedLineTokenizer |
---|
doTokenize, setDelimiter, setQuoteCharacter |
Methods inherited from class org.springframework.batch.item.file.transform.AbstractLineTokenizer |
---|
hasNames, isStrict, setFieldSetFactory, setNames, setStrict, tokenize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoQuotesDelimitedLineTokenizer()
Method Detail |
---|
protected boolean isQuoteCharacter(char c)
isQuoteCharacter
in class org.springframework.batch.item.file.transform.DelimitedLineTokenizer
c
- the c
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |