com.googlecode.icegem.utils
Class ConsoleUtils

java.lang.Object
  extended by com.googlecode.icegem.utils.ConsoleUtils

public class ConsoleUtils
extends java.lang.Object

Console utils.

Author:
Andrey Stepanov aka standy

Constructor Summary
ConsoleUtils()
           
 
Method Summary
static void waitForEnter()
          Waits for enter.
static void waitForEnter(java.lang.String message)
          Waits for enter with specified message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleUtils

public ConsoleUtils()
Method Detail

waitForEnter

public static void waitForEnter()
Waits for enter.


waitForEnter

public static void waitForEnter(java.lang.String message)
Waits for enter with specified message.

Parameters:
message - of type String


Copyright © 2011. All Rights Reserved.