Package org.modeshape.common.util

A set of miscellaneous utilities.

See:
          Description


Class Summary
Base64 Encodes and decodes to and from Base64 notation.
Base64.InputStream A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
CheckArg Utility class that checks arguments to methods.
ClassUtil Static utilities for working with classes.
FileUtil A set of utilities for working with files and directories.
HashCode Utilities for easily computing hash codes.
IoUtil A set of utilities for more easily performing I/O.
LogContext Provides a "mapped diagnostic context" (MDC) for use in capturing extra context information to be included in logs of multithreaded applications.
Logger A simple logging interface that is fully compatible with multiple logging implementations.
MimeTypeUtil A simple utility that determines an appropriate MIME type by matching the extension of the supplied filename against a set of known file extensions.
NamedThreadFactory The thread factory that lets us adjust the names of the threads.
ObjectUtil Common utility methods for general objects.
Reflection Utility class for working reflectively with objects.
SecureHash A simple utility to generate various kinds of secure hashes.
StringUtil Utilities for string processing and manipulation.
 

Enum Summary
Logger.Level  
SecureHash.Algorithm Commonly-used hashing algorithms.
 

Package org.modeshape.common.util Description

A set of miscellaneous utilities.



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.