Uses of Class
net.sf.jailer.util.CsvFile.Line
Packages that use CsvFile.Line
-
Uses of CsvFile.Line in net.sf.jailer.util
Methods in net.sf.jailer.util that return types with arguments of type CsvFile.LineModifier and TypeMethodDescriptionCsvFile.getLines()Gets the list of lines.Gets the list of lines of a cached block.Methods in net.sf.jailer.util with parameters of type CsvFile.LineModifier and TypeMethodDescriptionbooleanCsvFile.LineFilter.accept(CsvFile.Line line) Returnstrueif the given line should be included.