abbot.util
Class SystemState
java.lang.Object
abbot.util.SystemState
- public class SystemState
- extends Object
Preserve and restore System state.
This includes the following:
- Preserve System.out/err.
- Save the current System properties.
- Current security manager.
Constructor Summary |
SystemState()
Take a snapshot of the current System state for later restoration. |
Method Summary |
void |
restore()
Restore the state captured in the ctor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemState
public SystemState()
- Take a snapshot of the current System state for later restoration.
restore
public void restore()
- Restore the state captured in the ctor.
Copyright © 2002-2004 Timothy Wall. All Rights Reserved.
Abbot is hosted on