- ManifestClassPath - Class in org.apache.hivemind.ant
-
Utility used to create a manifest class path.
- ManifestClassPath() - Constructor for class org.apache.hivemind.ant.ManifestClassPath
-
- MatchAllFilter - Class in org.apache.hivemind.methodmatch
-
Matches all methods, regardless of name.
- MatchAllFilter() - Constructor for class org.apache.hivemind.methodmatch.MatchAllFilter
-
- matches(Object[], Object[]) - Method in class org.apache.hivemind.test.AggregateArgumentsMatcher
-
- matches(String, String) - Method in class org.apache.hivemind.test.HiveMindTestCase
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.CompositeFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.ExactNameFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.InfixNameFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.MatchAllFilter
-
Returns true, always.
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.MethodFilter
-
Analyzes the method (its name, its parameters, etc.) and returns true
if the method matches the filter defined by a subclass.
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.NamePrefixFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.NameSuffixFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.ParameterCountFilter
-
- matchMethod(MethodSignature) - Method in class org.apache.hivemind.methodmatch.ParameterFilter
-
- MessageFinder - Interface in org.apache.hivemind.internal
-
An abstraction around the ResourceBundler-style property names and localized messages.
- MessageFinderImpl - Class in org.apache.hivemind.impl
-
- MessageFinderImpl(Resource) - Constructor for class org.apache.hivemind.impl.MessageFinderImpl
-
- MessageFormatter - Class in org.apache.hivemind.impl
-
A wrapper around ResourceBundle
that makes it easier to access and format
messages.
- MessageFormatter(Log, ResourceBundle) - Constructor for class org.apache.hivemind.impl.MessageFormatter
-
- MessageFormatter(Class) - Constructor for class org.apache.hivemind.impl.MessageFormatter
-
Assumes that the bundle name is the same as the reference class, with "Messages" stripped
off, and "Strings" appended.
- MessageFormatter(Class, String) - Constructor for class org.apache.hivemind.impl.MessageFormatter
-
- MessageFormatter(Log, Class, String) - Constructor for class org.apache.hivemind.impl.MessageFormatter
-
- MessageFormatter(Log, String) - Constructor for class org.apache.hivemind.impl.MessageFormatter
-
- Messages - Interface in org.apache.hivemind
-
A set of localized message strings.
- MethodContribution - Class in org.apache.hivemind.service
-
Contains contributions defined by the hivemind.MethodFilter
schema.
- MethodContribution() - Constructor for class org.apache.hivemind.service.MethodContribution
-
- MethodFab - Interface in org.apache.hivemind.service
-
Represents a created method on a class; used to add catch handlers.
- MethodFilter - Class in org.apache.hivemind.methodmatch
-
Used by a
MethodMatcher
to see if
a
Method
matches a particular (set of) requirements.
- MethodFilter() - Constructor for class org.apache.hivemind.methodmatch.MethodFilter
-
- MethodIterator - Class in org.apache.hivemind.service
-
Utility used to iterate over the visible methods of a class.
- MethodIterator(Class) - Constructor for class org.apache.hivemind.service.MethodIterator
-
- MethodMatcher - Class in org.apache.hivemind.methodmatch
-
- MethodMatcher(Object) - Constructor for class org.apache.hivemind.methodmatch.MethodMatcher
-
- MethodMatcher() - Constructor for class org.apache.hivemind.methodmatch.MethodMatcher
-
- MethodPatternParser - Class in org.apache.hivemind.methodmatch
-
Parses a method pattern (consisting of a name pattern, followed by an optional parameters
pattern) into a
MethodFilter
.
- MethodPatternParser() - Constructor for class org.apache.hivemind.methodmatch.MethodPatternParser
-
- MethodSignature - Class in org.apache.hivemind.service
-
A representation of a Method
, identifying the name, return type,
parameter types and exception types.
- MethodSignature(Class, String, Class[], Class[]) - Constructor for class org.apache.hivemind.service.MethodSignature
-
- MethodSignature(Method) - Constructor for class org.apache.hivemind.service.MethodSignature
-
- Module - Interface in org.apache.hivemind.internal
-
The definition of a HiveMind Module.
- MODULE_ID_PATTERN - Static variable in class org.apache.hivemind.parse.DescriptorParser
-
Module ids are a sequence of simple ids seperated by periods.
- ModuleDescriptor - Class in org.apache.hivemind.parse
-
- ModuleDescriptor(ClassResolver, ErrorHandler) - Constructor for class org.apache.hivemind.parse.ModuleDescriptor
-
- ModuleDescriptorProvider - Interface in org.apache.hivemind
-
- ModuleImpl - Class in org.apache.hivemind.impl
-
- ModuleImpl() - Constructor for class org.apache.hivemind.impl.ModuleImpl
-
- ModuleMessages - Class in org.apache.hivemind.impl
-
- ModuleMessages(MessageFinder, ThreadLocale) - Constructor for class org.apache.hivemind.impl.ModuleMessages
-
- more() - Method in class org.apache.hivemind.util.LocalizedNameGenerator
-
Returns true if there are more name variants to be
returned, false otherwise.