Class MitabWriterOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.InteractionWriterOptions
-
- psidev.psi.mi.jami.tab.extension.factory.options.MitabWriterOptions
-
public class MitabWriterOptions extends InteractionWriterOptions
Class that lists all the options for a Mitab writer. The options listed in InteractionWriterOptions are also valid for a MitabWriter- Since:
05/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
MITAB_EXTENDED_OPTION
The option to select more specialised writers with extended MITAB objects (features and confidences).static String
MITAB_HEADER_OPTION
The option to write or not the MITAB header.static String
MITAB_VERSION_OPTION
The mitab version.-
Fields inherited from class psidev.psi.mi.jami.factory.options.InteractionWriterOptions
COMPLEX_EXPANSION_OPTION_KEY, COMPLEX_TYPE_OPTION_KEY, INTERACTION_CATEGORY_OPTION_KEY, OUTPUT_FORMAT_OPTION_KEY, OUTPUT_OPTION_KEY
-
-
Constructor Summary
Constructors Constructor Description MitabWriterOptions()
-
-
-
Field Detail
-
MITAB_VERSION_OPTION
public static final String MITAB_VERSION_OPTION
The mitab version. It must be an enum of type MitabVersion. If it is not provided, it will be considered as 2.7 by default- See Also:
- Constant Field Values
-
MITAB_HEADER_OPTION
public static final String MITAB_HEADER_OPTION
The option to write or not the MITAB header. It must be a boolean value If it is not provided, it will be considered as true by default- See Also:
- Constant Field Values
-
MITAB_EXTENDED_OPTION
public static final String MITAB_EXTENDED_OPTION
The option to select more specialised writers with extended MITAB objects (features and confidences). It must be a boolean value If it is not provided, it will be considered as false.- See Also:
- Constant Field Values
-
-