com.ptc.windchill.upgrade.ius
Class UpgradeContext.SystemPropertyMonitor
java.lang.Object
java.lang.Thread
com.ptc.windchill.upgrade.ius.UpgradeContext.SystemPropertyMonitor
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- UpgradeContext
- private class UpgradeContext.SystemPropertyMonitor
- extends Thread
This class will monitory System.getProperties() for property adds, changes, and removes.
Whenever a change is detected, it will be reported to System.out.
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
properties_
Properties properties_
UpgradeContext.SystemPropertyMonitor
UpgradeContext.SystemPropertyMonitor()
snapProperties
private Properties snapProperties()
run
public void run()