Object CompatibilityMatrix
-
- All Implemented Interfaces:
public class CompatibilityMatrixAn object that represents the OSADL compliance matrix. For details see https://www.osadl.org/Access-to-raw-data.oss-compliance-raw-data-access.0.html.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCompatibilityMatrix.InfoA class to represent the information contained in a cell of the matrix, i.e. the result of a lookup.
-
Field Summary
Fields Modifier and Type Field Description private final ZonedDateTimereleaseDateAndTimepublic final static CompatibilityMatrixINSTANCE
-
Method Summary
Modifier and Type Method Description final CompatibilityMatrix.InfogetCompatibilityInfo(String leadingLicense, String subordinateLicense)Return the compatibility information from the matrix by looking up information for the leadingLicense (e.g. final ZonedDateTimegetReleaseDateAndTime()The release date and time of the matrix data. -
-
Method Detail
-
getCompatibilityInfo
final CompatibilityMatrix.Info getCompatibilityInfo(String leadingLicense, String subordinateLicense)
Return the compatibility information from the matrix by looking up information for the leadingLicense (e.g. outbound license) and subordinateLicense (e.g. inbound license).
-
getReleaseDateAndTime
final ZonedDateTime getReleaseDateAndTime()
The release date and time of the matrix data.
-
-
-
-