public interface Model
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.controller.ModelVersion |
getVersion()
Returns the version of this model.
|
default boolean |
requiresTransformation(org.jboss.as.controller.ModelVersion version)
Indicates whether this model is more recent than the specified version and thus requires transformation
|
org.jboss.as.controller.ModelVersion getVersion()
default boolean requiresTransformation(org.jboss.as.controller.ModelVersion version)
version - a model versionCopyright © 2020 JBoss by Red Hat. All rights reserved.