Package beamline.sources
Class CSVLogSource.ParserConfiguration
- java.lang.Object
-
- beamline.sources.CSVLogSource.ParserConfiguration
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CSVLogSource
public static class CSVLogSource.ParserConfiguration extends Object implements Serializable
This class is used to configure the parser of the CSV- Author:
- Andrea Burattin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParserConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVLogSource.ParserConfiguration
withSeparator(char separator)
Configures the fields separator
-
-
-
Method Detail
-
withSeparator
public CSVLogSource.ParserConfiguration withSeparator(char separator)
Configures the fields separator- Parameters:
separator
- the separator for the lines' fields- Returns:
- the parser configuration object
-
-