Interface Model


  • public interface Model
    Defines a management model version.
    Author:
    Paul Ferraro
    • Method Detail

      • getVersion

        org.jboss.as.controller.ModelVersion getVersion()
        Returns the version of this model.
        Returns:
        a model version
      • requiresTransformation

        default boolean requiresTransformation​(org.jboss.as.controller.ModelVersion version)
        Indicates whether this model is more recent than the specified version and thus requires transformation
        Parameters:
        version - a model version
        Returns:
        true if this model is more recent than the specified version, false otherwise