Package org.activemath.util

This package contains a little set of useful classes that are standalone and can be used from anywhere.

See:
          Description

Class Summary
AdvancedTestCase  
AdvancedTestSuite  
ClassManipulations  
Console This class is a TextArea which behaves like a Unix-Shell.
Email A simple class to send emails through an SMTP server using the simple rules of RFC 873 (or 823 ?).
ExceptionHandler A group of methods to enhance the report of errors including possibly emailing some of them.
InToOutStream A simple class and thread to read from an input-stream and write to the outputstream.
JdomUtil Little class to contain utility code to manipulate JDom elements.
LineStripper A simple utility to strip the lines containing a substring.
MyUTF8XMLWriter An XMLWriter that encodes characters in UTF-8.
OCDExport Class to produce an OpenMath content dictionary based on parts of an OMDoc theory or omgroup.
PoolManager  
PrettyUTF8XMLWriter A class to write indented XML documents.
PropertiesUtil This class is a wrapper for OmdocJdomMBase to be integrated within ActiveMath under the MBaseRef interface.
ProtectedUTF8XMLWriter A class to protected the call to attribute against null attributes, often found by surprise.
RepeatedXSLTProcess Next step: load these application elements from an file
ServletUtilities  
StreamedConsole  
StylesheetShrinker This class processes XSL documents to remove all surrounding whitespaces inside templates that are not inside xsl:text thereby hopefully removing a lot of the errorneous LaTeX compilation errors.
SvnImpose  
TimeStamp This utility class allows the production of an HTML "timestamp" in the following form: This was generated by ActiveMath version versNum on host hostName on Date at Time for user User in session Session.
Utilities A class to group all utility "functions" useful at several places in the code.
XMLRPCtests A simple class to run XML-RPC requests for console-testing purposes.
XStreamBackupFileStrategy FileStreamStrategy which performs automatic backup operations on the streams it handles (as well as restores in failure cases)
 

Package org.activemath.util Description

This package contains a little set of useful classes that are standalone and can be used from anywhere. No major function should be implemented here and it might contain some unused utilities...