@Internal
public abstract class Bootstrapper
extends java.lang.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 java.io.IOException
java.io.IOException