Class PlatformUtil


  • public class PlatformUtil
    extends java.lang.Object
    Methods for testing the platform/operating system that we are on.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlatformUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isCaseInsensitive()  
      • Methods inherited from class java.lang.Object

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

      • PlatformUtil

        public PlatformUtil()
    • Method Detail

      • isCaseInsensitive

        public static boolean isCaseInsensitive()
        Returns:
        True if the operating system we are on is case insensitive, where case insensitive means that a file that is stored as FOO can be accessed as (for example) FoO.