Package zowe.client.sdk.utility.timer
Class Timer
- java.lang.Object
-
- zowe.client.sdk.utility.timer.Timer
-
public class Timer extends Object
Timer class to help support wait time operations.- Version:
- 4.0
- Author:
- Frank Giordano
-
-
Constructor Summary
Constructors Constructor Description Timer(int waitTime)
Timer constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timer
initialize()
Initialize time construct before calling isEndedboolean
isEnded()
Has the current time range ended yet?
-
-
-
Method Detail
-
initialize
public Timer initialize()
Initialize time construct before calling isEnded- Returns:
- timer object
-
isEnded
public boolean isEnded()
Has the current time range ended yet?- Returns:
- boolean true if time range reached
-
-