Interface RequirementMatcher

All Known Implementing Classes:
RequirementMatcherFactory.ExactMatcher, RequirementMatcherFactory.VersionMatcher

public interface RequirementMatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(String requirement)
     
  • Method Details

    • matches

      boolean matches(String requirement)