Package org.apache.tika.parser.csv
Class CSVParams
- java.lang.Object
-
- org.apache.tika.parser.csv.CSVParams
-
public class CSVParams extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Charset
getCharset()
Character
getDelimiter()
MediaType
getMediaType()
boolean
isComplete()
boolean
isEmpty()
void
setCharset(Charset charset)
void
setDelimiter(Character delimiter)
void
setMediaType(MediaType mediaType)
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
isComplete
public boolean isComplete()
-
getMediaType
public MediaType getMediaType()
-
setMediaType
public void setMediaType(MediaType mediaType)
-
getDelimiter
public Character getDelimiter()
-
setDelimiter
public void setDelimiter(Character delimiter)
-
getCharset
public Charset getCharset()
-
setCharset
public void setCharset(Charset charset)
-
-