Class PhpUnitUtils.VersionMatcher

java.lang.Object
com.atlassian.bamboo.plugins.php.task.utils.PhpUnitUtils.VersionMatcher
All Implemented Interfaces:
Predicate<File>
Enclosing class:
PhpUnitUtils

public static class PhpUnitUtils.VersionMatcher extends Object implements Predicate<File>
  • Constructor Details

    • VersionMatcher

      public VersionMatcher(@NotNull @NotNull Pattern pattern)
  • Method Details

    • test

      public boolean test(@Nullable @Nullable File input)
      Specified by:
      test in interface Predicate<File>