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 to target/domain-resource-definition-running.dmr. The host model is written out to target/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 to src/test/resources/legacy-models and running replaced with the real version of the running server, e.g. src/test/resources/legacy-models/domain-resource-definition-7.1.2.Final and src/test/resources/legacy-models/host-resource-definition-7.1.2.Final.
Author:
Kabir Khan
  • Constructor Details

    • DumpDomainResourceDefinitionUtil

      public DumpDomainResourceDefinitionUtil()
  • Method Details