Class ManagementSchemas


  • public abstract class ManagementSchemas
    extends Object
    Factory for a set of schemas for a specific management file.
    Author:
    Darran Lofthouse
    • Method Detail

      • getCurrent

        public ManagementXmlSchema 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

        public Set<ManagementXmlSchema> getAdditional()
        Get all the schemas in addition to the current schema for this management file.
        Returns:
        all the schemas for this management file.