Package com.facebook.buck.core.cell
Class CellConfig.Builder
- java.lang.Object
-
- com.facebook.buck.core.cell.CellConfig.Builder
-
- Enclosing class:
- CellConfig
public static class CellConfig.Builder extends Object
A builder forCellConfig
s.Unless otherwise stated, duplicate keys overwrites earlier ones.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellConfig
build()
CellConfig.Builder
put(CellName cell, String section, String key, String value)
Put a single value.
-
-
-
Method Detail
-
put
public CellConfig.Builder put(CellName cell, String section, String key, String value)
Put a single value.
-
build
public CellConfig build()
-
-