Package | Description |
---|---|
org.jboss.as.controller.persistence | |
org.jboss.as.host.controller.parsing | |
org.jboss.as.model.test | |
org.jboss.as.server.parsing |
Constructor and Description |
---|
AbstractConfigurationPersister(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
Construct a new instance.
|
BackupXmlConfigurationPersister(ConfigurationFile file,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
Construct a new instance.
|
BackupXmlConfigurationPersister(ConfigurationFile file,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser,
boolean reload,
boolean allowEmpty)
Construct a new instance.
|
NullConfigurationPersister(org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser) |
XmlConfigurationPersister(File fileName,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser)
Construct a new instance.
|
XmlConfigurationPersister(File fileName,
QName rootElement,
org.jboss.staxmapper.XMLElementReader<List<org.jboss.dmr.ModelNode>> rootParser,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser,
boolean suppressLoad)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
DomainXml.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
ModelMarshallingContext context) |
void |
HostXml.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
ModelMarshallingContext context) |
Constructor and Description |
---|
StringConfigurationPersister(List<org.jboss.dmr.ModelNode> bootOperations,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser,
boolean persistXml) |
Modifier and Type | Method and Description |
---|---|
void |
StandaloneXml.writeContent(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
ModelMarshallingContext context) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.