Package cdc.issues.io
Class OutSettings
java.lang.Object
cdc.issues.io.OutSettings
Class used to configure the writing of issues.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder ofOutSettings.static enumEnumeration of possible hints. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OutSettings.Builderbuilder()getHints()Comparator<? super String>getMetas()intintbooleanisEnabled(OutSettings.Hint hint) replaceAuto(IssuesAndAnswers issuesAndAnswers)
-
Field Details
-
ALL_DATA_ANSWERS
-
ALL_DATA_NO_ANSWERS
-
-
Constructor Details
-
OutSettings
-
-
Method Details
-
getHints
- Returns:
- The set of enabled hints.
-
isEnabled
- Parameters:
hint- The hint.- Returns:
trueifhintis enabled.
-
getParams
- Returns:
- The list of param data that have a special columns/fields.
-
getParamPrefix
- Returns:
- The prefix to use with param columns.
-
getMetas
- Returns:
- The list of meta data that have a special columns/fields.
-
getMetaPrefix
- Returns:
- The prefix to use with meta columns.
-
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.
-
replaceAuto
-
builder
-