Package | Description |
---|---|
org.wildfly.swarm.config.singleton | |
org.wildfly.swarm.config.singleton.singleton_policy |
Modifier and Type | Method and Description |
---|---|
Deployment |
SingletonPolicy.SingletonPolicyResources.deployment(String key) |
Modifier and Type | Method and Description |
---|---|
List<Deployment> |
SingletonPolicy.SingletonPolicyResources.deployments()
Get the list of Deployment resources
|
Modifier and Type | Method and Description |
---|---|
T |
SingletonPolicy.deployment(Deployment value)
Add the Deployment object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
SingletonPolicy.deployments(List<Deployment> value)
Add all Deployment objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
Deployment<T extends Deployment<T>>
A singleton deployment
|
interface |
DeploymentConsumer<T extends Deployment<T>> |
interface |
DeploymentSupplier<T extends Deployment> |
Modifier and Type | Method and Description |
---|---|
Deployment |
DeploymentSupplier.get()
Constructed instance of Deployment resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.