Package com.ptc.windchill.upgrade.util

Interface Summary
CancellationMonitor An interface that allows cancellable tasks to check if they have been cancelled without knowing about the mechanism by which the cancellation was requested.
ClearcaseIfc  
ConnectionProvider  
 

Class Summary
AdvisoryLog  
BufferedLineReader  
CancelException Used by code that must not call System.exit(0) or System.exit(1).
ClearcaseCLI  
ClearcaseIfc.Status  
ClearcaseUtil  
ConditionalPagedTableIterator ConditionalPagedTableIterator determines which Paging mechanism to use depending upon what is available.
Constants  
DomUtil  
ErrorException Used by code that must not call System.exit(0) or System.exit(1).
FixedLengthQueue Threadsafe queue of fixed length that blocks on put when queue is full until room frees up and blocks on get when queue is empty until an element is added.
InstallNonModeled Used to execute all of the SQL scripts under the NonModeled directory.
JdbcUtils  
MethodServerStarter  
PagedTableObjectIterator PagedTableObjectIterator determines which Paging mechanism to use depending upon what is available.
SimpleSaxErrorHandler Simple error handler that throws WTSaxException on error of fatal error and prints warnings and messages.
SQLScriptExecutor Used to execute general SQL strings or to SQL Script files, but the result is a long string equal to "as seen on a console".
ThreadedCancelConfirmPrompt A class that displays a JOptionPane dialog with a YES_NO option to confirm cancellation of a threaded work task.
ThreadedOptionPane A class that displays prompts that can be use to control worker threads.
UiUtil  
VersionUtils  
WrappingMultiLineTextMessage  
ZipUtil Utilities for dealing with ZipFiles in Java 1.1.
 

Exception Summary
ClearcaseException