| Package | Description |
|---|---|
| com.devskiller.jfairy |
| Modifier and Type | Method and Description |
|---|---|
static Bootstrap.Builder |
Fairy.builder() |
static Bootstrap.Builder |
Bootstrap.builder()
Creates a Builder that will let you configure a Fairy's fields one by one.
|
Bootstrap.Builder |
Bootstrap.Builder.withDataMasterProvider(com.google.inject.Provider<DataMaster> dataMasterProvider)
Sets a custom DataMaster implementation.
|
Bootstrap.Builder |
Bootstrap.Builder.withFilePrefix(String filePrefix)
Sets the data file prefix for the resulting Fairy.
|
Bootstrap.Builder |
Bootstrap.Builder.withLocale(Locale locale)
Sets the locale for the resulting Fairy.
|
Bootstrap.Builder |
Bootstrap.Builder.withRandomSeed(int randomSeed)
Sets the random seed to use to pick things randomly.
|
Copyright © 2022. All rights reserved.