Package messif.utility

Various utilities that does not fit anywhere else including a main class for executing batch files.

See:
          Description

Interface Summary
Clearable Interface for marking objects that have clearable data.
 

Class Summary
Convert Utility class that provides methods for type conversions and instantiation.
CoreApplication This class implements a standalone client for MESSIF-enabled algorithms.
DirectoryInputStream This class provides a continous InputStream over all files from a given directory (and subdirectories if specified).
DistributedApplication Provides extended network-related support to CoreApplication.
ErrorCode  
ExtendedProperties This class provides getter extension for the basic set of properties.
Logging This class provides functionality to control logging via static methods.
SortedArrayData<K,T> Abstract implementation of a basic sorted array data.
SortedCollection<T> Implementation of a sorted collection.
SortingIterator<T> Iterator that retrieves the smallest object from a collection of iterators when its next method is called.
WildcardFileFilter This class provides an implementation of FileFilter and FilenameFilter interfaces that can match filenames using a Glob pattern.
 

Enum Summary
Logging.RegexpFilterAgainst Enumeration of possible regexp matcher targets for Logging.addLogFile(java.lang.String, java.util.logging.Level, boolean, java.util.logging.Formatter, java.lang.String, messif.utility.Logging.RegexpFilterAgainst).
 

Exception Summary
ExtendedPropertiesException  
 

Package messif.utility Description

Various utilities that does not fit anywhere else including a main class for executing batch files.