# Class: com.pnfsoftware.jeb.util.base.FlagsFormatter.Builder

Builder for a [FlagsFormatter](FlagsFormatter).

## Constructor: Builder


## Method: add
- parameter: `bit`, type: `int`
- parameter: `name`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.base.FlagsFormatter.Builder`

Description: Associate a flag bit mask with a display name.
parameter: bit: non\-zero flag bit mask
parameter: name: display name
return: this builder

## Method: build
- return type: `com.pnfsoftware.jeb.util.base.FlagsFormatter`

Description: Build the formatter.
return: a formatter using this builder's mappings

## Method: setSeparator
- parameter: `sep`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.util.base.FlagsFormatter.Builder`

Description: Set the separator inserted between formatted flag names.
parameter: sep: separator string
return: this builder

## Static Method: create
- return type: `com.pnfsoftware.jeb.util.base.FlagsFormatter.Builder`

Description: Create a builder.
return: a builder

