Home | History | Annotate | Download | only in parser

Lines Matching refs:Version

4  * Licensed under the Apache License, Version 2.0 (the "License");
20 import org.yaml.snakeyaml.DumperOptions.Version;
26 private Version version;
29 public VersionTagsTuple(Version version, Map<String, String> tags) {
30 this.version = version;
34 public Version getVersion() {
35 return version;
44 return String.format("VersionTagsTuple<%s, %s>", version, tags);