Package org.snakeyaml.engine.v2.common
Class SpecVersion
- java.lang.Object
-
- org.snakeyaml.engine.v2.common.SpecVersion
-
- All Implemented Interfaces:
Serializable
public class SpecVersion extends Object implements Serializable
YAML Version indicator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecVersion(int major, int minor)Create
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMajor()getterintgetMinor()getterStringgetRepresentation()create readable textStringtoString()
-