Interface LicenseMaintenancePredicate

All Superinterfaces:
Predicate<LicenseDetails>
All Known Implementing Classes:
LicenseMaintenancePredicateImpl

public interface LicenseMaintenancePredicate extends Predicate<LicenseDetails>
Predicate to indicate whether or not the the passed license is within maintenance.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether the license is within the maintenance date.

    Methods inherited from interface java.util.function.Predicate

    and, negate, or
  • Method Details

    • test

      boolean test(@Nonnull LicenseDetails details)
      Checks whether the license is within the maintenance date. Note, this checks the application and platform build dates.
      Specified by:
      test in interface Predicate<LicenseDetails>
      Parameters:
      details - the license to check
      Returns:
      true if the license is within maintenance