Package psidev.psi.mi.jami.html.utils
Class HtmlWriterOptions
- java.lang.Object
-
- psidev.psi.mi.jami.factory.options.InteractionWriterOptions
-
- psidev.psi.mi.jami.html.utils.HtmlWriterOptions
-
public class HtmlWriterOptions extends InteractionWriterOptions
Class that lists all possible options for MI HTML writer. All the options in InteractionWriterOptions are also valid for MI HTML writer.- Since:
06/12/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description static String
MI_HTML_FORMAT
The html format value to use with HtmlWriterOptions.OUTPUT_FORMAT_OPTION_KEYstatic String
WRITE_HTML_HEADER_BODY_OPTION
This option is for writing a header and body.-
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 HtmlWriterOptions()
-
-
-
Field Detail
-
WRITE_HTML_HEADER_BODY_OPTION
public static final String WRITE_HTML_HEADER_BODY_OPTION
This option is for writing a header and body. It has to be a boolean value. If this option is not provided, it will write a header and body by default.- See Also:
- Constant Field Values
-
MI_HTML_FORMAT
public static final String MI_HTML_FORMAT
The html format value to use with HtmlWriterOptions.OUTPUT_FORMAT_OPTION_KEY- See Also:
- Constant Field Values
-
-