Package org.meshcms.util

Provides utility classes required by the CMS.

See:
          Description

Class Summary
CustomProperties Convenience class to use java.util.Properties to store values that are not strings.
DirectoryCopier  
DirectoryParser Base class to perform operations on the contents of a directory.
DirectoryRemover Deletes a directory even if not empty.
FileDateComparator Sorts files by date (newest files first).
FileNameComparator Sorts files by name (directories before files).
FileSearch  
ImageLoader Loads an image from a file without using the javax.imageio package.
LocaleComparator Compares locales to sort them according to their display name.
Path An abstract representation of a file path.
ReverseComparator Allows to sort in reversed ordering.
Utils A collection of static utilities.
XHTMLBuilder  
XMLFastBuilder  
XMLTagStack  
XStreamPathConverter Allows to save instances of Path using XStream.
ZipArchiver Creates a ZIP file from a directory or file.
 

Package org.meshcms.util Description

Provides utility classes required by the CMS.

This package defines a set of utility classes required for the CMS to work. Many of the functions available here can be found in different OS projects (e.g. Jakart Apache Commons), but due the space/download constraints they are still here.