Interface | Description |
---|---|
ExecuteCommands |
Interface for classes execute commands in a subprocess.
|
Class | Description |
---|---|
ClassUtilities |
A collection of utilities for manipulating classes.
|
FileUtilities |
A collection of utilities for manipulating files
These utilities do not depend on any other ptolemy.* packages.
|
JVMBitWidth |
Determine the bit width (32 or 64) of the JVM.
|
MessageHandler |
This is a class that is used to report errors.
|
MultiHashMap<K,V> |
MultiHashMap is an implementation of the MultiMap interface.
|
OrderedResourceBundle |
Manage the resources for a locale using a set of static strings from a property file.
|
RecursiveFileFilter |
A file name filter that can recursively list files in a directory,
including those in subdirectories.
|
RunnableExceptionCatcher |
A class (that implements the proxy design pattern) that encapsulates a
runnable, catches the exception and will report the exception to the
Ptolemy Message Handler.
|
SimpleMessageHandler |
This is a message handler that reports errors in a graphical dialog box.
|
StreamExec |
Execute commands in a subprocess and send the results to stderr and stdout.
|
StringBufferExec |
Execute commands in a subprocess and accumulate the output in a
StringBuffer.
|
StringUtilities |
A collection of utilities for manipulating strings.
|
XSLTUtilities |
A collection of utilities for manipulating strings using XSLT.
|
Exception | Description |
---|---|
CancelException |
An exception that is not reported to the user.
|