summaryrefslogtreecommitdiffstats
path: root/component/abi-spec.json
diff options
context:
space:
mode:
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": [