public class StringConfigurationPersister extends AbstractConfigurationPersister
ConfigurationPersister.PersistenceResource, ConfigurationPersister.SnapshotInfoNULL_SNAPSHOT_INFO| Constructor and Description |
|---|
StringConfigurationPersister(List<org.jboss.dmr.ModelNode> bootOperations,
org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser,
boolean persistXml) |
| Modifier and Type | Method and Description |
|---|---|
List<org.jboss.dmr.ModelNode> |
getBootOperations() |
String |
getMarshalled() |
List<org.jboss.dmr.ModelNode> |
load() |
ConfigurationPersister.PersistenceResource |
store(org.jboss.dmr.ModelNode model,
Set<PathAddress> affectedAddresses) |
deleteSnapshot, listSnapshots, marshallAsXml, registerSubsystemWriter, registerSubsystemWriter, snapshot, successfulBoot, unregisterSubsystemWriterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisPersistingpublic StringConfigurationPersister(List<org.jboss.dmr.ModelNode> bootOperations, org.jboss.staxmapper.XMLElementWriter<ModelMarshallingContext> rootDeparser, boolean persistXml)
public ConfigurationPersister.PersistenceResource store(org.jboss.dmr.ModelNode model, Set<PathAddress> affectedAddresses) throws ConfigurationPersistenceException
public List<org.jboss.dmr.ModelNode> load() throws ConfigurationPersistenceException
public List<org.jboss.dmr.ModelNode> getBootOperations()
public String getMarshalled()
Copyright © 2017 JBoss by Red Hat. All rights reserved.