Package psidev.psi.mi.jami.crosslink
Class CsvDatasourceOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.MIDataSourceOptions
-
- psidev.psi.mi.jami.factory.options.MIFileDataSourceOptions
-
- psidev.psi.mi.jami.crosslink.CsvDatasourceOptions
-
public class CsvDatasourceOptions extends MIFileDataSourceOptions
Options for CSV datasource which extends MIFileDataSource option- Since:
18/11/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
CROSSLINK_CSV_FORMAT
The cross link format value to use with CsvDataSourceOptions.INPUT_TYPE_OPTION_KEYstatic String
CSV_TYPE_OPTION_KEY
The type of crosslink CSV file to read.-
Fields inherited from class psidev.psi.mi.jami.factory.options.MIFileDataSourceOptions
INPUT_OPTION_KEY, PARSER_LISTENER_OPTION_KEY
-
Fields inherited from class psidev.psi.mi.jami.factory.options.MIDataSourceOptions
COMPLEX_EXPANSION_OPTION_KEY, COMPLEX_TYPE_OPTION_KEY, INPUT_TYPE_OPTION_KEY, INTERACTION_CATEGORY_OPTION_KEY, INTERACTOR_FACTORY_OPTION_KEY, STREAMING_OPTION_KEY
-
-
Constructor Summary
Constructors Constructor Description CsvDatasourceOptions()
-
-
-
Field Detail
-
CSV_TYPE_OPTION_KEY
public static final String CSV_TYPE_OPTION_KEY
The type of crosslink CSV file to read. The option value should be an enum of type CsvType. If this option is not provided, the value by default is CsvType.mix- See Also:
- Constant Field Values
-
CROSSLINK_CSV_FORMAT
public static final String CROSSLINK_CSV_FORMAT
The cross link format value to use with CsvDataSourceOptions.INPUT_TYPE_OPTION_KEY- See Also:
- Constant Field Values
-
-