Package simtools.util

Interface Summary
FileReferenceListener  
NamedProperties The interface for objects dealing with named properties
PacketBuffer.Listener The packet listener interface
SysExec.ErrOutWriter Inner interface for output & error streams.
 

Class Summary
AbstractCyclicCallerRunnable Class AbstractCyclicCallerRunnable This class permit to create a Runnable object that call cyclically to a method.
CurrentPathProvider  
DefaultErrOutWriter Type DefaultErrOutWriter
Summary:
A default implementation of the ErrOutWriter interface.
FileSerializer Serialize/deserialize a file description
ImageSerializer This class contains static utilities for reading and writing images to object streams during serialization.
ListenerManager This class avoids code duplication in as many place as possible.
LogConfigurator  
NumberStringComparator Compare objects of type Number and String.
PacketBuffer A packet buffer collects byte buffers identified by a common key.
PacketBufferFactory A packet buffer factory holds a predefined list of packet buffers identified by a key (one per buffer) The key allows to the buffer used to store and retrieve the packets
PrintfFormat PrintfFormat allows the formatting of an array of objects embedded within a string.
SpringUtilities A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout.
StreamMemoryBuffer A memory buffer to be filled by one writer and read by several readers The readers do not empty the buffer, they acces data in it using an index The writer is filling the circular buffer it writes at a given index and increments a minimum index value to prevent access from the readers on overwritten data due to the cyclic buffer.
SysExec This class defines a way to execute system commands
TableFilter Class TableFilter This tableModel permit to enable filtering on columns values.
TableMap  
TableSorter TableSorter is a decorator for TableModels; adding sorting functionality to a supplied TableModel.
XmlFormater Class XmlFormater XmlFormater: a tool to indent xml files.
 

Exception Summary
PacketBufferValidationError Class PacketBufferValidationError This class is used by the PacketBuffer class to raise validation errors on packet buffer.