Class Skip.OperatingSystem.Windows

    • Constructor Summary

      Constructors 
      Constructor Description
      Windows()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isMatch()
      Do we have a match to the underlying condition?
      • Methods inherited from class java.lang.Object

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

      • Windows

        public Windows()
    • Method Detail

      • isMatch

        public boolean isMatch()
        Description copied from interface: Skip.Matcher
        Do we have a match to the underlying condition?
        Specified by:
        isMatch in interface Skip.Matcher
        Returns:
        True/false ;)