Class SystemOperationUtil


  • public class SystemOperationUtil
    extends java.lang.Object
    Author:
    Elias Ricken de Medeiros
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String LINE_SEPARATOR
      The line separator as defined by the property line.separator.
    • Method Summary

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

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

      • LINE_SEPARATOR

        public static final java.lang.String LINE_SEPARATOR
        The line separator as defined by the property line.separator.
    • Constructor Detail

      • SystemOperationUtil

        public SystemOperationUtil()
    • Method Detail

      • isOnWindows

        public static boolean isOnWindows()