Package org.jboss.as.controller.parsing
Class ManagementSchemas
java.lang.Object
org.jboss.as.controller.parsing.ManagementSchemas
Factory for a set of schemas for a specific management file.
- Author:
- Darran Lofthouse
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedManagementSchemas(Stability stability, ManagementXmlReaderWriter readerWriterDelegate, String localName) -
Method Summary
Modifier and TypeMethodDescriptionGet all the schemas in addition to the current schema for this management file.Get the current supported schema.
-
Field Details
-
CURRENT
- See Also:
-
-
Constructor Details
-
ManagementSchemas
protected ManagementSchemas(Stability stability, ManagementXmlReaderWriter readerWriterDelegate, String localName)
-
-
Method Details
-
getCurrent
Get the current supported schema. This will have already taken into account the current stability level.- Returns:
- the current supported schemas across the different stability levels.
-
getAdditional
Get all the schemas in addition to the current schema for this management file.- Returns:
- all the schemas for this management file.
-