Interface Model
-
public interface ModelDefines a management model version.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description org.jboss.as.controller.ModelVersiongetVersion()Returns the version of this model.default booleanrequiresTransformation(org.jboss.as.controller.ModelVersion version)Indicates whether this model is more recent than the specified version and thus requires transformation
-
-
-
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
-
-