Package cdc.issues.core.io
Class ProfileIo.Builder
java.lang.Object
cdc.issues.core.io.ProfileIo.Builder
- Enclosing class:
- ProfileIo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()itemConverter(UnaryOperator<String> itemConverter) Sets the item wrapper.Sets the sections to dump.Sets the sections to dump.showEmptySections(boolean showEmptySections) Sets the title.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
title
Sets the title.If not specified, the profile name is used.
- Parameters:
title- The title.- Returns:
- This builder.
-
sections
Sets the sections to dump.- Parameters:
sections- The sections.- Returns:
- This builder.
-
sections
Sets the sections to dump.- Parameters:
sections- The sections.- Returns:
- This builder.
-
itemConverter
Sets the item wrapper.It is used to modify items.
- Parameters:
itemConverter- The item converter.- Returns:
- This builder.
-
showEmptySections
-
build
-