Class MIFileDataSourceOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.MIDataSourceOptions
-
- psidev.psi.mi.jami.factory.options.MIFileDataSourceOptions
-
- Direct Known Subclasses:
CsvDatasourceOptions
,MitabDataSourceOptions
,PsiXmlDataSourceOptions
public class MIFileDataSourceOptions extends MIDataSourceOptions
Class that lists all possible options for MIFileDataSource. The options listed in MIDataSourceOptions are also valid for a MIFileDataSource- Since:
05/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
INPUT_OPTION_KEY
The input MI source that contains the interactions.static String
PARSER_LISTENER_OPTION_KEY
The parser listener instance that will listen to the MI parsing events.-
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 MIFileDataSourceOptions()
-
-
-
Field Detail
-
INPUT_OPTION_KEY
public static final String INPUT_OPTION_KEY
The input MI source that contains the interactions. It usually can be a String (path to a file or URL), a File, an InputStream, a URL or a Reader but it can vary depending on the datasources. This option must always be provided to a MIFileDataSource.- See Also:
- Constant Field Values
-
PARSER_LISTENER_OPTION_KEY
public static final String PARSER_LISTENER_OPTION_KEY
The parser listener instance that will listen to the MI parsing events. It has to be an object instance implementing the MIFileParserListener interface. If it is not provided, the default listener provided depends on the datasources.- See Also:
- Constant Field Values
-
-