public class BackupsComponent<T extends BackupsComponent> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
BackupsComponent.BackupsComponentResources
Child mutators for BackupsComponent
|
| Constructor and Description |
|---|
BackupsComponent() |
| Modifier and Type | Method and Description |
|---|---|
T |
backup(Backup value)
Add the org.wildfly.swarm.config.infinispan.cache_container.Backup object to the list of subresources
|
T |
backup(String childKey)
Create and configure a org.wildfly.swarm.config.infinispan.cache_container.Backup object to the list of subresources
|
T |
backup(String childKey,
BackupConfigurator config)
Create and configure a org.wildfly.swarm.config.infinispan.cache_container.Backup object to the list of subresources
|
T |
backups(List<Backup> value)
Add all org.wildfly.swarm.config.infinispan.cache_container.Backup objects to this subresource
|
String |
getKey() |
BackupsComponent.BackupsComponentResources |
subresources() |
public String getKey()
public BackupsComponent.BackupsComponentResources subresources()
public T backups(List<Backup> value)
value - List of org.wildfly.swarm.config.infinispan.cache_container.Backup objects.public T backup(Backup value)
value - The org.wildfly.swarm.config.infinispan.cache_container.Backup to addpublic T backup(String childKey, BackupConfigurator config)
key - The key for the org.wildfly.swarm.config.infinispan.cache_container.Backup resourceconfig - The org.wildfly.swarm.config.infinispan.cache_container.BackupConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.