Class SystemCommandFactory


  • public final class SystemCommandFactory
    extends java.lang.Object
    Defines the system command factory
    • Method Detail

      • getInstance

        public static SystemCommandFactory getInstance()
        Get the instance
        Returns:
        the instance
      • createSleepCommand

        public java.lang.String createSleepCommand​(int numberOfSeconds)
        Create a sleep command
        Parameters:
        numberOfSeconds - the number of seconds
        Returns:
        the sleep command