| Package | Description |
|---|---|
| net.bolbat.kit.ioc |
IoC module.
|
| net.bolbat.kit.ioc.features |
Manager features support. |
| Modifier and Type | Method and Description |
|---|---|
static Manager.Feature |
Manager.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Manager.Feature[] |
Manager.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Manager.Features.disable(Manager.Feature... toDisable)
Disable features.
|
static void |
Manager.Features.enable(Manager.Feature... toEnable)
Enable features.
|
static boolean |
Manager.Features.isEnabled(Manager.Feature feature)
Is feature enabled.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeaturesImpl.disable(Manager.Feature... toDisable) |
void |
Features.disable(Manager.Feature... toDisable)
Disable features.
|
void |
FeaturesImpl.enable(Manager.Feature... toEnable) |
void |
Features.enable(Manager.Feature... toEnable)
Enable features.
|
boolean |
FeaturesImpl.isEnabled(Manager.Feature feature) |
boolean |
Features.isEnabled(Manager.Feature feature)
Is feature enabled.
|
Copyright © 2013–2019 BB Corp. All rights reserved.