@Internal public abstract class Bootstrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Bootstrapper.BootstrapInfo
Data class containing the results of reading bootstrap.
|
| Constructor and Description |
|---|
Bootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
static Bootstrapper |
getInstance() |
abstract Bootstrapper.BootstrapInfo |
readBootstrap()
Returns configurations from bootstrap.
|
public static Bootstrapper getInstance()
public abstract Bootstrapper.BootstrapInfo readBootstrap() throws IOException
IOException