A B C D E F G H I J K L M N O P R S T U V W X Z

M

main(String[]) - Static method in class org.clapper.util.misc.Version
Display the build information
makeBuildInfoBundle(File, String, String) - Static method in class org.clapper.util.misc.BuildInfo
Update the build bundle file.
MakeBuildInfoTask - Class in org.clapper.util.ant
Ant task to create a build info properties file.
MakeBuildInfoTask() - Constructor for class org.clapper.util.ant.MakeBuildInfoTask
Default constructor
makeCharacterEntities(String) - Static method in class org.clapper.util.html.HTMLUtil
Converts appropriate Unicode characters to their HTML character entity counterparts (c.f., http://www.w3.org/TR/REC-html40/sgml/entities.html).
makeCharacterEntities(String) - Static method in class org.clapper.util.text.HTMLUtil
Deprecated. Use HTMLUtil.makeCharacterEntities(java.lang.String)
MapVariableDereferencer - Class in org.clapper.util.text
The MapVariableDereferencer class implements the VariableDereferencer interface and resolves variable references by looking them up in a supplied Map object.
MapVariableDereferencer(Map<String, String>) - Constructor for class org.clapper.util.text.MapVariableDereferencer
Create a new MapVariableDereferencer object that resolves its variable references from the specified Map object.
MapVariableDereferencer(Properties) - Constructor for class org.clapper.util.text.MapVariableDereferencer
Create a new MapVariableDereferencer object that resolves its variable references from the specified Properties object.
message(LogLevel, Object) - Method in class org.clapper.util.logging.Logger
Log a message at a specified log level.
message(LogLevel, Object, Throwable) - Method in class org.clapper.util.logging.Logger
Log a message at a specified log level.
METACHAR_SEQUENCE_START - Static variable in class org.clapper.util.text.XStringBufBase
The character that denotes the start of a metacharacter sequence.
MIMETypeForFile(File) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a file.
MIMETypeForFile(File, String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a file.
MIMETypeForFileExtension(String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a filename extension.
MIMETypeForFileExtension(String, String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a filename extension.
MIMETypeForFileName(String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a name file.
MIMETypeForFileName(String, String) - Static method in class org.clapper.util.misc.MIMETypeUtil
Get the MIME type for a file name.
MIMETypeUtil - Class in org.clapper.util.misc
The MIMETypeUtil class provides some general purpose MIME type utilities not found in the JDK.
MultiIterator<T> - Class in org.clapper.util.misc
The MultiIterator class provides a way to iterate over multiple Collection, Enumeration and Iterator objects at once.
MultiIterator() - Constructor for class org.clapper.util.misc.MultiIterator
Allocate a new MultiIterator object.
MultiIterator(Collection<T>[]) - Constructor for class org.clapper.util.misc.MultiIterator
Allocate a new MultiIterator object that will iterate, in turn, over the contents of each Collection in the supplied array.
MultiIterator(Collection<Collection<T>>) - Constructor for class org.clapper.util.misc.MultiIterator
Allocate a new MultiIterator object that will iterate, in turn, over the contents of each Collection in the supplied Collection
MULTIPART_ALTERNATIVE - Static variable in class org.clapper.util.mail.EmailMessage
Denotes a "multipart/alternative" message.
MULTIPART_MIXED - Static variable in class org.clapper.util.mail.EmailMessage
Denotes a "multipart/mixed" message.
MultipartSubtype - Class in org.clapper.util.mail
Constant instances of this class are used to tell an EmailMessage object the type of the multipart email message ("mixed" or "alternative").
MultipleMapVariableDereferencer - Class in org.clapper.util.text
/** The MultipleMapVariableDereferencer class implements the VariableDereferencer interface and resolves variable references by looking them up in one or more supplied Map objects.
MultipleMapVariableDereferencer() - Constructor for class org.clapper.util.text.MultipleMapVariableDereferencer
Creates a new instance of MultipleMapVariableDereferencer that has no associated Map objects.
MultipleMapVariableDereferencer(Map<String, String>...) - Constructor for class org.clapper.util.text.MultipleMapVariableDereferencer
Creates a new instance of MultipleMapVariableDereferencer that is initialized with a specified set of maps.
MultipleRegexFilenameFilter - Class in org.clapper.util.io
MultipleRegexFilenameFilter implements a java.io.FilenameFilter that matches file names and path names using one or more regular expressions.
MultipleRegexFilenameFilter(MultipleRegexFilenameFilter.MatchType) - Constructor for class org.clapper.util.io.MultipleRegexFilenameFilter
Construct a new MultipleRegexFilenameFilter.
MultipleRegexFilenameFilter.MatchType - Enum in org.clapper.util.io
Match types
MULTIPLICATION_SIGN - Static variable in class org.clapper.util.text.Unicode
Classic mathematical multiplication ("times") symbol.
MultiValueMap<K,V> - Class in org.clapper.util.misc
MultivalueMap implements a hash table that permits multiple values per key.
MultiValueMap() - Constructor for class org.clapper.util.misc.MultiValueMap
Constructs a new, empty map with a default capacity and load factor.
MultiValueMap(MultiValueMap.ValuesCollectionAllocator<V>) - Constructor for class org.clapper.util.misc.MultiValueMap
Constructs a new, empty map with a default capacity and load factor.
MultiValueMap(int, float) - Constructor for class org.clapper.util.misc.MultiValueMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
MultiValueMap(int, float, MultiValueMap.ValuesCollectionAllocator<V>) - Constructor for class org.clapper.util.misc.MultiValueMap
Constructs a new, empty map with the specified initial capacity and the specified load factor.
MultiValueMap(int) - Constructor for class org.clapper.util.misc.MultiValueMap
Constructs a new, empty map with the specified initial capacity and the default load factor.
MultiValueMap(MultiValueMap<K, V>) - Constructor for class org.clapper.util.misc.MultiValueMap
Construct a new map from the contents of an existing map.
MultiValueMap.ValuesCollectionAllocator<V> - Interface in org.clapper.util.misc
Used to allocate a new Collection for the values associated with a key.

A B C D E F G H I J K L M N O P R S T U V W X Z
Copyright © 2004-2007 Brian M. Clapper. All Rights Reserved.