summaryrefslogtreecommitdiffstats
path: root/component/abi-spec.json
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-03-14 18:18:36 +0100
committerJon Marius Venstad <venstad@gmail.com>2022-03-14 18:18:36 +0100
commitde2dbd0677343d0deaae85ed62b4a7158dab6553 (patch)
treeb13fd93bd244e648952b745283812e2cbeceddb6 /component/abi-spec.json
parentf9e0458eea56e60d01f5d36fcb602d1c47086829 (diff)
Add VersionCompatibility helper
Diffstat (limited to 'component/abi-spec.json')
-rw-r--r--component/abi-spec.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/component/abi-spec.json b/component/abi-spec.json
index 4e89b0e717c..d990a9077b4 100644
--- a/component/abi-spec.json
+++ b/component/abi-spec.json
@@ -158,6 +158,19 @@
"public static final com.yahoo.component.Version emptyVersion"
]
},
+ "com.yahoo.component.VersionCompatibility": {
+ "superClass": "java.lang.Object",
+ "interfaces": [],
+ "attributes": [
+ "public"
+ ],
+ "methods": [
+ "public static com.yahoo.component.VersionCompatibility fromVersionList(java.util.List)",
+ "public boolean accept(com.yahoo.component.Version, com.yahoo.component.Version)",
+ "public boolean refuse(com.yahoo.component.Version, com.yahoo.component.Version)"
+ ],
+ "fields": []
+ },
"com.yahoo.component.VersionSpecification": {
"superClass": "java.lang.Object",
"interfaces": [