Package | Description |
---|---|
org.jboss.weld.config |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
Modifier and Type | Method and Description |
---|---|
static ConfigurationKey |
ConfigurationKey.fromString(String from) |
static ConfigurationKey |
ConfigurationKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigurationKey[] |
ConfigurationKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
WeldConfiguration.getBooleanProperty(ConfigurationKey key) |
Integer |
WeldConfiguration.getIntegerProperty(ConfigurationKey key) |
Long |
WeldConfiguration.getLongProperty(ConfigurationKey key) |
String |
WeldConfiguration.getStringProperty(ConfigurationKey key) |
Copyright © 2023. All rights reserved.