Class ContainerDescription.ModelVersion
- java.lang.Object
-
- org.jboss.as.arquillian.container.ContainerDescription.ModelVersion
-
- Enclosing interface:
- ContainerDescription
public static final class ContainerDescription.ModelVersion extends Object
Describes the model version.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMajor()The major version of the model.intgetMicro()THe micro version of the model.intgetMinor()The minor version of the model.
-