Package org.wildfly.legacy.util
Class DumpDomainResourceDefinitionUtil
- java.lang.Object
-
- org.wildfly.legacy.util.DumpDomainResourceDefinitionUtil
-
public class DumpDomainResourceDefinitionUtil extends Object
Grabs the full domain resource description of a running domain instance and writes it out totarget/domain-resource-definition-running.dmr. The host model is written out totarget/host-resource-definition-running.dmr. If this is for a released version so that it can be used for comparisons in the future, these files should be copied tosrc/test/resources/legacy-modelsandrunningreplaced with the real version of the running server, e.g.src/test/resources/legacy-models/domain-resource-definition-7.1.2.Finalandsrc/test/resources/legacy-models/host-resource-definition-7.1.2.Final.- Author:
- Kabir Khan
-
-
Constructor Summary
Constructors Constructor Description DumpDomainResourceDefinitionUtil()
-