Class RequirementMatcherFactory.VersionMatcher

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private VersionMatcher​(java.lang.String version)  
    • 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
    • Constructor Detail

      • VersionMatcher

        private VersionMatcher​(java.lang.String version)
    • Method Detail