Package org.jboss.as.server.parsing
Class StandaloneXmlSchemas
java.lang.Object
org.jboss.as.controller.parsing.ManagementSchemas
org.jboss.as.server.parsing.StandaloneXmlSchemas
Representation of the schemas for the standalone server configuration.
- Author:
- Darran Lofthouse
-
Field Summary
Fields inherited from class org.jboss.as.controller.parsing.ManagementSchemas
CURRENT -
Constructor Summary
ConstructorsConstructorDescriptionStandaloneXmlSchemas(Stability stability, org.jboss.modules.ModuleLoader loader, ExecutorService executorService, ExtensionRegistry extensionRegistry) -
Method Summary
Methods inherited from class org.jboss.as.controller.parsing.ManagementSchemas
getAdditional, getCurrent
-
Constructor Details
-
StandaloneXmlSchemas
public StandaloneXmlSchemas(Stability stability, org.jboss.modules.ModuleLoader loader, ExecutorService executorService, ExtensionRegistry extensionRegistry)
-