Package | Description |
---|---|
org.jboss.as.controller.extension | |
org.jboss.as.controller.persistence | |
org.jboss.as.host.controller | |
org.jboss.as.model.test | |
org.jboss.as.selfcontained |
Modifier and Type | Method and Description |
---|---|
void |
ExtensionRegistry.setWriterRegistry(SubsystemXmlWriterRegistry writerRegistry)
Sets the
SubsystemXmlWriterRegistry to use for storing subsystem marshallers. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtensibleConfigurationPersister
Combines
ConfigurationPersister and SubsystemXmlWriterRegistry . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConfigurationPersister
Abstract superclass for
ExtensibleConfigurationPersister implementations. |
class |
BackupXmlConfigurationPersister
An XML configuration persister which backs up the old file before overwriting it.
|
class |
NullConfigurationPersister
A configuration persister which does not store configuration changes.
|
class |
XmlConfigurationPersister
A configuration persister which uses an XML file for backing storage.
|
Modifier and Type | Class and Description |
---|---|
class |
HostControllerConfigurationPersister
Configuration persister that can delegate to a domain or host persister depending what needs to be persisted.
|
Modifier and Type | Class and Description |
---|---|
class |
StringConfigurationPersister
Internal class used to marshall/read the model
|
Modifier and Type | Class and Description |
---|---|
class |
SelfContainedConfigurationPersister
A read-only configuration persister that provides configuration
from a pre-computed list of operations.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.