Class XmlConfigurationPersister

    • Constructor Detail

      • XmlConfigurationPersister

        public 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.
        Parameters:
        fileName - the configuration base file name
        rootElement - the root element of the configuration file
        rootParser - the root model parser
        rootDeparser - the root model deparser
      • XmlConfigurationPersister

        public 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.
        Parameters:
        fileName - the configuration base file name
        rootElement - the root element of the configuration file
        rootParser - the root model parser
        rootDeparser - the root model deparser