Class DeferredExtensionContext

java.lang.Object
org.jboss.as.controller.parsing.DeferredExtensionContext

public class DeferredExtensionContext extends Object
Class that defers loading parsed extension data until a later time, this allows parse-time system properties to be evaluated before any extensions are loaded
  • Constructor Details

    • DeferredExtensionContext

      public DeferredExtensionContext(org.jboss.modules.ModuleLoader moduleLoader, ExtensionRegistry extensionRegistry, ExecutorService bootExecutor)
  • Method Details