Package cdc.issues.io

Class OutSettings


  • public class OutSettings
    extends Object
    Class used to configure the writing of issues.
    • Field Detail

      • ALL_DATA_ANSWERS

        public static final OutSettings ALL_DATA_ANSWERS
      • ALL_DATA_NO_ANSWERS

        public static final OutSettings ALL_DATA_NO_ANSWERS
    • Method Detail

      • isEnabled

        public boolean isEnabled​(OutSettings.Hint hint)
        Parameters:
        hint - The hint.
        Returns:
        true if hint is enabled.
      • getParams

        public List<String> getParams()
        Returns:
        The list of param data that have a special columns/fields.
      • getParamPrefix

        public String getParamPrefix()
        Returns:
        The prefix to use with param columns.
      • getMetas

        public List<String> getMetas()
        Returns:
        The list of meta data that have a special columns/fields.
      • getMetaPrefix

        public String getMetaPrefix()
        Returns:
        The prefix to use with meta columns.
      • getMetaComparator

        public Comparator<? super String> getMetaComparator()
        Returns:
        The Comparator that should be used to sort metas in meta column/field.
      • getNumberOfLocations

        public int getNumberOfLocations()
        Returns:
        The number of location columns to add.
      • getNumberOfComments

        public int getNumberOfComments()
        Returns:
        The number of comment columns to add.