Class ContainerDescription.ModelVersion
java.lang.Object
org.jboss.as.arquillian.container.ContainerDescription.ModelVersion
- Enclosing interface:
ContainerDescription
Describes the model version.
-
Method Summary
-
Method Details
-
getMajor
public int getMajor()The major version of the model.- Returns:
- the major version
-
getMinor
public int getMinor()The minor version of the model.- Returns:
- the minor version
-
getMicro
public int getMicro()THe micro version of the model.- Returns:
- the micro version
-