public class InitOptions extends StatefulOptions
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
upgrade |
protected boolean |
useBackend |
input, lock, lockTimeout| Constructor and Description |
|---|
InitOptions(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
upgrade(boolean upgrade)
Opts to upgrade modules and plugins as part of their respective installation steps is
true is specified. |
void |
useBackend(boolean useBackend)
Initializes a working directory for validation without accessing any configured remote backend if
true is specified. |
input, lock, lockTimeoutpublic void useBackend(boolean useBackend)
true is specified.
Default is true.
useBackend - true to initialize a working directory for validation without accessing any configured remote backend.public void upgrade(boolean upgrade)
true is specified.
Default is false
upgrade - true to opt to upgrade modules and plugins as part of their respective installation steps.