Class PsiXmlDataSourceOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.MIDataSourceOptions
-
- psidev.psi.mi.jami.factory.options.MIFileDataSourceOptions
-
- psidev.psi.mi.jami.xml.model.extension.factory.options.PsiXmlDataSourceOptions
-
public class PsiXmlDataSourceOptions extends MIFileDataSourceOptions
Class that lists all possible options for PsiXml DataSource. The options listed in MIDataSourceOptions and MIDatasourceOptions are also valid for a PsiXml DataSource- Since:
05/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
ELEMENT_WITH_ID_CACHE_OPTION
The object instance implementing the PsiXmlIdCache interface.-
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 PsiXmlDataSourceOptions()
-
-
-
Field Detail
-
ELEMENT_WITH_ID_CACHE_OPTION
public static final String ELEMENT_WITH_ID_CACHE_OPTION
The object instance implementing the PsiXmlIdCache interface. This object will be used to index XML elements having ids and to resolve references to this objects. If this option is not provided, it will use a InMemoryPsiXmlCache by default (will cache the objects in memory and so cannot be efficient with very large files).- See Also:
- Constant Field Values
-
-