public class BackupForConfiguration extends Object implements ConfigurationInfo
| Modifier and Type | Field and Description |
|---|---|
static ElementDefinition |
ELEMENT_DEFINITION |
static AttributeDefinition<String> |
REMOTE_CACHE |
static AttributeDefinition<String> |
REMOTE_SITE |
| Constructor and Description |
|---|
BackupForConfiguration(AttributeSet attributes) |
| Modifier and Type | Method and Description |
|---|---|
AttributeSet |
attributes() |
boolean |
equals(Object obj) |
ElementDefinition |
getElementDefinition() |
int |
hashCode() |
boolean |
isBackupFor(String remoteSite,
String remoteCache) |
String |
remoteCache() |
String |
remoteSite() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitsubElementspublic static final AttributeDefinition<String> REMOTE_CACHE
public static final AttributeDefinition<String> REMOTE_SITE
public static final ElementDefinition ELEMENT_DEFINITION
public BackupForConfiguration(AttributeSet attributes)
public String remoteCache()
public String remoteSite()
public AttributeSet attributes()
attributes in interface BaseConfigurationInfoAttributeSet declared by the configuration.public ElementDefinition getElementDefinition()
getElementDefinition in interface BaseConfigurationInfoElementDefinition of the configuration.Copyright © 2021 JBoss by Red Hat. All rights reserved.