Uses of Class
com.opencsv.bean.concurrent.LineExecutor
-
Packages that use LineExecutor Package Description com.opencsv.bean A bean binding interface for use with opencsv.com.opencsv.bean.concurrent This package collects all classes necessary for the parallel processing of beans. -
-
Uses of LineExecutor in com.opencsv.bean
Fields in com.opencsv.bean declared as LineExecutor Modifier and Type Field Description private LineExecutor<T>CsvToBean. executorTheExecutorServicefor parallel processing of beans. -
Uses of LineExecutor in com.opencsv.bean.concurrent
Fields in com.opencsv.bean.concurrent declared as LineExecutor Modifier and Type Field Description private LineExecutor<T>CompleteFileReader. executorThe executor that takes lines of input and converts them to beans.Methods in com.opencsv.bean.concurrent with parameters of type LineExecutor Modifier and Type Method Description voidCompleteFileReader. setExecutor(LineExecutor<T> executor)Sets the executor that will convert text input to bean output.
-