From de2dbd0677343d0deaae85ed62b4a7158dab6553 Mon Sep 17 00:00:00 2001 From: Jon Marius Venstad Date: Mon, 14 Mar 2022 18:18:36 +0100 Subject: Add VersionCompatibility helper --- component/abi-spec.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'component/abi-spec.json') 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": [ -- cgit v1.2.3