| Package | Description |
|---|---|
| org.wildfly.swarm.spi.api |
| Modifier and Type | Method and Description |
|---|---|
static Defaultable<Boolean> |
Defaultable.bool(boolean defaultValue) |
static Defaultable<Boolean> |
Defaultable.bool(Supplier<Boolean> defaultValueSupplier) |
static Defaultable<Boolean> |
Defaultable.ifAllExplicitlySet(Defaultable<?>... items)
Create a
Boolean configuration that has a default value of true if all arguments have been explicitly set to non-default values. |
static Defaultable<Boolean> |
Defaultable.ifAnyExplicitlySet(Defaultable<?>... items)
Create a
Boolean configuration that has a default value of true if any arguments have been explicitly set to non-default values. |
static Defaultable<Integer> |
Defaultable.integer(int defaultValue) |
static Defaultable<Integer> |
Defaultable.integer(Supplier<Integer> defaultValueSupplier) |
static Defaultable<String> |
Defaultable.string(String defaultValue) |
static Defaultable<String> |
Defaultable.string(Supplier<String> defaultValueSupplier) |
static Defaultable<URL> |
Defaultable.url(Supplier<URL> defaultValueSupplier) |
static Defaultable<URL> |
Defaultable.url(URL defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static Defaultable<Boolean> |
Defaultable.ifAllExplicitlySet(Defaultable<?>... items)
Create a
Boolean configuration that has a default value of true if all arguments have been explicitly set to non-default values. |
static Defaultable<Boolean> |
Defaultable.ifAnyExplicitlySet(Defaultable<?>... items)
Create a
Boolean configuration that has a default value of true if any arguments have been explicitly set to non-default values. |
Copyright © 2016 JBoss by Red Hat. All rights reserved.