Class RequirementMatcherFactory.ExactMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String provides  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ExactMatcher​(java.lang.String provides)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String requirement)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • provides

        private java.lang.String provides
    • Constructor Detail

      • ExactMatcher

        private ExactMatcher​(java.lang.String provides)
    • Method Detail