| Modifier and Type | Method and Description |
|---|---|
Configuration |
Configuration.addRequiredExtension(String name)
Adds a required extension to validate the extension has been added to the running server.
|
Configuration |
Configuration.addRequiredExtensions(Collection<String> names)
Adds the required extensions to validate the extensions have been added to the running server.
|
Configuration |
Configuration.addRequiredExtensions(String... names)
Adds the required extensiosn to validate the extensions have been added to the running server.
|
static Configuration |
Configuration.of(Path targetFile)
Creates a new configuration for the model exporter.
|
Configuration |
Configuration.setAddress(org.jboss.dmr.ModelNode address)
Sets the address where the model should be dumped from.
|
Configuration |
Configuration.setHostName(String hostName)
Sets the host name used for the management connection.
|
Configuration |
Configuration.setPort(int port)
Sets the management port for the client to connect to.
|
Configuration |
Configuration.setProtocol(String protocol)
Sets the protocol used for the management connection.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
ModelExporter.toDmr(Configuration configuration)
Exports the model from a running server to a DMR file.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.