| Package | Description |
|---|---|
| org.basinmc.lavatory | |
| org.basinmc.lavatory.rule.feature |
| Modifier and Type | Method | Description |
|---|---|---|
ResolverContext.Builder |
ResolverContext.Builder.disableFeature(Feature... features) |
Disables the specified feature(s).
|
ResolverContext.Builder |
ResolverContext.Builder.enableFeature(Feature... features) |
Enables the specified feature(s).
|
boolean |
ResolverContext.isFeatureEnabled(Feature feature) |
Evaluates whether the specified feature is currently enabled within the context.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Feature |
Feature.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Optional<Feature> |
Feature.byKey(String key) |
|
Map<Feature,Boolean> |
FeatureCondition.getFeatureMap() |
Copyright © 2018 Basin. All rights reserved.