Package | Description |
---|---|
org.wildfly.swarm.config.resource.adapters | |
org.wildfly.swarm.config.resource.adapters.resource_adapter |
Modifier and Type | Method and Description |
---|---|
ConfigProperties |
ResourceAdapter.ResourceAdapterResources.configProperties(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConfigProperties> |
ResourceAdapter.ResourceAdapterResources.configProperties()
Get the list of ConfigProperties resources
|
Modifier and Type | Method and Description |
---|---|
T |
ResourceAdapter.configProperties(ConfigProperties value)
Add the ConfigProperties object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ResourceAdapter.configProperties(List<ConfigProperties> value)
Add all ConfigProperties objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigProperties<T extends ConfigProperties<T>>
A custom defined config property.
|
interface |
ConfigPropertiesConsumer<T extends ConfigProperties<T>> |
interface |
ConfigPropertiesSupplier<T extends ConfigProperties> |
Modifier and Type | Method and Description |
---|---|
ConfigProperties |
ConnectionDefinitions.ConnectionDefinitionsResources.configProperties(String key) |
ConfigProperties |
AdminObjects.AdminObjectsResources.configProperties(String key) |
ConfigProperties |
ConfigPropertiesSupplier.get()
Constructed instance of ConfigProperties resource
|
Modifier and Type | Method and Description |
---|---|
List<ConfigProperties> |
ConnectionDefinitions.ConnectionDefinitionsResources.configProperties()
Get the list of ConfigProperties resources
|
List<ConfigProperties> |
AdminObjects.AdminObjectsResources.configProperties()
Get the list of ConfigProperties resources
|
Modifier and Type | Method and Description |
---|---|
T |
ConnectionDefinitions.configProperties(ConfigProperties value)
Add the ConfigProperties object to the list of subresources
|
T |
AdminObjects.configProperties(ConfigProperties value)
Add the ConfigProperties object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ConnectionDefinitions.configProperties(List<ConfigProperties> value)
Add all ConfigProperties objects to this subresource
|
T |
AdminObjects.configProperties(List<ConfigProperties> value)
Add all ConfigProperties objects to this subresource
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.